Color Hex Logo

#72382f Color Hex

#72382F
(114,56,47)
0 Favorites   0 Comments

Color spaces of #72382f

RGB 1145647
HSL0.020.420.32
HSV59°45°
CMYK 0.000.510.59   0.55
XYZ8.86676.61103.4980
Yxy6.61100.46730.3484
Hunter Lab25.711916.55979.9321
CIE-Lab30.904424.591817.2903

#72382f color RGB value is (114,56,47).

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

The process color (four color CMYK) of #72382f color hex is 0.00, 0.51, 0.59, 0.55. Web safe color of #72382f is #663333. Color #72382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00111000 00101111
Octal 162 70 57
Decimal 114 56 47
Hex 72 38 2F

RGB Percentages of Color #72382f

%52.53
%25.81
%21.66

CMYK Percentages of Color #72382f

%0
%51
%59
%55

Triadic Colors of #72382f

#72382f #2f7238 #382f72

Analogous Colors of #72382f

#72382f #725a2f #722f47

Monochromatic Colors of #72382f

#72382f

Complementary Color

#72382f #2f6972

#72382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72382f Color CSS Codes

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

#72382f Text Font Color

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

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


#72382f Background Color

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

This div background color is #72382f


#72382f Border Color

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

This div border color is #72382f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,56,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 #72382f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72382f


Comments

No comments written yet.

Please login to write comment.