Color Hex Logo

#74671b Color Hex

#74671B
(116,103,27)
0 Favorites   0 Comments

Color spaces of #74671b

RGB 11610327
HSL0.140.620.28
HSV51°77°45°
CMYK 0.000.110.77   0.55
XYZ12.250513.49262.9956
Yxy13.49260.42630.4695
Hunter Lab36.7323-4.750320.8774
CIE-Lab43.4963-3.883442.2028

#74671b color RGB value is (116,103,27).

#74671b hex color red value is 116, green value is 103 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #74671b hue: 0.14 , saturation: 0.62 and the lightness value of 74671b is 0.28.

The process color (four color CMYK) of #74671b color hex is 0.00, 0.11, 0.77, 0.55. Web safe color of #74671b is #666633. Color #74671b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 00011011
Octal 164 147 33
Decimal 116 103 27
Hex 74 67 1B

RGB Percentages of Color #74671b

%47.15
%41.87
%10.98

CMYK Percentages of Color #74671b

%0
%11
%77
%55

Triadic Colors of #74671b

#74671b #1b7467 #671b74

Analogous Colors of #74671b

#74671b #55741b #743b1b

Monochromatic Colors of #74671b

#74671b

Complementary Color

#74671b #1b2874

#74671b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74671b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74671b Color CSS Codes

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

#74671b Text Font Color

<p style="color:#74671b">Text here</p>

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


#74671b Background Color

<div style="background-color:#74671b">
Div content here</div>

This div background color is #74671b


#74671b Border Color

<div style="border:3px solid #74671b">
Div here</div>

This div border color is #74671b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74671b


Comments

No comments written yet.

Please login to write comment.