Color Hex Logo

#72413b Color Hex

#72413B
(114,65,59)
0 Favorites   0 Comments

Color spaces of #72413b

RGB 1146559
HSL0.020.320.34
HSV48°45°
CMYK 0.000.430.48   0.55
XYZ9.61917.67385.1119
Yxy7.67380.42930.3425
Hunter Lab27.701613.50448.4501
CIE-Lab33.294120.532312.8396

#72413b color RGB value is (114,65,59).

#72413b hex color red value is 114, green value is 65 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #72413b hue: 0.02 , saturation: 0.32 and the lightness value of 72413b is 0.34.

The process color (four color CMYK) of #72413b color hex is 0.00, 0.43, 0.48, 0.55. Web safe color of #72413b is #663333. Color #72413b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000001 00111011
Octal 162 101 73
Decimal 114 65 59
Hex 72 41 3B

RGB Percentages of Color #72413b

%47.90
%27.31
%24.79

CMYK Percentages of Color #72413b

%0
%43
%48
%55

Triadic Colors of #72413b

#72413b #3b7241 #413b72

Analogous Colors of #72413b

#72413b #725d3b #723b50

Monochromatic Colors of #72413b

#72413b

Complementary Color

#72413b #3b6c72

#72413b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72413b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72413b Color CSS Codes

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

#72413b Text Font Color

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

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


#72413b Background Color

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

This div background color is #72413b


#72413b Border Color

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

This div border color is #72413b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72413b


Comments

No comments written yet.

Please login to write comment.