Color Hex Logo

#13552f Color Hex

#13552F
(19,85,47)
0 Favorites   0 Comments

Color spaces of #13552f

RGB 198547
HSL0.400.630.20
HSV145°78°33°
CMYK 0.780.000.45   0.67
XYZ4.03016.84073.7973
Yxy6.84070.27480.4664
Hunter Lab26.1547-18.26639.7002
CIE-Lab31.4415-30.136216.4523

#13552f color RGB value is (19,85,47).

#13552f hex color red value is 19, green value is 85 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #13552f hue: 0.40 , saturation: 0.63 and the lightness value of 13552f is 0.20.

The process color (four color CMYK) of #13552f color hex is 0.78, 0.00, 0.45, 0.67. Web safe color of #13552f is #006633. Color #13552f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 00101111
Octal 23 125 57
Decimal 19 85 47
Hex 13 55 2F

RGB Percentages of Color #13552f

%12.58
%56.29
%31.13

CMYK Percentages of Color #13552f

%78
%0
%45
%67

Triadic Colors of #13552f

#13552f #2f1355 #552f13

Analogous Colors of #13552f

#13552f #135550 #185513

Monochromatic Colors of #13552f

#13552f

Complementary Color

#13552f #551339

#13552f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13552f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13552f Color CSS Codes

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

#13552f Text Font Color

<p style="color:#13552f">Text here</p>

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


#13552f Background Color

<div style="background-color:#13552f">
Div content here</div>

This div background color is #13552f


#13552f Border Color

<div style="border:3px solid #13552f">
Div here</div>

This div border color is #13552f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,85,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13552f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13552f;
  -webkit-box-shadow: 1px 1px 3px 2px #13552f;
  box-shadow:         1px 1px 3px 2px #13552f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13552f


Comments

No comments written yet.

Please login to write comment.