Color Hex Logo

#13524a Color Hex

#13524A
(19,82,74)
0 Favorites   0 Comments

Color spaces of #13524a

RGB 198274
HSL0.480.620.20
HSV172°77°32°
CMYK 0.770.000.10   0.68
XYZ4.52196.66747.5272
Yxy6.66740.24160.3562
Hunter Lab25.8213-13.92790.7912
CIE-Lab31.0374-21.5728-0.9842

#13524a color RGB value is (19,82,74).

#13524a hex color red value is 19, green value is 82 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #13524a hue: 0.48 , saturation: 0.62 and the lightness value of 13524a is 0.20.

The process color (four color CMYK) of #13524a color hex is 0.77, 0.00, 0.10, 0.68. Web safe color of #13524a is #006633. Color #13524a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 01001010
Octal 23 122 112
Decimal 19 82 74
Hex 13 52 4A

RGB Percentages of Color #13524a

%10.86
%46.86
%42.29

CMYK Percentages of Color #13524a

%77
%0
%10
%68

Triadic Colors of #13524a

#13524a #4a1352 #524a13

Analogous Colors of #13524a

#13524a #133b52 #13522b

Monochromatic Colors of #13524a

#13524a

Complementary Color

#13524a #52131b

#13524a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13524a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13524a Color CSS Codes

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

#13524a Text Font Color

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

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


#13524a Background Color

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

This div background color is #13524a


#13524a Border Color

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

This div border color is #13524a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13524a


Comments

No comments written yet.

Please login to write comment.