Color Hex Logo

#557203 Color Hex

#557203
(85,114,3)
0 Favorites   0 Comments

Color spaces of #557203

RGB 851143
HSL0.210.950.23
HSV76°97°45°
CMYK 0.250.000.97   0.55
XYZ9.780113.97252.2676
Yxy13.97250.37590.5370
Hunter Lab37.3798-18.711722.5691
CIE-Lab44.1935-25.155048.7562

#557203 color RGB value is (85,114,3).

#557203 hex color red value is 85, green value is 114 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #557203 hue: 0.21 , saturation: 0.95 and the lightness value of 557203 is 0.23.

The process color (four color CMYK) of #557203 color hex is 0.25, 0.00, 0.97, 0.55. Web safe color of #557203 is #666600. Color #557203 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01110010 00000011
Octal 125 162 3
Decimal 85 114 3
Hex 55 72 3

RGB Percentages of Color #557203

%42.08
%56.44
%1.49

CMYK Percentages of Color #557203

%25
%0
%97
%55

Triadic Colors of #557203

#557203 #035572 #720355

Analogous Colors of #557203

#557203 #1e7203 #725703

Monochromatic Colors of #557203

#557203

Complementary Color

#557203 #200372

#557203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#557203 Color CSS Codes

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

#557203 Text Font Color

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

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


#557203 Background Color

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

This div background color is #557203


#557203 Border Color

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

This div border color is #557203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557203


Comments

No comments written yet.

Please login to write comment.