COLOR #3A5F50

HEX: #3A5F50 RGB: (58,95,80)

Color info

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

RGB color model

#3A5F50 color RGB value is (58,95,80).

RGB: (58,95,80) (23%, 37%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 80 of 255 = 31%

58
95
80

R + G + B ~ 30%. #3A5F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 95 + 80 = 233 (100%)
R 58 of 233 ~ 24.89%
G 95 of 233 ~ 40.77%
B 80 of 233 ~ 34.33'%

%24.89
%40.77
%34.33

CMYK color model

#3A5F50 color CMYK value is (39,0,16,63).

  • cyan value is 38.95%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 62.75%

CMYK: (39,0,16,63)
C39M0Y16K63 (39%, 0%, 16%, 63%)
(0.39 / 0.00 / 0.16 / 0.63)

CMYK percentages

%38.95
%0
%15.79
%62.75

Codes

Color #3A5F50 in popluar color models

3A 5F 50
RGB 58 95 80
HSL 156° 24.18% 30.00%
HSB/HSV 156° 38.95% 37.25%
CMYK 38.95% 0.00% 15.79%
62.75%

Color #3A5F50 in popluar number systems.

HEX 3A 5F 50
Decimal 58 95 80
Binary 111010 1011111 1010000
Octal 72 137 120

Shades and tints

Shades of #3A5F50

#3A5F50
(58,95,80)
#355749
(53,87,73)
#304F42
(48,79,66)
#2B473B
(43,71,59)
#263F34
(38,63,52)
#21372D
(33,55,45)
#1C2F26
(28,47,38)
#17271F
(23,39,31)
#121F18
(18,31,24)
#0D1711
(13,23,17)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #3A5F50

#3A5F50
(58,95,80)
#4B6D5F
(75,109,95)
#5C7B6E
(92,123,110)
#6D897D
(109,137,125)
#7E978C
(126,151,140)
#8FA59B
(143,165,155)
#A0B3AA
(160,179,170)
#B1C1B9
(177,193,185)
#C2CFC8
(194,207,200)
#D3DDD7
(211,221,215)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5F50; }

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

This text font color is #3A5F50.

Background Color

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

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

This div background color is #3A5F50.

Border color

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

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

This div border color is #3A5F50.

Opacity

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

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

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

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

This text has shadow with #3A5F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5F50.

Preview

Color preview on black background

This text has color #3A5F50 on black background.


Color preview on white background

This text has color #3A5F50 on white background.


Black color preview on #3A5F50 background

This text has black color on #3A5F50 background.


White color preview on #3A5F50 background

This text has white color on #3A5F50 background.


Related colors

Complementary color

Complementary color for #hex is #C5A0AF.


I love getcolorcode.com

Triadic colors

1 #503A5F and #5F503A with #3A5F50 are triadic colors.

2 #505F3A and #5F3A50 with #3A5F50 are triadic colors.