Color Hex Logo

#06210f Color Hex

#06210F
(6,33,15)
0 Favorites   0 Comments

Color spaces of #06210f

RGB 63315
HSL0.390.690.08
HSV140°82°13°
CMYK 0.820.000.55   0.87
XYZ0.70521.16090.6388
Yxy1.16090.28150.4635
Hunter Lab10.7745-7.17244.0270
CIE-Lab10.2657-15.36118.5625

#06210f color RGB value is (6,33,15).

#06210f hex color red value is 6, green value is 33 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #06210f hue: 0.39 , saturation: 0.69 and the lightness value of 06210f is 0.08.

The process color (four color CMYK) of #06210f color hex is 0.82, 0.00, 0.55, 0.87. Web safe color of #06210f is #003300. Color #06210f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00100001 00001111
Octal 6 41 17
Decimal 6 33 15
Hex 6 21 F

RGB Percentages of Color #06210f

%11.11
%61.11
%27.78

CMYK Percentages of Color #06210f

%82
%0
%55
%87

Triadic Colors of #06210f

#06210f #0f0621 #210f06

Analogous Colors of #06210f

#06210f #06211d #0b2106

Monochromatic Colors of #06210f

#06210f

Complementary Color

#06210f #210618

#06210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06210f Color CSS Codes

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

#06210f Text Font Color

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

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


#06210f Background Color

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

This div background color is #06210f


#06210f Border Color

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

This div border color is #06210f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06210f


Comments

No comments written yet.

Please login to write comment.