Color Hex Logo

#3a6b0a Color Hex

#3A6B0A
(58,107,10)
0 Favorites   0 Comments

Color spaces of #3a6b0a

RGB 5810710
HSL0.250.830.23
HSV90°91°42°
CMYK 0.460.000.91   0.58
XYZ7.057411.43682.1227
Yxy11.43680.34230.5547
Hunter Lab33.8183-21.931719.9513
CIE-Lab40.3066-32.546443.2526

#3a6b0a color RGB value is (58,107,10).

#3a6b0a hex color red value is 58, green value is 107 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #3a6b0a hue: 0.25 , saturation: 0.83 and the lightness value of 3a6b0a is 0.23.

The process color (four color CMYK) of #3a6b0a color hex is 0.46, 0.00, 0.91, 0.58. Web safe color of #3a6b0a is #336600. Color #3a6b0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101011 00001010
Octal 72 153 12
Decimal 58 107 10
Hex 3A 6B A

RGB Percentages of Color #3a6b0a

%33.14
%61.14
%5.71

CMYK Percentages of Color #3a6b0a

%46
%0
%91
%58

Triadic Colors of #3a6b0a

#3a6b0a #0a3a6b #6b0a3a

Analogous Colors of #3a6b0a

#3a6b0a #0a6b0b #6b6b0a

Monochromatic Colors of #3a6b0a

#3a6b0a

Complementary Color

#3a6b0a #3b0a6b

#3a6b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6b0a Color CSS Codes

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

#3a6b0a Text Font Color

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

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


#3a6b0a Background Color

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

This div background color is #3a6b0a


#3a6b0a Border Color

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

This div border color is #3a6b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6b0a


Comments

No comments written yet.

Please login to write comment.