Color Hex Logo

#08330b Color Hex

#08330B
(8,51,11)
0 Favorites   0 Comments

Color spaces of #08330b

RGB 85111
HSL0.340.730.12
HSV124°84°20°
CMYK 0.840.000.78   0.80
XYZ1.34442.44340.7174
Yxy2.44340.29840.5424
Hunter Lab15.6314-12.00288.2209
CIE-Lab17.6607-24.168620.1882

#08330b color RGB value is (8,51,11).

#08330b hex color red value is 8, green value is 51 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #08330b hue: 0.34 , saturation: 0.73 and the lightness value of 08330b is 0.12.

The process color (four color CMYK) of #08330b color hex is 0.84, 0.00, 0.78, 0.80. Web safe color of #08330b is #003300. Color #08330b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110011 00001011
Octal 10 63 13
Decimal 8 51 11
Hex 8 33 B

RGB Percentages of Color #08330b

%11.43
%72.86
%15.71

CMYK Percentages of Color #08330b

%84
%0
%78
%80

Triadic Colors of #08330b

#08330b #0b0833 #330b08

Analogous Colors of #08330b

#08330b #083321 #1b3308

Monochromatic Colors of #08330b

#08330b

Complementary Color

#08330b #330830

#08330b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08330b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08330b Color CSS Codes

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

#08330b Text Font Color

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

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


#08330b Background Color

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

This div background color is #08330b


#08330b Border Color

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

This div border color is #08330b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,51,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08330b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08330b;
  -webkit-box-shadow: 1px 1px 3px 2px #08330b;
  box-shadow:         1px 1px 3px 2px #08330b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08330b


Comments

No comments written yet.

Please login to write comment.