COLOR #3A8550

HEX: #3A8550 RGB: (58,133,80)

Color info

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

RGB color model

#3A8550 color RGB value is (58,133,80).

RGB: (58,133,80) (23%, 52%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 133 of 255 = 52%
B 80 of 255 = 31%

58
133
80

R + G + B ~ 35%. #3A8550 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 133 + 80 = 271 (100%)
R 58 of 271 ~ 21.4%
G 133 of 271 ~ 49.08%
B 80 of 271 ~ 29.52'%

%21.4
%49.08
%29.52

CMYK color model

#3A8550 color CMYK value is (56,0,40,48).

  • cyan value is 56.39%
  • magenta value is 0.00%
  • yellow value is 39.85%
  • key color value is 47.84%

CMYK: (56,0,40,48)
C56M0Y40K48 (56%, 0%, 40%, 48%)
(0.56 / 0.00 / 0.40 / 0.48)

CMYK percentages

%56.39
%0
%39.85
%47.84

Codes

Color #3A8550 in popluar color models

3A 85 50
RGB 58 133 80
HSL 138° 39.27% 37.45%
HSB/HSV 138° 56.39% 52.16%
CMYK 56.39% 0.00% 39.85%
47.84%

Color #3A8550 in popluar number systems.

HEX 3A 85 50
Decimal 58 133 80
Binary 111010 10000101 1010000
Octal 72 205 120

Shades and tints

Shades of #3A8550

#3A8550
(58,133,80)
#357949
(53,121,73)
#306D42
(48,109,66)
#2B613B
(43,97,59)
#265534
(38,85,52)
#21492D
(33,73,45)
#1C3D26
(28,61,38)
#17311F
(23,49,31)
#122518
(18,37,24)
#0D1911
(13,25,17)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #3A8550

#3A8550
(58,133,80)
#4B905F
(75,144,95)
#5C9B6E
(92,155,110)
#6DA67D
(109,166,125)
#7EB18C
(126,177,140)
#8FBC9B
(143,188,155)
#A0C7AA
(160,199,170)
#B1D2B9
(177,210,185)
#C2DDC8
(194,221,200)
#D3E8D7
(211,232,215)
#E4F3E6
(228,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A8550; }

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

This text font color is #3A8550.

Background Color

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

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

This div background color is #3A8550.

Border color

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

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

This div border color is #3A8550.

Opacity

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

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

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

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

This text has shadow with #3A8550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A8550.

Preview

Color preview on black background

This text has color #3A8550 on black background.


Color preview on white background

This text has color #3A8550 on white background.


Black color preview on #3A8550 background

This text has black color on #3A8550 background.


White color preview on #3A8550 background

This text has white color on #3A8550 background.


Related colors

Complementary color

Complementary color for #hex is #C57AAF.


I love getcolorcode.com

Triadic colors

1 #503A85 and #85503A with #3A8550 are triadic colors.

2 #50853A and #853A50 with #3A8550 are triadic colors.