Color Hex Logo

#13734b Color Hex

#13734B
(19,115,75)
0 Favorites   0 Comments

Color spaces of #13734b

RGB 1911575
HSL0.430.720.26
HSV155°83°45°
CMYK 0.830.000.35   0.55
XYZ7.669312.90798.7439
Yxy12.90790.26160.4402
Hunter Lab35.9276-24.769610.7195
CIE-Lab42.6241-36.629614.7892

#13734b color RGB value is (19,115,75).

#13734b hex color red value is 19, green value is 115 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #13734b hue: 0.43 , saturation: 0.72 and the lightness value of 13734b is 0.26.

The process color (four color CMYK) of #13734b color hex is 0.83, 0.00, 0.35, 0.55. Web safe color of #13734b is #006633. Color #13734b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 01001011
Octal 23 163 113
Decimal 19 115 75
Hex 13 73 4B

RGB Percentages of Color #13734b

%9.09
%55.02
%35.89

CMYK Percentages of Color #13734b

%83
%0
%35
%55

Triadic Colors of #13734b

#13734b #4b1373 #734b13

Analogous Colors of #13734b

#13734b #136b73 #13731b

Monochromatic Colors of #13734b

#13734b

Complementary Color

#13734b #73133b

#13734b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13734b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13734b Color CSS Codes

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

#13734b Text Font Color

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

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


#13734b Background Color

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

This div background color is #13734b


#13734b Border Color

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

This div border color is #13734b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,115,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13734b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13734b;
  -webkit-box-shadow: 1px 1px 3px 2px #13734b;
  box-shadow:         1px 1px 3px 2px #13734b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13734b


Comments

No comments written yet.

Please login to write comment.