Color Hex Logo

#13441b Color Hex

#13441B
(19,68,27)
0 Favorites   0 Comments

Color spaces of #13441b

RGB 196827
HSL0.360.560.17
HSV130°72°27°
CMYK 0.720.000.60   0.73
XYZ2.53354.35181.7434
Yxy4.35180.29360.5043
Hunter Lab20.8610-14.82849.6477
CIE-Lab24.8020-26.511719.9391

#13441b color RGB value is (19,68,27).

#13441b hex color red value is 19, green value is 68 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #13441b hue: 0.36 , saturation: 0.56 and the lightness value of 13441b is 0.17.

The process color (four color CMYK) of #13441b color hex is 0.72, 0.00, 0.60, 0.73. Web safe color of #13441b is #003333. Color #13441b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000100 00011011
Octal 23 104 33
Decimal 19 68 27
Hex 13 44 1B

RGB Percentages of Color #13441b

%16.67
%59.65
%23.68

CMYK Percentages of Color #13441b

%72
%0
%60
%73

Triadic Colors of #13441b

#13441b #1b1344 #441b13

Analogous Colors of #13441b

#13441b #134434 #244413

Monochromatic Colors of #13441b

#13441b

Complementary Color

#13441b #44133c

#13441b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13441b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13441b Color CSS Codes

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

#13441b Text Font Color

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

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


#13441b Background Color

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

This div background color is #13441b


#13441b Border Color

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

This div border color is #13441b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13441b


Comments

No comments written yet.

Please login to write comment.