Color Hex Logo

#13534a Color Hex

#13534A
(19,83,74)
0 Favorites   0 Comments

Color spaces of #13534a

RGB 198374
HSL0.480.630.20
HSV172°77°33°
CMYK 0.770.000.11   0.67
XYZ4.59786.81947.5525
Yxy6.81940.24240.3595
Hunter Lab26.1140-14.27161.1324
CIE-Lab31.3922-22.0939-0.4644

#13534a color RGB value is (19,83,74).

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

The process color (four color CMYK) of #13534a color hex is 0.77, 0.00, 0.11, 0.67. Web safe color of #13534a is #006633. Color #13534a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 01001010
Octal 23 123 112
Decimal 19 83 74
Hex 13 53 4A

RGB Percentages of Color #13534a

%10.80
%47.16
%42.05

CMYK Percentages of Color #13534a

%77
%0
%11
%67

Triadic Colors of #13534a

#13534a #4a1353 #534a13

Analogous Colors of #13534a

#13534a #133c53 #13532a

Monochromatic Colors of #13534a

#13534a

Complementary Color

#13534a #53131c

#13534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13534a Color CSS Codes

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

#13534a Text Font Color

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

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


#13534a Background Color

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

This div background color is #13534a


#13534a Border Color

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

This div border color is #13534a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,83,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 #13534a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13534a


Comments

No comments written yet.

Please login to write comment.