Color Hex Logo

#13824a Color Hex

#13824A
(19,130,74)
0 Favorites   0 Comments

Color spaces of #13824a

RGB 1913074
HSL0.420.740.29
HSV150°85°51°
CMYK 0.850.000.43   0.49
XYZ9.487216.59819.1823
Yxy16.59810.26900.4706
Hunter Lab40.7408-29.729515.1555
CIE-Lab47.7496-42.845822.2075

#13824a color RGB value is (19,130,74).

#13824a hex color red value is 19, green value is 130 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #13824a hue: 0.42 , saturation: 0.74 and the lightness value of 13824a is 0.29.

The process color (four color CMYK) of #13824a color hex is 0.85, 0.00, 0.43, 0.49. Web safe color of #13824a is #009933. Color #13824a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000010 01001010
Octal 23 202 112
Decimal 19 130 74
Hex 13 82 4A

RGB Percentages of Color #13824a

%8.52
%58.30
%33.18

CMYK Percentages of Color #13824a

%85
%0
%43
%49

Triadic Colors of #13824a

#13824a #4a1382 #824a13

Analogous Colors of #13824a

#13824a #138282 #148213

Monochromatic Colors of #13824a

#13824a

Complementary Color

#13824a #82134b

#13824a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13824a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13824a Color CSS Codes

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

#13824a Text Font Color

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

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


#13824a Background Color

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

This div background color is #13824a


#13824a Border Color

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

This div border color is #13824a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13824a


Comments

No comments written yet.

Please login to write comment.