COLOR #3A835A

HEX: #3A835A
RGB: (58,131,90)

Color info

#3A835A contains mainly green and blue colors. Web safe color of #3A835A is #339966 (or #396).

RGB color model

#3A835A color RGB value is (58,131,90).

  • red value is 58;
  • green value is 131;
  • blue value is 90.
RGB:
(58,131,90)
(23%,51%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 131 of 255 = 51%
B 90 of 255 = 35%

58
131
90

R + G + B ~ 36%. #3A835A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 131 + 90 = 279 (100%)
R 58 of 279 ~ 20.79%
G 131 of 279 ~ 46.95%
B 90 of 279 ~ 32.26%

%20.79
%46.95
%32.26

CMYK color model

#3A835A color CMYK value is (56,0,31,49).

  • cyan value is 55.73%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(56,0,31,49)
C56M0Y31K49 
(56%,0%,31%,49%)
(0.56/0.00/0.31/0.49)	

CMYK percentages

%55.73
%0
%31.3
%48.63

Codes

Color #3A835A in popluar color models

3A835A
RGB5813190
HSL146°38.62%37.06%
HSB/HSV146°55.73%51.37%
CMYK55.73%0.00%31.30%
48.63%

Color #3A835A in popluar number systems.

HEX3A835A
Decimal5813190
Binary111010100000111011010
Octal72203132

Shades and tints

Shades of #3A835A

#3A835A
(58,131,90)
#357852
(53,120,82)
#306D4A
(48,109,74)
#2B6242
(43,98,66)
#26573A
(38,87,58)
#214C32
(33,76,50)
#1C412A
(28,65,42)
#173622
(23,54,34)
#122B1A
(18,43,26)
#0D2012
(13,32,18)
#08150A
(8,21,10)
#000000
(0,0,0)

Tints of #3A835A

#3A835A
(58,131,90)
#4B8E69
(75,142,105)
#5C9978
(92,153,120)
#6DA487
(109,164,135)
#7EAF96
(126,175,150)
#8FBAA5
(143,186,165)
#A0C5B4
(160,197,180)
#B1D0C3
(177,208,195)
#C2DBD2
(194,219,210)
#D3E6E1
(211,230,225)
#E4F1F0
(228,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A835A color. Also use rgb(58,131,90) instead hex code.

Text Font Color

.myTextColor { color: #3A835A; }

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

This text font color is #3A835A.


Background Color

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

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

This div background color is #3A835A.


Border color

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

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

This div border color is #3A835A.


Opacity

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

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

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

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

This text has shadow with #3A835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A835A on black background.


Color preview on white background

This text has color #3A835A on white background.



Black color preview on #3A835A background

This text has black color on #3A835A background.


White color preview on #3A835A background

This text has white color on #3A835A background.