Color Hex Logo

#13442b Color Hex

#13442B
(19,68,43)
0 Favorites   0 Comments

Color spaces of #13442b

RGB 196843
HSL0.410.560.17
HSV149°72°27°
CMYK 0.720.000.37   0.73
XYZ2.77174.44712.9978
Yxy4.44710.27130.4353
Hunter Lab21.0881-13.44336.3333
CIE-Lab25.0976-23.244810.4663

#13442b color RGB value is (19,68,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000100 00101011
Octal 23 104 53
Decimal 19 68 43
Hex 13 44 2B

RGB Percentages of Color #13442b

%14.62
%52.31
%33.08

CMYK Percentages of Color #13442b

%72
%0
%37
%73

Triadic Colors of #13442b

#13442b #2b1344 #442b13

Analogous Colors of #13442b

#13442b #134444 #144413

Monochromatic Colors of #13442b

#13442b

Complementary Color

#13442b #44132c

#13442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13442b Color CSS Codes

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

#13442b Text Font Color

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

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


#13442b Background Color

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

This div background color is #13442b


#13442b Border Color

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

This div border color is #13442b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13442b


Comments

No comments written yet.

Please login to write comment.