COLOR #3A504B

HEX: #3A504B RGB: (58,80,75)

Color info

#3A504B contains red, green and blue colors in about the same proportion. Web safe color of #3A504B is #336633 (or #363).

RGB color model

#3A504B color RGB value is (58,80,75).

RGB: (58,80,75) (23%, 31%, 29%)

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 75 of 255 = 29%

58
80
75

R + G + B ~ 28%. #3A504B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 80 + 75 = 213 (100%)
R 58 of 213 ~ 27.23%
G 80 of 213 ~ 37.56%
B 75 of 213 ~ 35.21'%

%27.23
%37.56
%35.21

CMYK color model

#3A504B color CMYK value is (28,0,6,69).

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK: (28,0,6,69) C28M0Y6K69 (28%,0%,6%,69%) (0.28/0.00/0.06/0.69) 

CMYK percentages

%27.5
%0
%6.25
%68.63

Codes

Color #3A504B in popluar color models

3A 50 4B
RGB 58 80 75
HSL 166° 15.94% 27.06%
HSB/HSV 166° 27.50% 31.37%
CMYK 27.50% 0.00% 6.25%
68.63%

Color #3A504B in popluar number systems.

HEX 3A 50 4B
Decimal 58 80 75
Binary 111010 1010000 1001011
Octal 72 120 113

Shades and tints

Shades of #3A504B

#3A504B
(58,80,75)
#354945
(53,73,69)
#30423F
(48,66,63)
#2B3B39
(43,59,57)
#263433
(38,52,51)
#212D2D
(33,45,45)
#1C2627
(28,38,39)
#171F21
(23,31,33)
#12181B
(18,24,27)
#0D1115
(13,17,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #3A504B

#3A504B
(58,80,75)
#4B5F5B
(75,95,91)
#5C6E6B
(92,110,107)
#6D7D7B
(109,125,123)
#7E8C8B
(126,140,139)
#8F9B9B
(143,155,155)
#A0AAAB
(160,170,171)
#B1B9BB
(177,185,187)
#C2C8CB
(194,200,203)
#D3D7DB
(211,215,219)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A504B; }

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

This text font color is #3A504B.

Background Color

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

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

This div background color is #3A504B.

Border color

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

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

This div border color is #3A504B.

Opacity

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

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

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

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

This text has shadow with #3A504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A504B.

Preview

Color preview on black background

This text has color #3A504B on black background.


Color preview on white background

This text has color #3A504B on white background.


Black color preview on #3A504B background

This text has black color on #3A504B background.


White color preview on #3A504B background

This text has white color on #3A504B background.


Related colors

Complementary color

Complementary color for #hex is #C5AFB4.


I love getcolorcode.com

Triadic colors

1 #4B3A50 and #504B3A with #3A504B are triadic colors.

2 #4B503A and #503A4B with #3A504B are triadic colors.