Color Hex Logo

#748f5b Color Hex

#748F5B
(116,143,91)
0 Favorites   0 Comments

Color spaces of #748f5b

RGB 11614391
HSL0.250.220.46
HSV91°36°56°
CMYK 0.190.000.36   0.44
XYZ18.913224.113313.5550
Yxy24.11330.33430.4262
Hunter Lab49.1053-17.183918.0073
CIE-Lab56.2011-19.303724.6204

#748f5b color RGB value is (116,143,91).

#748f5b hex color red value is 116, green value is 143 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #748f5b hue: 0.25 , saturation: 0.22 and the lightness value of 748f5b is 0.46.

The process color (four color CMYK) of #748f5b color hex is 0.19, 0.00, 0.36, 0.44. Web safe color of #748f5b is #669966. Color #748f5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 01011011
Octal 164 217 133
Decimal 116 143 91
Hex 74 8F 5B

RGB Percentages of Color #748f5b

%33.14
%40.86
%26.00

CMYK Percentages of Color #748f5b

%19
%0
%36
%44

Triadic Colors of #748f5b

#748f5b #5b748f #8f5b74

Analogous Colors of #748f5b

#748f5b #5b8f5c #8e8f5b

Monochromatic Colors of #748f5b

#748f5b

Complementary Color

#748f5b #765b8f

#748f5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748f5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#748f5b Color CSS Codes

.mybgcolor {background-color:#748f5b; } 
.myforecolor {color:#748f5b; }
.mybordercolor {border:3px solid #748f5b; }

#748f5b Text Font Color

<p style="color:#748f5b">Text here</p>

This sample text font color is #748f5b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#748f5b Background Color

<div style="background-color:#748f5b">
Div content here</div>

This div background color is #748f5b


#748f5b Border Color

<div style="border:3px solid #748f5b">
Div here</div>

This div border color is #748f5b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,143,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748f5b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #748f5b;
  box-shadow:         1px 1px 3px 2px #748f5b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,143,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #748f5b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #748f5b;
  -webkit-box-shadow: 1px 1px 3px 2px #748f5b;
  box-shadow:         1px 1px 3px 2px #748f5b;">
Div content here</div>

This div box has shadow with color #748f5b


Comments

No comments written yet.

Please login to write comment.