Color Hex Logo

#06551e Color Hex

#06551E
(6,85,30)
0 Favorites   0 Comments

Color spaces of #06551e

RGB 68530
HSL0.380.870.18
HSV138°93°33°
CMYK 0.930.000.65   0.67
XYZ3.55796.62952.3204
Yxy6.62950.28450.5300
Hunter Lab25.7478-20.393112.6802
CIE-Lab30.9481-35.104025.4955

#06551e color RGB value is (6,85,30).

#06551e hex color red value is 6, green value is 85 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #06551e hue: 0.38 , saturation: 0.87 and the lightness value of 06551e is 0.18.

The process color (four color CMYK) of #06551e color hex is 0.93, 0.00, 0.65, 0.67. Web safe color of #06551e is #006633. Color #06551e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010101 00011110
Octal 6 125 36
Decimal 6 85 30
Hex 6 55 1E

RGB Percentages of Color #06551e

%4.96
%70.25
%24.79

CMYK Percentages of Color #06551e

%93
%0
%65
%67

Triadic Colors of #06551e

#06551e #1e0655 #551e06

Analogous Colors of #06551e

#06551e #065546 #155506

Monochromatic Colors of #06551e

#06551e

Complementary Color

#06551e #55063d

#06551e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06551e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06551e Color CSS Codes

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

#06551e Text Font Color

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

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


#06551e Background Color

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

This div background color is #06551e


#06551e Border Color

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

This div border color is #06551e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06551e


Comments

No comments written yet.

Please login to write comment.