COLOR #3A701D

HEX: #3A701D
RGB: (58,112,29)

Color info

#3A701D contains mainly red and green colors. Web safe color of #3A701D is #336633 (or #363).

RGB color model

#3A701D color RGB value is (58,112,29).

  • red value is 58;
  • green value is 112;
  • blue value is 29.
RGB:
(58,112,29)
(23%,44%,11%)

RGB channels and saturation

R 58 of 255 = 23%
G 112 of 255 = 44%
B 29 of 255 = 11%

58
112
29

R + G + B ~ 26%. #3A701D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 112 + 29 = 199 (100%)
R 58 of 199 ~ 29.15%
G 112 of 199 ~ 56.28%
B 29 of 199 ~ 14.57%

%29.15
%56.28
%14.57

CMYK color model

#3A701D color CMYK value is (48,0,74,56).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 74.11%
  • key color value is 56.08%
CMYK:
(48,0,74,56)
C48M0Y74K56 
(48%,0%,74%,56%)
(0.48/0.00/0.74/0.56)	

CMYK percentages

%48.21
%0
%74.11
%56.08

Codes

Color #3A701D in popluar color models

3A701D
RGB5811229
HSL99°58.87%27.65%
HSB/HSV99°74.11%43.92%
CMYK48.21%0.00%74.11%
56.08%

Color #3A701D in popluar number systems.

HEX3A701D
Decimal5811229
Binary111010111000011101
Octal7216035

Shades and tints

Shades of #3A701D

#3A701D
(58,112,29)
#35661B
(53,102,27)
#305C19
(48,92,25)
#2B5217
(43,82,23)
#264815
(38,72,21)
#213E13
(33,62,19)
#1C3411
(28,52,17)
#172A0F
(23,42,15)
#12200D
(18,32,13)
#0D160B
(13,22,11)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #3A701D

#3A701D
(58,112,29)
#4B7D31
(75,125,49)
#5C8A45
(92,138,69)
#6D9759
(109,151,89)
#7EA46D
(126,164,109)
#8FB181
(143,177,129)
#A0BE95
(160,190,149)
#B1CBA9
(177,203,169)
#C2D8BD
(194,216,189)
#D3E5D1
(211,229,209)
#E4F2E5
(228,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A701D color. Also use rgb(58,112,29) instead hex code.

Text Font Color

.myTextColor { color: #3A701D; }

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

This text font color is #3A701D.


Background Color

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

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

This div background color is #3A701D.


Border color

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

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

This div border color is #3A701D.


Opacity

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

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

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

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

This text has shadow with #3A701D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A701D on black background.


Color preview on white background

This text has color #3A701D on white background.



Black color preview on #3A701D background

This text has black color on #3A701D background.


White color preview on #3A701D background

This text has white color on #3A701D background.