Color Hex Logo

#72863a Color Hex

#72863A
(114,134,58)
0 Favorites   0 Comments

Color spaces of #72863a

RGB 11413458
HSL0.210.400.38
HSV76°57°53°
CMYK 0.150.000.57   0.47
XYZ16.228220.93317.1882
Yxy20.93310.36590.4720
Hunter Lab45.7527-16.754422.7119
CIE-Lab52.8762-19.496737.9201

#72863a color RGB value is (114,134,58).

#72863a hex color red value is 114, green value is 134 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #72863a hue: 0.21 , saturation: 0.40 and the lightness value of 72863a is 0.38.

The process color (four color CMYK) of #72863a color hex is 0.15, 0.00, 0.57, 0.47. Web safe color of #72863a is #669933. Color #72863a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 00111010
Octal 162 206 72
Decimal 114 134 58
Hex 72 86 3A

RGB Percentages of Color #72863a

%37.25
%43.79
%18.95

CMYK Percentages of Color #72863a

%15
%0
%57
%47

Triadic Colors of #72863a

#72863a #3a7286 #863a72

Analogous Colors of #72863a

#72863a #4c863a #86743a

Monochromatic Colors of #72863a

#72863a

Complementary Color

#72863a #4e3a86

#72863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72863a Color CSS Codes

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

#72863a Text Font Color

<p style="color:#72863a">Text here</p>

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


#72863a Background Color

<div style="background-color:#72863a">
Div content here</div>

This div background color is #72863a


#72863a Border Color

<div style="border:3px solid #72863a">
Div here</div>

This div border color is #72863a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,134,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72863a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72863a;
  -webkit-box-shadow: 1px 1px 3px 2px #72863a;
  box-shadow:         1px 1px 3px 2px #72863a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72863a


Comments

No comments written yet.

Please login to write comment.