Color Hex Logo

#72353f Color Hex

#72353F
(114,53,63)
0 Favorites   0 Comments

Color spaces of #72353f

RGB 1145363
HSL0.970.370.33
HSV350°54°45°
CMYK 0.000.540.45   0.55
XYZ9.10976.48255.4737
Yxy6.48250.43240.3077
Hunter Lab25.460819.30995.0760
CIE-Lab30.598527.96326.5286

#72353f color RGB value is (114,53,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110101 00111111
Octal 162 65 77
Decimal 114 53 63
Hex 72 35 3F

RGB Percentages of Color #72353f

%49.57
%23.04
%27.39

CMYK Percentages of Color #72353f

%0
%54
%45
%55

Triadic Colors of #72353f

#72353f #3f7235 #353f72

Analogous Colors of #72353f

#72353f #724a35 #72355e

Monochromatic Colors of #72353f

#72353f

Complementary Color

#72353f #357268

#72353f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72353f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72353f Color CSS Codes

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

#72353f Text Font Color

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

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


#72353f Background Color

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

This div background color is #72353f


#72353f Border Color

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

This div border color is #72353f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72353f


Comments

No comments written yet.

Please login to write comment.