COLOR #3A5711

HEX: #3A5711 RGB: (58,87,17)

Color info

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

RGB color model

#3A5711 color RGB value is (58,87,17).

RGB: (58,87,17) (23%, 34%, 7%)

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 17 of 255 = 7%

58
87
17

R + G + B ~ 21%. #3A5711 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 87 + 17 = 162 (100%)
R 58 of 162 ~ 35.8%
G 87 of 162 ~ 53.7%
B 17 of 162 ~ 10.49'%

%35.8
%53.7

CMYK color model

#3A5711 color CMYK value is (33,0,80,66).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 80.46%
  • key color value is 65.88%

CMYK: (33,0,80,66)
C33M0Y80K66 (33%, 0%, 80%, 66%)
(0.33 / 0.00 / 0.80 / 0.66)

CMYK percentages

%33.33
%0
%80.46
%65.88

Codes

Color #3A5711 in popluar color models

3A 57 11
RGB 58 87 17
HSL 85° 67.31% 20.39%
HSB/HSV 85° 80.46% 34.12%
CMYK 33.33% 0.00% 80.46%
65.88%

Color #3A5711 in popluar number systems.

HEX 3A 57 11
Decimal 58 87 17
Binary 111010 1010111 10001
Octal 72 127 21

Shades and tints

Shades of #3A5711

#3A5711
(58,87,17)
#355010
(53,80,16)
#30490F
(48,73,15)
#2B420E
(43,66,14)
#263B0D
(38,59,13)
#21340C
(33,52,12)
#1C2D0B
(28,45,11)
#17260A
(23,38,10)
#121F09
(18,31,9)
#0D1808
(13,24,8)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #3A5711

#3A5711
(58,87,17)
#4B6626
(75,102,38)
#5C753B
(92,117,59)
#6D8450
(109,132,80)
#7E9365
(126,147,101)
#8FA27A
(143,162,122)
#A0B18F
(160,177,143)
#B1C0A4
(177,192,164)
#C2CFB9
(194,207,185)
#D3DECE
(211,222,206)
#E4EDE3
(228,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5711 color. Also use rgb(58,87,17) instead hex code.

Text Font Color

.myTextColor { color: #3A5711; }

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

This text font color is #3A5711.

Background Color

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

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

This div background color is #3A5711.

Border color

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

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

This div border color is #3A5711.

Opacity

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

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

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

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

This text has shadow with #3A5711 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5711.

Preview

Color preview on black background

This text has color #3A5711 on black background.


Color preview on white background

This text has color #3A5711 on white background.


Black color preview on #3A5711 background

This text has black color on #3A5711 background.


White color preview on #3A5711 background

This text has white color on #3A5711 background.


Related colors

Complementary color

Complementary color for #hex is #C5A8EE.


I love getcolorcode.com

Triadic colors

1 #113A57 and #57113A with #3A5711 are triadic colors.

2 #11573A and #573A11 with #3A5711 are triadic colors.