COLOR #3A825B

HEX: #3A825B RGB: (58,130,91)

Color info

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

RGB color model

#3A825B color RGB value is (58,130,91).

RGB: (58,130,91) (23%, 51%, 36%)

RGB channels and saturation

R 58 of 255 = 23%
G 130 of 255 = 51%
B 91 of 255 = 36%

58
130
91

R + G + B ~ 37%. #3A825B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 130 + 91 = 279 (100%)
R 58 of 279 ~ 20.79%
G 130 of 279 ~ 46.59%
B 91 of 279 ~ 32.62'%

%20.79
%46.59
%32.62

CMYK color model

#3A825B color CMYK value is (55,0,30,49).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 49.02%

CMYK: (55,0,30,49)
C55M0Y30K49 (55%, 0%, 30%, 49%)
(0.55 / 0.00 / 0.30 / 0.49)

CMYK percentages

%55.38
%0
%30
%49.02

Codes

Color #3A825B in popluar color models

3A 82 5B
RGB 58 130 91
HSL 148° 38.30% 36.86%
HSB/HSV 148° 55.38% 50.98%
CMYK 55.38% 0.00% 30.00%
49.02%

Color #3A825B in popluar number systems.

HEX 3A 82 5B
Decimal 58 130 91
Binary 111010 10000010 1011011
Octal 72 202 133

Shades and tints

Shades of #3A825B

#3A825B
(58,130,91)
#357753
(53,119,83)
#306C4B
(48,108,75)
#2B6143
(43,97,67)
#26563B
(38,86,59)
#214B33
(33,75,51)
#1C402B
(28,64,43)
#173523
(23,53,35)
#122A1B
(18,42,27)
#0D1F13
(13,31,19)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #3A825B

#3A825B
(58,130,91)
#4B8D69
(75,141,105)
#5C9877
(92,152,119)
#6DA385
(109,163,133)
#7EAE93
(126,174,147)
#8FB9A1
(143,185,161)
#A0C4AF
(160,196,175)
#B1CFBD
(177,207,189)
#C2DACB
(194,218,203)
#D3E5D9
(211,229,217)
#E4F0E7
(228,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A825B color. Also use rgb(58,130,91) instead hex code.

Text Font Color

.myTextColor { color: #3A825B; }

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

This text font color is #3A825B.

Background Color

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

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

This div background color is #3A825B.

Border color

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

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

This div border color is #3A825B.

Opacity

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

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

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

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

This text has shadow with #3A825B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A825B.

Preview

Color preview on black background

This text has color #3A825B on black background.


Color preview on white background

This text has color #3A825B on white background.


Black color preview on #3A825B background

This text has black color on #3A825B background.


White color preview on #3A825B background

This text has white color on #3A825B background.


Related colors

Complementary color

Complementary color for #hex is #C57DA4.


I love getcolorcode.com

Triadic colors

1 #5B3A82 and #825B3A with #3A825B are triadic colors.

2 #5B823A and #823A5B with #3A825B are triadic colors.