COLOR #3A6836

HEX: #3A6836
RGB: (58,104,54)

Color info

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

RGB color model

#3A6836 color RGB value is (58,104,54).

  • red value is 58;
  • green value is 104;
  • blue value is 54.
RGB:
(58,104,54)
(23%,41%,21%)

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 54 of 255 = 21%

58
104
54

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

Portions of RGB colors in percentages

R + G + B =
58 + 104 + 54 = 216 (100%)
R 58 of 216 ~ 26.85%
G 104 of 216 ~ 48.15%
B 54 of 216 ~ 25%

%26.85
%48.15
%25

CMYK color model

#3A6836 color CMYK value is (44,0,48,59).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 59.22%
CMYK:
(44,0,48,59)
C44M0Y48K59 
(44%,0%,48%,59%)
(0.44/0.00/0.48/0.59)	

CMYK percentages

%44.23
%0
%48.08
%59.22

Codes

Color #3A6836 in popluar color models

3A6836
RGB5810454
HSL115°31.65%30.98%
HSB/HSV115°48.08%40.78%
CMYK44.23%0.00%48.08%
59.22%

Color #3A6836 in popluar number systems.

HEX3A6836
Decimal5810454
Binary1110101101000110110
Octal7215066

Shades and tints

Shades of #3A6836

#3A6836
(58,104,54)
#355F32
(53,95,50)
#30562E
(48,86,46)
#2B4D2A
(43,77,42)
#264426
(38,68,38)
#213B22
(33,59,34)
#1C321E
(28,50,30)
#17291A
(23,41,26)
#122016
(18,32,22)
#0D1712
(13,23,18)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #3A6836

#3A6836
(58,104,54)
#4B7548
(75,117,72)
#5C825A
(92,130,90)
#6D8F6C
(109,143,108)
#7E9C7E
(126,156,126)
#8FA990
(143,169,144)
#A0B6A2
(160,182,162)
#B1C3B4
(177,195,180)
#C2D0C6
(194,208,198)
#D3DDD8
(211,221,216)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6836 color. Also use rgb(58,104,54) instead hex code.

Text Font Color

.myTextColor { color: #3A6836; }

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

This text font color is #3A6836.


Background Color

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

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

This div background color is #3A6836.


Border color

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

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

This div border color is #3A6836.


Opacity

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

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

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

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

This text has shadow with #3A6836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6836 on black background.


Color preview on white background

This text has color #3A6836 on white background.



Black color preview on #3A6836 background

This text has black color on #3A6836 background.


White color preview on #3A6836 background

This text has white color on #3A6836 background.