COLOR #3A5933

HEX: #3A5933 RGB: (58,89,51)

Color info

#3A5933 contains red, green and blue colors in about the same proportion. Web safe color of #3A5933 is #336633 (or #363).

RGB color model

#3A5933 color RGB value is (58,89,51).

RGB: (58,89,51) (23%, 35%, 20%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 51 of 255 = 20%

58
89
51

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

Portions of RGB colors in percentages

R + G + B = 58 + 89 + 51 = 198 (100%)
R 58 of 198 ~ 29.29%
G 89 of 198 ~ 44.95%
B 51 of 198 ~ 25.76'%

%29.29
%44.95
%25.76

CMYK color model

#3A5933 color CMYK value is (35,0,43,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 42.70%
  • key color value is 65.10%

CMYK: (35,0,43,65)
C35M0Y43K65 (35%, 0%, 43%, 65%)
(0.35 / 0.00 / 0.43 / 0.65)

CMYK percentages

%34.83
%0
%42.7
%65.1

Codes

Color #3A5933 in popluar color models

3A 59 33
RGB 58 89 51
HSL 109° 27.14% 27.45%
HSB/HSV 109° 42.70% 34.90%
CMYK 34.83% 0.00% 42.70%
65.10%

Color #3A5933 in popluar number systems.

HEX 3A 59 33
Decimal 58 89 51
Binary 111010 1011001 110011
Octal 72 131 63

Shades and tints

Shades of #3A5933

#3A5933
(58,89,51)
#35512F
(53,81,47)
#30492B
(48,73,43)
#2B4127
(43,65,39)
#263923
(38,57,35)
#21311F
(33,49,31)
#1C291B
(28,41,27)
#172117
(23,33,23)
#121913
(18,25,19)
#0D110F
(13,17,15)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #3A5933

#3A5933
(58,89,51)
#4B6845
(75,104,69)
#5C7757
(92,119,87)
#6D8669
(109,134,105)
#7E957B
(126,149,123)
#8FA48D
(143,164,141)
#A0B39F
(160,179,159)
#B1C2B1
(177,194,177)
#C2D1C3
(194,209,195)
#D3E0D5
(211,224,213)
#E4EFE7
(228,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5933 color. Also use rgb(58,89,51) instead hex code.

Text Font Color

.myTextColor { color: #3A5933; }

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

This text font color is #3A5933.

Background Color

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

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

This div background color is #3A5933.

Border color

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

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

This div border color is #3A5933.

Opacity

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

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

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

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

This text has shadow with #3A5933 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5933.

Preview

Color preview on black background

This text has color #3A5933 on black background.


Color preview on white background

This text has color #3A5933 on white background.


Black color preview on #3A5933 background

This text has black color on #3A5933 background.


White color preview on #3A5933 background

This text has white color on #3A5933 background.


Related colors

Complementary color

Complementary color for #hex is #C5A6CC.


I love getcolorcode.com

Triadic colors

1 #333A59 and #59333A with #3A5933 are triadic colors.

2 #33593A and #593A33 with #3A5933 are triadic colors.