Color Hex Logo

#13752f Color Hex

#13752F
(19,117,47)
0 Favorites   0 Comments

Color spaces of #13752f

RGB 1911747
HSL0.380.720.27
HSV137°84°46°
CMYK 0.840.000.60   0.54
XYZ7.142913.06634.8349
Yxy13.06630.28520.5217
Hunter Lab36.1473-27.985317.3728
CIE-Lab42.8630-42.719930.6652

#13752f color RGB value is (19,117,47).

#13752f hex color red value is 19, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #13752f hue: 0.38 , saturation: 0.72 and the lightness value of 13752f is 0.27.

The process color (four color CMYK) of #13752f color hex is 0.84, 0.00, 0.60, 0.54. Web safe color of #13752f is #006633. Color #13752f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 00101111
Octal 23 165 57
Decimal 19 117 47
Hex 13 75 2F

RGB Percentages of Color #13752f

%10.38
%63.93
%25.68

CMYK Percentages of Color #13752f

%84
%0
%60
%54

Triadic Colors of #13752f

#13752f #2f1375 #752f13

Analogous Colors of #13752f

#13752f #137560 #287513

Monochromatic Colors of #13752f

#13752f

Complementary Color

#13752f #751359

#13752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13752f Color CSS Codes

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

#13752f Text Font Color

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

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


#13752f Background Color

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

This div background color is #13752f


#13752f Border Color

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

This div border color is #13752f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13752f


Comments

No comments written yet.

Please login to write comment.