COLOR #3A6239

HEX: #3A6239 RGB: (58,98,57)

Color info

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

RGB color model

#3A6239 color RGB value is (58,98,57).

RGB: (58,98,57) (23%, 38%, 22%)

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 57 of 255 = 22%

58
98
57

R + G + B ~ 28%. #3A6239 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 98 + 57 = 213 (100%)
R 58 of 213 ~ 27.23%
G 98 of 213 ~ 46.01%
B 57 of 213 ~ 26.76'%

%27.23
%46.01
%26.76

CMYK color model

#3A6239 color CMYK value is (41,0,42,62).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 41.84%
  • key color value is 61.57%

CMYK: (41,0,42,62)
C41M0Y42K62 (41%, 0%, 42%, 62%)
(0.41 / 0.00 / 0.42 / 0.62)

CMYK percentages

%40.82
%0
%41.84
%61.57

Codes

Color #3A6239 in popluar color models

3A 62 39
RGB 58 98 57
HSL 119° 26.45% 30.39%
HSB/HSV 119° 41.84% 38.43%
CMYK 40.82% 0.00% 41.84%
61.57%

Color #3A6239 in popluar number systems.

HEX 3A 62 39
Decimal 58 98 57
Binary 111010 1100010 111001
Octal 72 142 71

Shades and tints

Shades of #3A6239

#3A6239
(58,98,57)
#355A34
(53,90,52)
#30522F
(48,82,47)
#2B4A2A
(43,74,42)
#264225
(38,66,37)
#213A20
(33,58,32)
#1C321B
(28,50,27)
#172A16
(23,42,22)
#122211
(18,34,17)
#0D1A0C
(13,26,12)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #3A6239

#3A6239
(58,98,57)
#4B704B
(75,112,75)
#5C7E5D
(92,126,93)
#6D8C6F
(109,140,111)
#7E9A81
(126,154,129)
#8FA893
(143,168,147)
#A0B6A5
(160,182,165)
#B1C4B7
(177,196,183)
#C2D2C9
(194,210,201)
#D3E0DB
(211,224,219)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6239 color. Also use rgb(58,98,57) instead hex code.

Text Font Color

.myTextColor { color: #3A6239; }

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

This text font color is #3A6239.

Background Color

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

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

This div background color is #3A6239.

Border color

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

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

This div border color is #3A6239.

Opacity

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

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

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

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

This text has shadow with #3A6239 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6239.

Preview

Color preview on black background

This text has color #3A6239 on black background.


Color preview on white background

This text has color #3A6239 on white background.


Black color preview on #3A6239 background

This text has black color on #3A6239 background.


White color preview on #3A6239 background

This text has white color on #3A6239 background.


Related colors

Complementary color

Complementary color for #hex is #C59DC6.


I love getcolorcode.com

Triadic colors

1 #393A62 and #62393A with #3A6239 are triadic colors.

2 #39623A and #623A39 with #3A6239 are triadic colors.