Color Hex Logo

#74836c Color Hex

#74836C
(116,131,108)
0 Favorites   0 Comments

Color spaces of #74836c

RGB 116131108
HSL0.280.100.47
HSV99°18°51°
CMYK 0.110.000.18   0.49
XYZ18.025521.028317.2962
Yxy21.02830.31990.3732
Hunter Lab45.8566-10.08369.7366
CIE-Lab52.9805-10.062210.6156

#74836c color RGB value is (116,131,108).

#74836c hex color red value is 116, green value is 131 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #74836c hue: 0.28 , saturation: 0.10 and the lightness value of 74836c is 0.47.

The process color (four color CMYK) of #74836c color hex is 0.11, 0.00, 0.18, 0.49. Web safe color of #74836c is #669966. Color #74836c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000011 01101100
Octal 164 203 154
Decimal 116 131 108
Hex 74 83 6C

RGB Percentages of Color #74836c

%32.68
%36.90
%30.42

CMYK Percentages of Color #74836c

%11
%0
%18
%49

Triadic Colors of #74836c

#74836c #6c7483 #836c74

Analogous Colors of #74836c

#74836c #6c8370 #80836c

Monochromatic Colors of #74836c

#74836c

Complementary Color

#74836c #7b6c83

#74836c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74836c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74836c Color CSS Codes

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

#74836c Text Font Color

<p style="color:#74836c">Text here</p>

This sample text font color is #74836c
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.


#74836c Background Color

<div style="background-color:#74836c">
Div content here</div>

This div background color is #74836c


#74836c Border Color

<div style="border:3px solid #74836c">
Div here</div>

This div border color is #74836c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,131,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74836c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74836c;
  -webkit-box-shadow: 1px 1px 3px 2px #74836c;
  box-shadow:         1px 1px 3px 2px #74836c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74836c


Comments

No comments written yet.

Please login to write comment.