Color Hex Logo

#06330d Color Hex

#06330D
(6,51,13)
0 Favorites   0 Comments

Color spaces of #06330d

RGB 65113
HSL0.360.790.11
HSV129°88°20°
CMYK 0.880.000.75   0.80
XYZ1.33162.43540.7807
Yxy2.43540.29280.5355
Hunter Lab15.6058-12.07917.9580
CIE-Lab17.6239-24.395119.2193

#06330d color RGB value is (6,51,13).

#06330d hex color red value is 6, green value is 51 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #06330d hue: 0.36 , saturation: 0.79 and the lightness value of 06330d is 0.11.

The process color (four color CMYK) of #06330d color hex is 0.88, 0.00, 0.75, 0.80. Web safe color of #06330d is #003300. Color #06330d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 00001101
Octal 6 63 15
Decimal 6 51 13
Hex 6 33 D

RGB Percentages of Color #06330d

%8.57
%72.86
%18.57

CMYK Percentages of Color #06330d

%88
%0
%75
%80

Triadic Colors of #06330d

#06330d #0d0633 #330d06

Analogous Colors of #06330d

#06330d #063324 #163306

Monochromatic Colors of #06330d

#06330d

Complementary Color

#06330d #33062c

#06330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06330d Color CSS Codes

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

#06330d Text Font Color

<p style="color:#06330d">Text here</p>

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


#06330d Background Color

<div style="background-color:#06330d">
Div content here</div>

This div background color is #06330d


#06330d Border Color

<div style="border:3px solid #06330d">
Div here</div>

This div border color is #06330d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,51,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06330d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06330d;
  -webkit-box-shadow: 1px 1px 3px 2px #06330d;
  box-shadow:         1px 1px 3px 2px #06330d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06330d


Comments

No comments written yet.

Please login to write comment.