Color Hex Logo

#06481a Color Hex

#06481A
(6,72,26)
0 Favorites   0 Comments

Color spaces of #06481a

RGB 67226
HSL0.380.850.15
HSV138°92°28°
CMYK 0.920.000.64   0.72
XYZ2.57894.74801.7578
Yxy4.74800.28390.5226
Hunter Lab21.7899-17.006310.4700
CIE-Lab26.0044-30.807821.8739

#06481a color RGB value is (6,72,26).

#06481a hex color red value is 6, green value is 72 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #06481a hue: 0.38 , saturation: 0.85 and the lightness value of 06481a is 0.15.

The process color (four color CMYK) of #06481a color hex is 0.92, 0.00, 0.64, 0.72. Web safe color of #06481a is #003333. Color #06481a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 00011010
Octal 6 110 32
Decimal 6 72 26
Hex 6 48 1A

RGB Percentages of Color #06481a

%5.77
%69.23
%25.00

CMYK Percentages of Color #06481a

%92
%0
%64
%72

Triadic Colors of #06481a

#06481a #1a0648 #481a06

Analogous Colors of #06481a

#06481a #06483b #134806

Monochromatic Colors of #06481a

#06481a

Complementary Color

#06481a #480634

#06481a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06481a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06481a Color CSS Codes

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

#06481a Text Font Color

<p style="color:#06481a">Text here</p>

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


#06481a Background Color

<div style="background-color:#06481a">
Div content here</div>

This div background color is #06481a


#06481a Border Color

<div style="border:3px solid #06481a">
Div here</div>

This div border color is #06481a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,72,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06481a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06481a;
  -webkit-box-shadow: 1px 1px 3px 2px #06481a;
  box-shadow:         1px 1px 3px 2px #06481a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06481a


Comments

No comments written yet.

Please login to write comment.