Color Hex Logo

#72363e Color Hex

#72363E
(114,54,62)
0 Favorites   0 Comments

Color spaces of #72363e

RGB 1145462
HSL0.980.360.33
HSV352°53°45°
CMYK 0.000.530.46   0.55
XYZ9.12816.56355.3432
Yxy6.56350.43400.3120
Hunter Lab25.619318.76535.5679
CIE-Lab30.791827.28407.4532

#72363e color RGB value is (114,54,62).

#72363e hex color red value is 114, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #72363e hue: 0.98 , saturation: 0.36 and the lightness value of 72363e is 0.33.

The process color (four color CMYK) of #72363e color hex is 0.00, 0.53, 0.46, 0.55. Web safe color of #72363e is #663333. Color #72363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00110110 00111110
Octal 162 66 76
Decimal 114 54 62
Hex 72 36 3E

RGB Percentages of Color #72363e

%49.57
%23.48
%26.96

CMYK Percentages of Color #72363e

%0
%53
%46
%55

Triadic Colors of #72363e

#72363e #3e7236 #363e72

Analogous Colors of #72363e

#72363e #724c36 #72365c

Monochromatic Colors of #72363e

#72363e

Complementary Color

#72363e #36726a

#72363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72363e Color CSS Codes

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

#72363e Text Font Color

<p style="color:#72363e">Text here</p>

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


#72363e Background Color

<div style="background-color:#72363e">
Div content here</div>

This div background color is #72363e


#72363e Border Color

<div style="border:3px solid #72363e">
Div here</div>

This div border color is #72363e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,54,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72363e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72363e;
  -webkit-box-shadow: 1px 1px 3px 2px #72363e;
  box-shadow:         1px 1px 3px 2px #72363e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72363e


Comments

No comments written yet.

Please login to write comment.