Color Hex Logo

#06482e Color Hex

#06482E
(6,72,46)
0 Favorites   0 Comments

Color spaces of #06482e

RGB 67246
HSL0.430.850.15
HSV156°92°28°
CMYK 0.920.000.36   0.72
XYZ2.88564.87073.3728
Yxy4.87070.25930.4377
Hunter Lab22.0697-15.28316.3878
CIE-Lab26.3632-26.619810.2283

#06482e color RGB value is (6,72,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001000 00101110
Octal 6 110 56
Decimal 6 72 46
Hex 6 48 2E

RGB Percentages of Color #06482e

%4.84
%58.06
%37.10

CMYK Percentages of Color #06482e

%92
%0
%36
%72

Triadic Colors of #06482e

#06482e #2e0648 #482e06

Analogous Colors of #06482e

#06482e #064148 #06480d

Monochromatic Colors of #06482e

#06482e

Complementary Color

#06482e #480620

#06482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#06482e Color CSS Codes

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

#06482e Text Font Color

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

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


#06482e Background Color

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

This div background color is #06482e


#06482e Border Color

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

This div border color is #06482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06482e


Comments

No comments written yet.

Please login to write comment.