Color Hex Logo

#72a315 Color Hex

#72A315
(114,163,21)
0 Favorites   0 Comments

Color spaces of #72a315

RGB 11416321
HSL0.220.770.36
HSV81°87°64°
CMYK 0.300.000.87   0.36
XYZ20.172029.82595.4033
Yxy29.82590.36410.5384
Hunter Lab54.6131-29.641832.3631
CIE-Lab61.5037-35.822560.1312

#72a315 color RGB value is (114,163,21).

#72a315 hex color red value is 114, green value is 163 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #72a315 hue: 0.22 , saturation: 0.77 and the lightness value of 72a315 is 0.36.

The process color (four color CMYK) of #72a315 color hex is 0.30, 0.00, 0.87, 0.36. Web safe color of #72a315 is #669900. Color #72a315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10100011 00010101
Octal 162 243 25
Decimal 114 163 21
Hex 72 A3 15

RGB Percentages of Color #72a315

%38.26
%54.70
%7.05

CMYK Percentages of Color #72a315

%30
%0
%87
%36

Triadic Colors of #72a315

#72a315 #1572a3 #a31572

Analogous Colors of #72a315

#72a315 #2ba315 #a38d15

Monochromatic Colors of #72a315

#72a315

Complementary Color

#72a315 #4615a3

#72a315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72a315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72a315 Color CSS Codes

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

#72a315 Text Font Color

<p style="color:#72a315">Text here</p>

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


#72a315 Background Color

<div style="background-color:#72a315">
Div content here</div>

This div background color is #72a315


#72a315 Border Color

<div style="border:3px solid #72a315">
Div here</div>

This div border color is #72a315


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,163,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72a315; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72a315;
  -webkit-box-shadow: 1px 1px 3px 2px #72a315;
  box-shadow:         1px 1px 3px 2px #72a315; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72a315


Comments

No comments written yet.

Please login to write comment.