Color Hex Logo

#74731e Color Hex

#74731E
(116,115,30)
0 Favorites   0 Comments

Color spaces of #74731e

RGB 11611530
HSL0.160.590.29
HSV59°74°45°
CMYK 0.000.010.74   0.55
XYZ13.567516.06823.6147
Yxy16.06820.40800.4832
Hunter Lab40.0852-9.732722.7131
CIE-Lab47.0638-10.516244.4520

#74731e color RGB value is (116,115,30).

#74731e hex color red value is 116, green value is 115 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #74731e hue: 0.16 , saturation: 0.59 and the lightness value of 74731e is 0.29.

The process color (four color CMYK) of #74731e color hex is 0.00, 0.01, 0.74, 0.55. Web safe color of #74731e is #666633. Color #74731e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110011 00011110
Octal 164 163 36
Decimal 116 115 30
Hex 74 73 1E

RGB Percentages of Color #74731e

%44.44
%44.06
%11.49

CMYK Percentages of Color #74731e

%0
%1
%74
%55

Triadic Colors of #74731e

#74731e #1e7473 #731e74

Analogous Colors of #74731e

#74731e #4a741e #74481e

Monochromatic Colors of #74731e

#74731e

Complementary Color

#74731e #1e1f74

#74731e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74731e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74731e Color CSS Codes

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

#74731e Text Font Color

<p style="color:#74731e">Text here</p>

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


#74731e Background Color

<div style="background-color:#74731e">
Div content here</div>

This div background color is #74731e


#74731e Border Color

<div style="border:3px solid #74731e">
Div here</div>

This div border color is #74731e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,115,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74731e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74731e;
  -webkit-box-shadow: 1px 1px 3px 2px #74731e;
  box-shadow:         1px 1px 3px 2px #74731e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74731e


Comments

No comments written yet.

Please login to write comment.