Color Hex Logo

#72633d Color Hex

#72633D
(114,99,61)
0 Favorites   0 Comments

Color spaces of #72633d

RGB 1149961
HSL0.120.300.34
HSV43°46°45°
CMYK 0.000.130.46   0.55
XYZ12.243612.83806.2476
Yxy12.83800.39080.4098
Hunter Lab35.8302-1.707114.7429
CIE-Lab42.51810.285423.7531

#72633d color RGB value is (114,99,61).

#72633d hex color red value is 114, green value is 99 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #72633d hue: 0.12 , saturation: 0.30 and the lightness value of 72633d is 0.34.

The process color (four color CMYK) of #72633d color hex is 0.00, 0.13, 0.46, 0.55. Web safe color of #72633d is #666633. Color #72633d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100011 00111101
Octal 162 143 75
Decimal 114 99 61
Hex 72 63 3D

RGB Percentages of Color #72633d

%41.61
%36.13
%22.26

CMYK Percentages of Color #72633d

%0
%13
%46
%55

Triadic Colors of #72633d

#72633d #3d7263 #633d72

Analogous Colors of #72633d

#72633d #67723d #72493d

Monochromatic Colors of #72633d

#72633d

Complementary Color

#72633d #3d4c72

#72633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72633d Color CSS Codes

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

#72633d Text Font Color

<p style="color:#72633d">Text here</p>

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


#72633d Background Color

<div style="background-color:#72633d">
Div content here</div>

This div background color is #72633d


#72633d Border Color

<div style="border:3px solid #72633d">
Div here</div>

This div border color is #72633d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,99,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72633d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72633d;
  -webkit-box-shadow: 1px 1px 3px 2px #72633d;
  box-shadow:         1px 1px 3px 2px #72633d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72633d


Comments

No comments written yet.

Please login to write comment.