Color Hex Logo

#72854d Color Hex

#72854D
(114,133,77)
0 Favorites   0 Comments

Color spaces of #72854d

RGB 11413377
HSL0.220.270.41
HSV80°42°52°
CMYK 0.140.000.42   0.48
XYZ16.666520.888310.1746
Yxy20.88830.34920.4376
Hunter Lab45.7037-14.889018.7934
CIE-Lab52.8270-16.809627.9098

#72854d color RGB value is (114,133,77).

#72854d hex color red value is 114, green value is 133 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #72854d hue: 0.22 , saturation: 0.27 and the lightness value of 72854d is 0.41.

The process color (four color CMYK) of #72854d color hex is 0.14, 0.00, 0.42, 0.48. Web safe color of #72854d is #669966. Color #72854d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 01001101
Octal 162 205 115
Decimal 114 133 77
Hex 72 85 4D

RGB Percentages of Color #72854d

%35.19
%41.05
%23.77

CMYK Percentages of Color #72854d

%14
%0
%42
%48

Triadic Colors of #72854d

#72854d #4d7285 #854d72

Analogous Colors of #72854d

#72854d #56854d #857c4d

Monochromatic Colors of #72854d

#72854d

Complementary Color

#72854d #604d85

#72854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72854d Color CSS Codes

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

#72854d Text Font Color

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

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


#72854d Background Color

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

This div background color is #72854d


#72854d Border Color

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

This div border color is #72854d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72854d


Comments

No comments written yet.

Please login to write comment.