Color Hex Logo

#13330a Color Hex

#13330A
(19,51,10)
0 Favorites   0 Comments

Color spaces of #13330a

RGB 195110
HSL0.300.670.12
HSV107°80°20°
CMYK 0.630.000.80   0.80
XYZ1.50722.52800.6957
Yxy2.52800.31860.5344
Hunter Lab15.8997-10.90378.5355
CIE-Lab18.0448-21.127921.1608

#13330a color RGB value is (19,51,10).

#13330a hex color red value is 19, green value is 51 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #13330a hue: 0.30 , saturation: 0.67 and the lightness value of 13330a is 0.12.

The process color (four color CMYK) of #13330a color hex is 0.63, 0.00, 0.80, 0.80. Web safe color of #13330a is #003300. Color #13330a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110011 00001010
Octal 23 63 12
Decimal 19 51 10
Hex 13 33 A

RGB Percentages of Color #13330a

%23.75
%63.75
%12.50

CMYK Percentages of Color #13330a

%63
%0
%80
%80

Triadic Colors of #13330a

#13330a #0a1333 #330a13

Analogous Colors of #13330a

#13330a #0a3316 #28330a

Monochromatic Colors of #13330a

#13330a

Complementary Color

#13330a #2a0a33

#13330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13330a Color CSS Codes

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

#13330a Text Font Color

<p style="color:#13330a">Text here</p>

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


#13330a Background Color

<div style="background-color:#13330a">
Div content here</div>

This div background color is #13330a


#13330a Border Color

<div style="border:3px solid #13330a">
Div here</div>

This div border color is #13330a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,51,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13330a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13330a;
  -webkit-box-shadow: 1px 1px 3px 2px #13330a;
  box-shadow:         1px 1px 3px 2px #13330a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13330a


Comments

No comments written yet.

Please login to write comment.