Color Hex Logo

#135520 Color Hex

#135520
(19,85,32)
0 Favorites   0 Comments

Color spaces of #135520

RGB 198532
HSL0.370.630.20
HSV132°78°33°
CMYK 0.780.000.62   0.67
XYZ3.77786.73972.4683
Yxy6.73970.29090.5190
Hunter Lab25.9609-19.456612.5355
CIE-Lab31.2068-32.841924.7877

#135520 color RGB value is (19,85,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 00100000
Octal 23 125 40
Decimal 19 85 32
Hex 13 55 20

RGB Percentages of Color #135520

%13.97
%62.50
%23.53

CMYK Percentages of Color #135520

%78
%0
%62
%67

Triadic Colors of #135520

#135520 #201355 #552013

Analogous Colors of #135520

#135520 #135541 #275513

Monochromatic Colors of #135520

#135520

Complementary Color

#135520 #551348

#135520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135520 Color CSS Codes

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

#135520 Text Font Color

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

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


#135520 Background Color

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

This div background color is #135520


#135520 Border Color

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

This div border color is #135520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135520


Comments

No comments written yet.

Please login to write comment.