COLOR #3A4935

HEX: #3A4935 RGB: (58,73,53)

Color info

#3A4935 contains red, green and blue colors in about the same proportion. Web safe color of #3A4935 is #333333 (or #333).

RGB color model

#3A4935 color RGB value is (58,73,53).

RGB: (58,73,53) (23%, 29%, 21%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 53 of 255 = 21%

58
73
53

R + G + B ~ 24%. #3A4935 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 73 + 53 = 184 (100%)
R 58 of 184 ~ 31.52%
G 73 of 184 ~ 39.67%
B 53 of 184 ~ 28.8'%

%31.52
%39.67
%28.8

CMYK color model

#3A4935 color CMYK value is (21,0,27,71).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 71.37%

CMYK: (21,0,27,71)
C21M0Y27K71 (21%, 0%, 27%, 71%)
(0.21 / 0.00 / 0.27 / 0.71)

CMYK percentages

%20.55
%0
%27.4
%71.37

Codes

Color #3A4935 in popluar color models

3A 49 35
RGB 58 73 53
HSL 105° 15.87% 24.71%
HSB/HSV 105° 27.40% 28.63%
CMYK 20.55% 0.00% 27.40%
71.37%

Color #3A4935 in popluar number systems.

HEX 3A 49 35
Decimal 58 73 53
Binary 111010 1001001 110101
Octal 72 111 65

Shades and tints

Shades of #3A4935

#3A4935
(58,73,53)
#354331
(53,67,49)
#303D2D
(48,61,45)
#2B3729
(43,55,41)
#263125
(38,49,37)
#212B21
(33,43,33)
#1C251D
(28,37,29)
#171F19
(23,31,25)
#121915
(18,25,21)
#0D1311
(13,19,17)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #3A4935

#3A4935
(58,73,53)
#4B5947
(75,89,71)
#5C6959
(92,105,89)
#6D796B
(109,121,107)
#7E897D
(126,137,125)
#8F998F
(143,153,143)
#A0A9A1
(160,169,161)
#B1B9B3
(177,185,179)
#C2C9C5
(194,201,197)
#D3D9D7
(211,217,215)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4935 color. Also use rgb(58,73,53) instead hex code.

Text Font Color

.myTextColor { color: #3A4935; }

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

This text font color is #3A4935.

Background Color

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

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

This div background color is #3A4935.

Border color

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

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

This div border color is #3A4935.

Opacity

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

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

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

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

This text has shadow with #3A4935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4935.

Preview

Color preview on black background

This text has color #3A4935 on black background.


Color preview on white background

This text has color #3A4935 on white background.


Black color preview on #3A4935 background

This text has black color on #3A4935 background.


White color preview on #3A4935 background

This text has white color on #3A4935 background.


Related colors

Complementary color

Complementary color for #hex is #C5B6CA.


I love getcolorcode.com

Triadic colors

1 #353A49 and #49353A with #3A4935 are triadic colors.

2 #35493A and #493A35 with #3A4935 are triadic colors.