Color Hex Logo

#00551d Color Hex

#00551D
(0,85,29)
0 Favorites   0 Comments

Color spaces of #00551d

RGB 08529
HSL0.391.000.17
HSV140°100°33°
CMYK 1.000.000.66   0.67
XYZ3.47036.58572.2507
Yxy6.58570.28200.5351
Hunter Lab25.6626-20.771412.7639
CIE-Lab30.8445-36.041525.8777

#00551d color RGB value is (0,85,29).

#00551d hex color red value is 0, green value is 85 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #00551d hue: 0.39 , saturation: 1.00 and the lightness value of 00551d is 0.17.

The process color (four color CMYK) of #00551d color hex is 1.00, 0.00, 0.66, 0.67. Web safe color of #00551d is #006633. Color #00551d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010101 00011101
Octal 0 125 35
Decimal 0 85 29
Hex 0 55 1D

RGB Percentages of Color #00551d

%0.00
%74.56
%25.44

CMYK Percentages of Color #00551d

%100
%0
%66
%67

Triadic Colors of #00551d

#00551d #1d0055 #551d00

Analogous Colors of #00551d

#00551d #005548 #0e5500

Monochromatic Colors of #00551d

#00551d

Complementary Color

#00551d #550038

#00551d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00551d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00551d Color CSS Codes

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

#00551d Text Font Color

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

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


#00551d Background Color

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

This div background color is #00551d


#00551d Border Color

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

This div border color is #00551d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00551d

#00551d Color Palettes


Comments

No comments written yet.

Please login to write comment.