Color Hex Logo

#13974b Color Hex

#13974B
(19,151,75)
0 Favorites   0 Comments

Color spaces of #13974b

RGB 1915175
HSL0.400.780.33
HSV145°87°59°
CMYK 0.870.000.50   0.41
XYZ12.605222.779710.3892
Yxy22.77970.27540.4977
Hunter Lab47.7281-36.381520.5037
CIE-Lab54.8447-50.384530.7549

#13974b color RGB value is (19,151,75).

#13974b hex color red value is 19, green value is 151 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #13974b hue: 0.40 , saturation: 0.78 and the lightness value of 13974b is 0.33.

The process color (four color CMYK) of #13974b color hex is 0.87, 0.00, 0.50, 0.41. Web safe color of #13974b is #009933. Color #13974b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010111 01001011
Octal 23 227 113
Decimal 19 151 75
Hex 13 97 4B

RGB Percentages of Color #13974b

%7.76
%61.63
%30.61

CMYK Percentages of Color #13974b

%87
%0
%50
%41

Triadic Colors of #13974b

#13974b #4b1397 #974b13

Analogous Colors of #13974b

#13974b #13978d #1d9713

Monochromatic Colors of #13974b

#13974b

Complementary Color

#13974b #97135f

#13974b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13974b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13974b Color CSS Codes

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

#13974b Text Font Color

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

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


#13974b Background Color

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

This div background color is #13974b


#13974b Border Color

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

This div border color is #13974b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13974b


Comments

No comments written yet.

Please login to write comment.