Color Hex Logo

#06821b Color Hex

#06821B
(6,130,27)
0 Favorites   0 Comments

Color spaces of #06821b

RGB 613027
HSL0.360.910.27
HSV130°95°51°
CMYK 0.950.000.79   0.49
XYZ8.255616.08313.7061
Yxy16.08310.29440.5735
Hunter Lab40.1037-33.436222.5935
CIE-Lab47.0833-50.479043.9483

#06821b color RGB value is (6,130,27).

#06821b hex color red value is 6, green value is 130 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #06821b hue: 0.36 , saturation: 0.91 and the lightness value of 06821b is 0.27.

The process color (four color CMYK) of #06821b color hex is 0.95, 0.00, 0.79, 0.49. Web safe color of #06821b is #009933. Color #06821b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000010 00011011
Octal 6 202 33
Decimal 6 130 27
Hex 6 82 1B

RGB Percentages of Color #06821b

%3.68
%79.75
%16.56

CMYK Percentages of Color #06821b

%95
%0
%79
%49

Triadic Colors of #06821b

#06821b #1b0682 #821b06

Analogous Colors of #06821b

#06821b #068259 #2f8206

Monochromatic Colors of #06821b

#06821b

Complementary Color

#06821b #82066d

#06821b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06821b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06821b Color CSS Codes

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

#06821b Text Font Color

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

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


#06821b Background Color

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

This div background color is #06821b


#06821b Border Color

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

This div border color is #06821b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,130,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06821b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06821b;
  -webkit-box-shadow: 1px 1px 3px 2px #06821b;
  box-shadow:         1px 1px 3px 2px #06821b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06821b


Comments

No comments written yet.

Please login to write comment.