Color Hex Logo

#0b330d Color Hex

#0B330D
(11,51,13)
0 Favorites   0 Comments

Color spaces of #0b330d

RGB 115113
HSL0.340.650.12
HSV123°78°20°
CMYK 0.780.000.75   0.80
XYZ1.39452.46790.7836
Yxy2.46790.30020.5312
Hunter Lab15.7096-11.64678.0393
CIE-Lab17.7728-23.168119.4346

#0b330d color RGB value is (11,51,13).

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

The process color (four color CMYK) of #0b330d color hex is 0.78, 0.00, 0.75, 0.80. Web safe color of #0b330d is #003300. Color #0b330d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00110011 00001101
Octal 13 63 15
Decimal 11 51 13
Hex B 33 D

RGB Percentages of Color #0b330d

%14.67
%68.00
%17.33

CMYK Percentages of Color #0b330d

%78
%0
%75
%80

Triadic Colors of #0b330d

#0b330d #0d0b33 #330d0b

Analogous Colors of #0b330d

#0b330d #0b3321 #1d330b

Monochromatic Colors of #0b330d

#0b330d

Complementary Color

#0b330d #330b31

#0b330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b330d Color CSS Codes

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

#0b330d Text Font Color

<p style="color:#0b330d">Text here</p>

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


#0b330d Background Color

<div style="background-color:#0b330d">
Div content here</div>

This div background color is #0b330d


#0b330d Border Color

<div style="border:3px solid #0b330d">
Div here</div>

This div border color is #0b330d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,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 #0b330d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b330d


Comments

No comments written yet.

Please login to write comment.