Color Hex Logo

#13803e Color Hex

#13803E
(19,128,62)
0 Favorites   0 Comments

Color spaces of #13803e

RGB 1912862
HSL0.400.740.29
HSV144°85°50°
CMYK 0.850.000.52   0.50
XYZ8.857215.92467.1644
Yxy15.92460.27730.4985
Hunter Lab39.9056-30.216217.2894
CIE-Lab46.8754-44.329827.6632

#13803e color RGB value is (19,128,62).

#13803e hex color red value is 19, green value is 128 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #13803e hue: 0.40 , saturation: 0.74 and the lightness value of 13803e is 0.29.

The process color (four color CMYK) of #13803e color hex is 0.85, 0.00, 0.52, 0.50. Web safe color of #13803e is #009933. Color #13803e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000000 00111110
Octal 23 200 76
Decimal 19 128 62
Hex 13 80 3E

RGB Percentages of Color #13803e

%9.09
%61.24
%29.67

CMYK Percentages of Color #13803e

%85
%0
%52
%50

Triadic Colors of #13803e

#13803e #3e1380 #803e13

Analogous Colors of #13803e

#13803e #138075 #1e8013

Monochromatic Colors of #13803e

#13803e

Complementary Color

#13803e #801355

#13803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13803e Color CSS Codes

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

#13803e Text Font Color

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

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


#13803e Background Color

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

This div background color is #13803e


#13803e Border Color

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

This div border color is #13803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13803e


Comments

No comments written yet.

Please login to write comment.