COLOR #3A6C02

HEX: #3A6C02
RGB: (58,108,2)

Color info

#3A6C02 contains mainly red and green colors. Web safe color of #3A6C02 is #336600 (or #360).

RGB color model

#3A6C02 color RGB value is (58,108,2).

  • red value is 58;
  • green value is 108;
  • blue value is 2.
RGB:
(58,108,2)
(23%,42%,1%)

RGB channels and saturation

R 58 of 255 = 23%
G 108 of 255 = 42%
B 2 of 255 = 1%

58
108
2

R + G + B ~ 22%. #3A6C02 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 108 + 2 = 168 (100%)
R 58 of 168 ~ 34.52%
G 108 of 168 ~ 64.29%
B 2 of 168 ~ 1.19%

%34.52
%64.29

CMYK color model

#3A6C02 color CMYK value is (46,0,98,58).

  • cyan value is 46.30%
  • magenta value is 0.00%
  • yellow value is 98.15%
  • key color value is 57.65%
CMYK:
(46,0,98,58)
C46M0Y98K58 
(46%,0%,98%,58%)
(0.46/0.00/0.98/0.58)	

CMYK percentages

%46.3
%0
%98.15
%57.65

Codes

Color #3A6C02 in popluar color models

3A6C02
RGB581082
HSL88°96.36%21.57%
HSB/HSV88°98.15%42.35%
CMYK46.30%0.00%98.15%
57.65%

Color #3A6C02 in popluar number systems.

HEX3A6C02
Decimal581082
Binary111010110110010
Octal721542

Shades and tints

Shades of #3A6C02

#3A6C02
(58,108,2)
#356302
(53,99,2)
#305A02
(48,90,2)
#2B5102
(43,81,2)
#264802
(38,72,2)
#213F02
(33,63,2)
#1C3602
(28,54,2)
#172D02
(23,45,2)
#122402
(18,36,2)
#0D1B02
(13,27,2)
#081202
(8,18,2)
#000000
(0,0,0)

Tints of #3A6C02

#3A6C02
(58,108,2)
#4B7919
(75,121,25)
#5C8630
(92,134,48)
#6D9347
(109,147,71)
#7EA05E
(126,160,94)
#8FAD75
(143,173,117)
#A0BA8C
(160,186,140)
#B1C7A3
(177,199,163)
#C2D4BA
(194,212,186)
#D3E1D1
(211,225,209)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6C02 color. Also use rgb(58,108,2) instead hex code.

Text Font Color

.myTextColor { color: #3A6C02; }

<p style="color:#3A6C02">This sample text font color is #3A6C02.</p>

This text font color is #3A6C02.


Background Color

.myBgColor { background-color: #3A6C02; }

<div style="background-color:#3A6C02">Inner text</div>

This div background color is #3A6C02.


Border color

.myBorderColor { border: 1px solid #3A6C02; }

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

This div border color is #3A6C02.


Opacity

.myOpacity80 { color: #3A6C02; opacity: 0.8; }

<p style="color:#3A6C02;opacity:0.8;">80%</p>

Text with #3A6C02 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A6C02;}

<p style="text-shadow: 3px 3px 1px #3A6C02">Text here.</p>

This text has shadow with #3A6C02 color.

.textShadow {text-shadow: 3px 3px 1px #3A6C02, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A6C02, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A6C02 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A6C02, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A6C02, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A6C02 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A6C02;
  -webkit-box-shadow:	1px 1px 3px 2px #3A6C02;
  box-shadow:		1px 1px 3px 2px #3A6C02;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A6C02;
-webkit-box-shadow: 1px 1px 3px 2px #3A6C02;
box-shadow:1px 1px 3px 2px #3A6C02;">
Div content here</div>
This div box has shadow with color #3A6C02.

Preview

Color preview on black background

This text has color #3A6C02 on black background.


Color preview on white background

This text has color #3A6C02 on white background.



Black color preview on #3A6C02 background

This text has black color on #3A6C02 background.


White color preview on #3A6C02 background

This text has white color on #3A6C02 background.