Color Hex Logo

#032513 Color Hex

#032513
(3,37,19)
0 Favorites   0 Comments

Color spaces of #032513

RGB 33719
HSL0.410.850.08
HSV148°92°15°
CMYK 0.920.000.49   0.85
XYZ0.81671.38950.8413
Yxy1.38950.26800.4559
Hunter Lab11.7877-8.26134.0198
CIE-Lab11.8876-17.78438.4624

#032513 color RGB value is (3,37,19).

#032513 hex color red value is 3, green value is 37 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #032513 hue: 0.41 , saturation: 0.85 and the lightness value of 032513 is 0.08.

The process color (four color CMYK) of #032513 color hex is 0.92, 0.00, 0.49, 0.85. Web safe color of #032513 is #003300. Color #032513 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00100101 00010011
Octal 3 45 23
Decimal 3 37 19
Hex 3 25 13

RGB Percentages of Color #032513

%5.08
%62.71
%32.20

CMYK Percentages of Color #032513

%92
%0
%49
%85

Triadic Colors of #032513

#032513 #130325 #251303

Analogous Colors of #032513

#032513 #032524 #042503

Monochromatic Colors of #032513

#032513

Complementary Color

#032513 #250315

#032513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#032513 Color CSS Codes

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

#032513 Text Font Color

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

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


#032513 Background Color

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

This div background color is #032513


#032513 Border Color

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

This div border color is #032513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032513


Comments

No comments written yet.

Please login to write comment.