COLOR #3A6E50

HEX: #3A6E50
RGB: (58,110,80)

Color info

#3A6E50 contains red, green and blue colors in about the same proportion. Web safe color of #3A6E50 is #336666 (or #366).

RGB color model

#3A6E50 color RGB value is (58,110,80).

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

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 80 of 255 = 31%

58
110
80

R + G + B ~ 32%. #3A6E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 110 + 80 = 248 (100%)
R 58 of 248 ~ 23.39%
G 110 of 248 ~ 44.35%
B 80 of 248 ~ 32.26%

%23.39
%44.35
%32.26

CMYK color model

#3A6E50 color CMYK value is (47,0,27,57).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 56.86%
CMYK:
(47,0,27,57)
C47M0Y27K57 
(47%,0%,27%,57%)
(0.47/0.00/0.27/0.57)	

CMYK percentages

%47.27
%0
%27.27
%56.86

Codes

Color #3A6E50 in popluar color models

3A6E50
RGB5811080
HSL145°30.95%32.94%
HSB/HSV145°47.27%43.14%
CMYK47.27%0.00%27.27%
56.86%

Color #3A6E50 in popluar number systems.

HEX3A6E50
Decimal5811080
Binary11101011011101010000
Octal72156120

Shades and tints

Shades of #3A6E50

#3A6E50
(58,110,80)
#356449
(53,100,73)
#305A42
(48,90,66)
#2B503B
(43,80,59)
#264634
(38,70,52)
#213C2D
(33,60,45)
#1C3226
(28,50,38)
#17281F
(23,40,31)
#121E18
(18,30,24)
#0D1411
(13,20,17)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #3A6E50

#3A6E50
(58,110,80)
#4B7B5F
(75,123,95)
#5C886E
(92,136,110)
#6D957D
(109,149,125)
#7EA28C
(126,162,140)
#8FAF9B
(143,175,155)
#A0BCAA
(160,188,170)
#B1C9B9
(177,201,185)
#C2D6C8
(194,214,200)
#D3E3D7
(211,227,215)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6E50; }

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

This text font color is #3A6E50.


Background Color

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

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

This div background color is #3A6E50.


Border color

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

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

This div border color is #3A6E50.


Opacity

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

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

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

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

This text has shadow with #3A6E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6E50 on black background.


Color preview on white background

This text has color #3A6E50 on white background.



Black color preview on #3A6E50 background

This text has black color on #3A6E50 background.


White color preview on #3A6E50 background

This text has white color on #3A6E50 background.