Color Hex Logo

#74672f Color Hex

#74672F
(116,103,47)
0 Favorites   0 Comments

Color spaces of #74672f

RGB 11610347
HSL0.140.420.32
HSV49°59°45°
CMYK 0.000.110.59   0.55
XYZ12.565813.61874.6557
Yxy13.61870.40740.4416
Hunter Lab36.9035-3.801218.3525
CIE-Lab43.6811-2.531332.9617

#74672f color RGB value is (116,103,47).

#74672f hex color red value is 116, green value is 103 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #74672f hue: 0.14 , saturation: 0.42 and the lightness value of 74672f is 0.32.

The process color (four color CMYK) of #74672f color hex is 0.00, 0.11, 0.59, 0.55. Web safe color of #74672f is #666633. Color #74672f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 00101111
Octal 164 147 57
Decimal 116 103 47
Hex 74 67 2F

RGB Percentages of Color #74672f

%43.61
%38.72
%17.67

CMYK Percentages of Color #74672f

%0
%11
%59
%55

Triadic Colors of #74672f

#74672f #2f7467 #672f74

Analogous Colors of #74672f

#74672f #5f742f #74452f

Monochromatic Colors of #74672f

#74672f

Complementary Color

#74672f #2f3c74

#74672f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74672f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74672f Color CSS Codes

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

#74672f Text Font Color

<p style="color:#74672f">Text here</p>

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


#74672f Background Color

<div style="background-color:#74672f">
Div content here</div>

This div background color is #74672f


#74672f Border Color

<div style="border:3px solid #74672f">
Div here</div>

This div border color is #74672f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,103,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74672f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74672f;
  -webkit-box-shadow: 1px 1px 3px 2px #74672f;
  box-shadow:         1px 1px 3px 2px #74672f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74672f


Comments

No comments written yet.

Please login to write comment.