COLOR #3A7800

HEX: #3A7800
RGB: (58,120,0)

Color info

#3A7800 contains mainly green color. Web safe color of #3A7800 is #336600 (or #360).

RGB color model

#3A7800 color RGB value is (58,120,0).

  • red value is 58;
  • green value is 120;
  • blue value is 0.
RGB:
(58,120,0)
(23%,47%,0%)

RGB channels and saturation

R 58 of 255 = 23%
G 120 of 255 = 47%
B 0 of 255 = 0%

58
120
0

R + G + B ~ 23%. #3A7800 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 120 + 0 = 178 (100%)
R 58 of 178 ~ 32.58%
G 120 of 178 ~ 67.42%
B 0 of 178 ~ 0%

%32.58
%67.42

CMYK color model

#3A7800 color CMYK value is (52,0,100,53).

  • cyan value is 51.67%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.94%
CMYK:
(52,0,100,53)
C52M0Y100K53 
(52%,0%,100%,53%)
(0.52/0.00/1.00/0.53)	

CMYK percentages

%51.67
%0
%100
%52.94

Codes

Color #3A7800 in popluar color models

3A7800
RGB581200
HSL91°100.00%23.53%
HSB/HSV91°100.00%47.06%
CMYK51.67%0.00%100.00%
52.94%

Color #3A7800 in popluar number systems.

HEX3A7800
Decimal581200
Binary11101011110000
Octal721700

Shades and tints

Shades of #3A7800

#3A7800
(58,120,0)
#356E00
(53,110,0)
#306400
(48,100,0)
#2B5A00
(43,90,0)
#265000
(38,80,0)
#214600
(33,70,0)
#1C3C00
(28,60,0)
#173200
(23,50,0)
#122800
(18,40,0)
#0D1E00
(13,30,0)
#081400
(8,20,0)
#000000
(0,0,0)

Tints of #3A7800

#3A7800
(58,120,0)
#4B8417
(75,132,23)
#5C902E
(92,144,46)
#6D9C45
(109,156,69)
#7EA85C
(126,168,92)
#8FB473
(143,180,115)
#A0C08A
(160,192,138)
#B1CCA1
(177,204,161)
#C2D8B8
(194,216,184)
#D3E4CF
(211,228,207)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7800 color. Also use rgb(58,120,0) instead hex code.

Text Font Color

.myTextColor { color: #3A7800; }

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

This text font color is #3A7800.


Background Color

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

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

This div background color is #3A7800.


Border color

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

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

This div border color is #3A7800.


Opacity

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

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

Text with #3A7800 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 #3A7800;}

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

This text has shadow with #3A7800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7800 on black background.


Color preview on white background

This text has color #3A7800 on white background.



Black color preview on #3A7800 background

This text has black color on #3A7800 background.


White color preview on #3A7800 background

This text has white color on #3A7800 background.