COLOR #3A591A

HEX: #3A591A
RGB: (58,89,26)

Color info

#3A591A contains mainly red and green colors. Web safe color of #3A591A is #336600 (or #360).

RGB color model

#3A591A color RGB value is (58,89,26).

  • red value is 58;
  • green value is 89;
  • blue value is 26.
RGB:
(58,89,26)
(23%,35%,10%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 26 of 255 = 10%

58
89
26

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

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 26 = 173 (100%)
R 58 of 173 ~ 33.53%
G 89 of 173 ~ 51.45%
B 26 of 173 ~ 15.03%

%33.53
%51.45
%15.03

CMYK color model

#3A591A color CMYK value is (35,0,71,65).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 70.79%
  • key color value is 65.10%
CMYK:
(35,0,71,65)
C35M0Y71K65 
(35%,0%,71%,65%)
(0.35/0.00/0.71/0.65)	

CMYK percentages

%34.83
%0
%70.79
%65.1

Codes

Color #3A591A in popluar color models

3A591A
RGB588926
HSL90°54.78%22.55%
HSB/HSV90°70.79%34.90%
CMYK34.83%0.00%70.79%
65.10%

Color #3A591A in popluar number systems.

HEX3A591A
Decimal588926
Binary111010101100111010
Octal7213132

Shades and tints

Shades of #3A591A

#3A591A
(58,89,26)
#355118
(53,81,24)
#304916
(48,73,22)
#2B4114
(43,65,20)
#263912
(38,57,18)
#213110
(33,49,16)
#1C290E
(28,41,14)
#17210C
(23,33,12)
#12190A
(18,25,10)
#0D1108
(13,17,8)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #3A591A

#3A591A
(58,89,26)
#4B682E
(75,104,46)
#5C7742
(92,119,66)
#6D8656
(109,134,86)
#7E956A
(126,149,106)
#8FA47E
(143,164,126)
#A0B392
(160,179,146)
#B1C2A6
(177,194,166)
#C2D1BA
(194,209,186)
#D3E0CE
(211,224,206)
#E4EFE2
(228,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A591A; }

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

This text font color is #3A591A.


Background Color

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

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

This div background color is #3A591A.


Border color

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

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

This div border color is #3A591A.


Opacity

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

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

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

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

This text has shadow with #3A591A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A591A on black background.


Color preview on white background

This text has color #3A591A on white background.



Black color preview on #3A591A background

This text has black color on #3A591A background.


White color preview on #3A591A background

This text has white color on #3A591A background.