Color Hex Logo

#72373f Color Hex

#72373F
(114,55,63)
0 Favorites   0 Comments

Color spaces of #72373f

RGB 1145563
HSL0.980.350.33
HSV352°52°45°
CMYK 0.000.520.45   0.55
XYZ9.20286.66875.5048
Yxy6.66870.43050.3120
Hunter Lab25.823818.42015.4380
CIE-Lab31.040526.83517.1510

#72373f color RGB value is (114,55,63).

#72373f hex color red value is 114, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #72373f hue: 0.98 , saturation: 0.35 and the lightness value of 72373f is 0.33.

The process color (four color CMYK) of #72373f color hex is 0.00, 0.52, 0.45, 0.55. Web safe color of #72373f is #663333. Color #72373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110111 00111111
Octal 162 67 77
Decimal 114 55 63
Hex 72 37 3F

RGB Percentages of Color #72373f

%49.14
%23.71
%27.16

CMYK Percentages of Color #72373f

%0
%52
%45
%55

Triadic Colors of #72373f

#72373f #3f7237 #373f72

Analogous Colors of #72373f

#72373f #724d37 #72375d

Monochromatic Colors of #72373f

#72373f

Complementary Color

#72373f #37726a

#72373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72373f Color CSS Codes

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

#72373f Text Font Color

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

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


#72373f Background Color

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

This div background color is #72373f


#72373f Border Color

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

This div border color is #72373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72373f


Comments

No comments written yet.

Please login to write comment.