Color Hex Logo

#13533e Color Hex

#13533E
(19,83,62)
0 Favorites   0 Comments

Color spaces of #13533e

RGB 198362
HSL0.450.630.20
HSV160°77°33°
CMYK 0.770.000.25   0.67
XYZ4.23136.67285.6224
Yxy6.67280.25600.4038
Hunter Lab25.8318-15.96695.1775
CIE-Lab31.0501-25.59486.6447

#13533e color RGB value is (19,83,62).

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

The process color (four color CMYK) of #13533e color hex is 0.77, 0.00, 0.25, 0.67. Web safe color of #13533e is #006633. Color #13533e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 00111110
Octal 23 123 76
Decimal 19 83 62
Hex 13 53 3E

RGB Percentages of Color #13533e

%11.59
%50.61
%37.80

CMYK Percentages of Color #13533e

%77
%0
%25
%67

Triadic Colors of #13533e

#13533e #3e1353 #533e13

Analogous Colors of #13533e

#13533e #134853 #13531e

Monochromatic Colors of #13533e

#13533e

Complementary Color

#13533e #531328

#13533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13533e Color CSS Codes

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

#13533e Text Font Color

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

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


#13533e Background Color

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

This div background color is #13533e


#13533e Border Color

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

This div border color is #13533e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13533e


Comments

No comments written yet.

Please login to write comment.