COLOR #3A6828

HEX: #3A6828
RGB: (58,104,40)

Color info

#3A6828 contains mainly red and green colors. Web safe color of #3A6828 is #336633 (or #363).

RGB color model

#3A6828 color RGB value is (58,104,40).

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

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 40 of 255 = 16%

58
104
40

R + G + B ~ 27%. #3A6828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 104 + 40 = 202 (100%)
R 58 of 202 ~ 28.71%
G 104 of 202 ~ 51.49%
B 40 of 202 ~ 19.8%

%28.71
%51.49
%19.8

CMYK color model

#3A6828 color CMYK value is (44,0,62,59).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 59.22%
CMYK:
(44,0,62,59)
C44M0Y62K59 
(44%,0%,62%,59%)
(0.44/0.00/0.62/0.59)	

CMYK percentages

%44.23
%0
%61.54
%59.22

Codes

Color #3A6828 in popluar color models

3A6828
RGB5810440
HSL103°44.44%28.24%
HSB/HSV103°61.54%40.78%
CMYK44.23%0.00%61.54%
59.22%

Color #3A6828 in popluar number systems.

HEX3A6828
Decimal5810440
Binary1110101101000101000
Octal7215050

Shades and tints

Shades of #3A6828

#3A6828
(58,104,40)
#355F25
(53,95,37)
#305622
(48,86,34)
#2B4D1F
(43,77,31)
#26441C
(38,68,28)
#213B19
(33,59,25)
#1C3216
(28,50,22)
#172913
(23,41,19)
#122010
(18,32,16)
#0D170D
(13,23,13)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #3A6828

#3A6828
(58,104,40)
#4B753B
(75,117,59)
#5C824E
(92,130,78)
#6D8F61
(109,143,97)
#7E9C74
(126,156,116)
#8FA987
(143,169,135)
#A0B69A
(160,182,154)
#B1C3AD
(177,195,173)
#C2D0C0
(194,208,192)
#D3DDD3
(211,221,211)
#E4EAE6
(228,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6828; }

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

This text font color is #3A6828.


Background Color

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

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

This div background color is #3A6828.


Border color

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

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

This div border color is #3A6828.


Opacity

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

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

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

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

This text has shadow with #3A6828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6828 on black background.


Color preview on white background

This text has color #3A6828 on white background.



Black color preview on #3A6828 background

This text has black color on #3A6828 background.


White color preview on #3A6828 background

This text has white color on #3A6828 background.