Color Hex Logo

#13360b Color Hex

#13360B
(19,54,11)
0 Favorites   0 Comments

Color spaces of #13360b

RGB 195411
HSL0.300.660.13
HSV109°80°21°
CMYK 0.650.000.80   0.79
XYZ1.64812.80090.7704
Yxy2.80090.31580.5366
Hunter Lab16.7359-11.70978.9858
CIE-Lab19.2282-22.430622.1327

#13360b color RGB value is (19,54,11).

#13360b hex color red value is 19, green value is 54 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #13360b hue: 0.30 , saturation: 0.66 and the lightness value of 13360b is 0.13.

The process color (four color CMYK) of #13360b color hex is 0.65, 0.00, 0.80, 0.79. Web safe color of #13360b is #003300. Color #13360b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00001011
Octal 23 66 13
Decimal 19 54 11
Hex 13 36 B

RGB Percentages of Color #13360b

%22.62
%64.29
%13.10

CMYK Percentages of Color #13360b

%65
%0
%80
%79

Triadic Colors of #13360b

#13360b #0b1336 #360b13

Analogous Colors of #13360b

#13360b #0b3619 #29360b

Monochromatic Colors of #13360b

#13360b

Complementary Color

#13360b #2e0b36

#13360b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13360b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13360b Color CSS Codes

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

#13360b Text Font Color

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

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


#13360b Background Color

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

This div background color is #13360b


#13360b Border Color

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

This div border color is #13360b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,54,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 #13360b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13360b


Comments

No comments written yet.

Please login to write comment.