Color Hex Logo

#3a630d Color Hex

#3A630D
(58,99,13)
0 Favorites   0 Comments

Color spaces of #3a630d

RGB 589913
HSL0.250.770.22
HSV89°87°39°
CMYK 0.410.000.87   0.61
XYZ6.27949.85231.9515
Yxy9.85230.34730.5448
Hunter Lab31.3884-19.219818.2856
CIE-Lab37.5760-28.801640.0326

#3a630d color RGB value is (58,99,13).

#3a630d hex color red value is 58, green value is 99 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3a630d hue: 0.25 , saturation: 0.77 and the lightness value of 3a630d is 0.22.

The process color (four color CMYK) of #3a630d color hex is 0.41, 0.00, 0.87, 0.61. Web safe color of #3a630d is #336600. Color #3a630d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100011 00001101
Octal 72 143 15
Decimal 58 99 13
Hex 3A 63 D

RGB Percentages of Color #3a630d

%34.12
%58.24
%7.65

CMYK Percentages of Color #3a630d

%41
%0
%87
%61

Triadic Colors of #3a630d

#3a630d #0d3a63 #630d3a

Analogous Colors of #3a630d

#3a630d #0f630d #63610d

Monochromatic Colors of #3a630d

#3a630d

Complementary Color

#3a630d #360d63

#3a630d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a630d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a630d Color CSS Codes

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

#3a630d Text Font Color

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

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


#3a630d Background Color

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

This div background color is #3a630d


#3a630d Border Color

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

This div border color is #3a630d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,99,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a630d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a630d;
  -webkit-box-shadow: 1px 1px 3px 2px #3a630d;
  box-shadow:         1px 1px 3px 2px #3a630d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,99,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a630d


Comments

No comments written yet.

Please login to write comment.