Color Hex Logo

#728715 Color Hex

#728715
(114,135,21)
0 Favorites   0 Comments

Color spaces of #728715

RGB 11413521
HSL0.200.730.31
HSV71°84°53°
CMYK 0.160.000.84   0.47
XYZ15.738820.95953.9255
Yxy20.95950.38740.5159
Hunter Lab45.7815-18.752926.9633
CIE-Lab52.9051-22.438352.7314

#728715 color RGB value is (114,135,21).

#728715 hex color red value is 114, green value is 135 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #728715 hue: 0.20 , saturation: 0.73 and the lightness value of 728715 is 0.31.

The process color (four color CMYK) of #728715 color hex is 0.16, 0.00, 0.84, 0.47. Web safe color of #728715 is #669900. Color #728715 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000111 00010101
Octal 162 207 25
Decimal 114 135 21
Hex 72 87 15

RGB Percentages of Color #728715

%42.22
%50.00
%7.78

CMYK Percentages of Color #728715

%16
%0
%84
%47

Triadic Colors of #728715

#728715 #157287 #871572

Analogous Colors of #728715

#728715 #398715 #876315

Monochromatic Colors of #728715

#728715

Complementary Color

#728715 #2a1587

#728715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728715 Color CSS Codes

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

#728715 Text Font Color

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

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


#728715 Background Color

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

This div background color is #728715


#728715 Border Color

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

This div border color is #728715


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,135,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 #728715">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728715


Comments

No comments written yet.

Please login to write comment.