Color Hex Logo

#06482a Color Hex

#06482A
(6,72,42)
0 Favorites   0 Comments

Color spaces of #06482a

RGB 67242
HSL0.420.850.15
HSV153°92°28°
CMYK 0.920.000.42   0.72
XYZ2.81044.84062.9767
Yxy4.84060.26440.4555
Hunter Lab22.0014-15.70127.3792
CIE-Lab26.2757-27.609712.6395

#06482a color RGB value is (6,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 00101010
Octal 6 110 52
Decimal 6 72 42
Hex 6 48 2A

RGB Percentages of Color #06482a

%5.00
%60.00
%35.00

CMYK Percentages of Color #06482a

%92
%0
%42
%72

Triadic Colors of #06482a

#06482a #2a0648 #482a06

Analogous Colors of #06482a

#06482a #064548 #064809

Monochromatic Colors of #06482a

#06482a

Complementary Color

#06482a #480624

#06482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#06482a Color CSS Codes

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

#06482a Text Font Color

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

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


#06482a Background Color

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

This div background color is #06482a


#06482a Border Color

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

This div border color is #06482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06482a


Comments

No comments written yet.

Please login to write comment.