COLOR #3A5029

HEX: #3A5029
RGB: (58,80,41)

Color info

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

RGB color model

#3A5029 color RGB value is (58,80,41).

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

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 41 of 255 = 16%

58
80
41

R + G + B ~ 23%. #3A5029 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 80 + 41 = 179 (100%)
R 58 of 179 ~ 32.4%
G 80 of 179 ~ 44.69%
B 41 of 179 ~ 22.91%

%32.4
%44.69
%22.91

CMYK color model

#3A5029 color CMYK value is (28,0,49,69).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(28,0,49,69)
C28M0Y49K69 
(28%,0%,49%,69%)
(0.28/0.00/0.49/0.69)	

CMYK percentages

%27.5
%0
%48.75
%68.63

Codes

Color #3A5029 in popluar color models

3A5029
RGB588041
HSL94°32.23%23.73%
HSB/HSV94°48.75%31.37%
CMYK27.50%0.00%48.75%
68.63%

Color #3A5029 in popluar number systems.

HEX3A5029
Decimal588041
Binary1110101010000101001
Octal7212051

Shades and tints

Shades of #3A5029

#3A5029
(58,80,41)
#354926
(53,73,38)
#304223
(48,66,35)
#2B3B20
(43,59,32)
#26341D
(38,52,29)
#212D1A
(33,45,26)
#1C2617
(28,38,23)
#171F14
(23,31,20)
#121811
(18,24,17)
#0D110E
(13,17,14)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #3A5029

#3A5029
(58,80,41)
#4B5F3C
(75,95,60)
#5C6E4F
(92,110,79)
#6D7D62
(109,125,98)
#7E8C75
(126,140,117)
#8F9B88
(143,155,136)
#A0AA9B
(160,170,155)
#B1B9AE
(177,185,174)
#C2C8C1
(194,200,193)
#D3D7D4
(211,215,212)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5029 color. Also use rgb(58,80,41) instead hex code.

Text Font Color

.myTextColor { color: #3A5029; }

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

This text font color is #3A5029.


Background Color

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

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

This div background color is #3A5029.


Border color

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

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

This div border color is #3A5029.


Opacity

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

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

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

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

This text has shadow with #3A5029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5029 on black background.


Color preview on white background

This text has color #3A5029 on white background.



Black color preview on #3A5029 background

This text has black color on #3A5029 background.


White color preview on #3A5029 background

This text has white color on #3A5029 background.