Color Hex Logo

#13352d Color Hex

#13352D
(19,53,45)
0 Favorites   0 Comments

Color spaces of #13352d

RGB 195345
HSL0.460.470.14
HSV166°64°21°
CMYK 0.640.000.15   0.79
XYZ2.01532.87412.9312
Yxy2.87410.25770.3675
Hunter Lab16.9532-8.44891.6160
CIE-Lab19.5325-14.76751.3217

#13352d color RGB value is (19,53,45).

#13352d hex color red value is 19, green value is 53 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #13352d hue: 0.46 , saturation: 0.47 and the lightness value of 13352d is 0.14.

The process color (four color CMYK) of #13352d color hex is 0.64, 0.00, 0.15, 0.79. Web safe color of #13352d is #003333. Color #13352d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 00101101
Octal 23 65 55
Decimal 19 53 45
Hex 13 35 2D

RGB Percentages of Color #13352d

%16.24
%45.30
%38.46

CMYK Percentages of Color #13352d

%64
%0
%15
%79

Triadic Colors of #13352d

#13352d #2d1335 #352d13

Analogous Colors of #13352d

#13352d #132c35 #13351c

Monochromatic Colors of #13352d

#13352d

Complementary Color

#13352d #35131b

#13352d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13352d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13352d Color CSS Codes

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

#13352d Text Font Color

<p style="color:#13352d">Text here</p>

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


#13352d Background Color

<div style="background-color:#13352d">
Div content here</div>

This div background color is #13352d


#13352d Border Color

<div style="border:3px solid #13352d">
Div here</div>

This div border color is #13352d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,53,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13352d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13352d;
  -webkit-box-shadow: 1px 1px 3px 2px #13352d;
  box-shadow:         1px 1px 3px 2px #13352d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13352d


Comments

No comments written yet.

Please login to write comment.