COLOR #3A711E

HEX: #3A711E RGB: (58,113,30)

Color info

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

RGB color model

#3A711E color RGB value is (58,113,30).

RGB: (58,113,30) (23%, 44%, 12%)

RGB channels and saturation

R 58 of 255 = 23%
G 113 of 255 = 44%
B 30 of 255 = 12%

58
113
30

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

Portions of RGB colors in percentages

R + G + B = 58 + 113 + 30 = 201 (100%)
R 58 of 201 ~ 28.86%
G 113 of 201 ~ 56.22%
B 30 of 201 ~ 14.93'%

%28.86
%56.22
%14.93

CMYK color model

#3A711E color CMYK value is (49,0,73,56).

  • cyan value is 48.67%
  • magenta value is 0.00%
  • yellow value is 73.45%
  • key color value is 55.69%

CMYK: (49,0,73,56)
C49M0Y73K56 (49%, 0%, 73%, 56%)
(0.49 / 0.00 / 0.73 / 0.56)

CMYK percentages

%48.67
%0
%73.45
%55.69

Codes

Color #3A711E in popluar color models

3A 71 1E
RGB 58 113 30
HSL 100° 58.04% 28.04%
HSB/HSV 100° 73.45% 44.31%
CMYK 48.67% 0.00% 73.45%
55.69%

Color #3A711E in popluar number systems.

HEX 3A 71 1E
Decimal 58 113 30
Binary 111010 1110001 11110
Octal 72 161 36

Shades and tints

Shades of #3A711E

#3A711E
(58,113,30)
#35671C
(53,103,28)
#305D1A
(48,93,26)
#2B5318
(43,83,24)
#264916
(38,73,22)
#213F14
(33,63,20)
#1C3512
(28,53,18)
#172B10
(23,43,16)
#12210E
(18,33,14)
#0D170C
(13,23,12)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #3A711E

#3A711E
(58,113,30)
#4B7D32
(75,125,50)
#5C8946
(92,137,70)
#6D955A
(109,149,90)
#7EA16E
(126,161,110)
#8FAD82
(143,173,130)
#A0B996
(160,185,150)
#B1C5AA
(177,197,170)
#C2D1BE
(194,209,190)
#D3DDD2
(211,221,210)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A711E color. Also use rgb(58,113,30) instead hex code.

Text Font Color

.myTextColor { color: #3A711E; }

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

This text font color is #3A711E.

Background Color

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

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

This div background color is #3A711E.

Border color

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

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

This div border color is #3A711E.

Opacity

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

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

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

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

This text has shadow with #3A711E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A711E.

Preview

Color preview on black background

This text has color #3A711E on black background.


Color preview on white background

This text has color #3A711E on white background.


Black color preview on #3A711E background

This text has black color on #3A711E background.


White color preview on #3A711E background

This text has white color on #3A711E background.


Related colors

Complementary color

Complementary color for #hex is #C58EE1.


I love getcolorcode.com

Triadic colors

1 #1E3A71 and #711E3A with #3A711E are triadic colors.

2 #1E713A and #713A1E with #3A711E are triadic colors.