Color Hex Logo

#728523 Color Hex

#728523
(114,133,35)
0 Favorites   0 Comments

Color spaces of #728523

RGB 11413335
HSL0.200.580.33
HSV72°74°52°
CMYK 0.140.000.74   0.48
XYZ15.630320.47384.7181
Yxy20.47380.38290.5015
Hunter Lab45.2480-17.523625.4913
CIE-Lab52.3687-20.758547.6294

#728523 color RGB value is (114,133,35).

#728523 hex color red value is 114, green value is 133 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #728523 hue: 0.20 , saturation: 0.58 and the lightness value of 728523 is 0.33.

The process color (four color CMYK) of #728523 color hex is 0.14, 0.00, 0.74, 0.48. Web safe color of #728523 is #669933. Color #728523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000101 00100011
Octal 162 205 43
Decimal 114 133 35
Hex 72 85 23

RGB Percentages of Color #728523

%40.43
%47.16
%12.41

CMYK Percentages of Color #728523

%14
%0
%74
%48

Triadic Colors of #728523

#728523 #237285 #852372

Analogous Colors of #728523

#728523 #418523 #856723

Monochromatic Colors of #728523

#728523

Complementary Color

#728523 #362385

#728523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728523 Color CSS Codes

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

#728523 Text Font Color

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

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


#728523 Background Color

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

This div background color is #728523


#728523 Border Color

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

This div border color is #728523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728523


Comments

No comments written yet.

Please login to write comment.