Color Hex Logo

#06531f Color Hex

#06531F
(6,83,31)
0 Favorites   0 Comments

Color spaces of #06531f

RGB 68331
HSL0.390.870.17
HSV139°93°33°
CMYK 0.930.000.63   0.67
XYZ3.41576.32422.3370
Yxy6.32420.28280.5237
Hunter Lab25.1480-19.764312.0938
CIE-Lab30.2161-34.207324.1015

#06531f color RGB value is (6,83,31).

#06531f hex color red value is 6, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #06531f hue: 0.39 , saturation: 0.87 and the lightness value of 06531f is 0.17.

The process color (four color CMYK) of #06531f color hex is 0.93, 0.00, 0.63, 0.67. Web safe color of #06531f is #006633. Color #06531f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01010011 00011111
Octal 6 123 37
Decimal 6 83 31
Hex 6 53 1F

RGB Percentages of Color #06531f

%5.00
%69.17
%25.83

CMYK Percentages of Color #06531f

%93
%0
%63
%67

Triadic Colors of #06531f

#06531f #1f0653 #531f06

Analogous Colors of #06531f

#06531f #065346 #145306

Monochromatic Colors of #06531f

#06531f

Complementary Color

#06531f #53063a

#06531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06531f Color CSS Codes

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

#06531f Text Font Color

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

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


#06531f Background Color

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

This div background color is #06531f


#06531f Border Color

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

This div border color is #06531f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,83,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06531f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06531f;
  -webkit-box-shadow: 1px 1px 3px 2px #06531f;
  box-shadow:         1px 1px 3px 2px #06531f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06531f


Comments

No comments written yet.

Please login to write comment.