Color Hex Logo

#72420b Color Hex

#72420B
(114,66,11)
0 Favorites   0 Comments

Color spaces of #72420b

RGB 1146611
HSL0.090.820.25
HSV32°90°45°
CMYK 0.000.420.90   0.55
XYZ8.94807.49801.2923
Yxy7.49800.50440.4227
Hunter Lab27.382510.410616.3696
CIE-Lab32.914716.617538.7148

#72420b color RGB value is (114,66,11).

#72420b hex color red value is 114, green value is 66 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #72420b hue: 0.09 , saturation: 0.82 and the lightness value of 72420b is 0.25.

The process color (four color CMYK) of #72420b color hex is 0.00, 0.42, 0.90, 0.55. Web safe color of #72420b is #663300. Color #72420b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000010 00001011
Octal 162 102 13
Decimal 114 66 11
Hex 72 42 B

RGB Percentages of Color #72420b

%59.69
%34.55
%5.76

CMYK Percentages of Color #72420b

%0
%42
%90
%55

Triadic Colors of #72420b

#72420b #0b7242 #420b72

Analogous Colors of #72420b

#72420b #6f720b #720f0b

Monochromatic Colors of #72420b

#72420b

Complementary Color

#72420b #0b3b72

#72420b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72420b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72420b Color CSS Codes

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

#72420b Text Font Color

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

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


#72420b Background Color

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

This div background color is #72420b


#72420b Border Color

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

This div border color is #72420b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,66,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72420b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72420b;
  -webkit-box-shadow: 1px 1px 3px 2px #72420b;
  box-shadow:         1px 1px 3px 2px #72420b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,66,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72420b


Comments

No comments written yet.

Please login to write comment.