COLOR #3A474B

HEX: #3A474B RGB: (58,71,75)

Color info

#3A474B contains red, green and blue colors in about the same proportion. Web safe color of #3A474B is #333333 (or #333).

RGB color model

#3A474B color RGB value is (58,71,75).

RGB: (58,71,75) (23%, 28%, 29%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 75 of 255 = 29%

58
71
75

R + G + B ~ 27%. #3A474B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 71 + 75 = 204 (100%)
R 58 of 204 ~ 28.43%
G 71 of 204 ~ 34.8%
B 75 of 204 ~ 36.76'%

%28.43
%34.8
%36.76

CMYK color model

#3A474B color CMYK value is (23,5,0,71).

  • cyan value is 22.67%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (23,5,0,71)
C23M5Y0K71 (23%, 5%, 0%, 71%)
(0.23 / 0.05 / 0.00 / 0.71)

CMYK percentages

%22.67
%5.33
%0
%70.59

Codes

Color #3A474B in popluar color models

3A 47 4B
RGB 58 71 75
HSL 194° 12.78% 26.08%
HSB/HSV 194° 22.67% 29.41%
CMYK 22.67% 5.33% 0.00%
70.59%

Color #3A474B in popluar number systems.

HEX 3A 47 4B
Decimal 58 71 75
Binary 111010 1000111 1001011
Octal 72 107 113

Shades and tints

Shades of #3A474B

#3A474B
(58,71,75)
#354145
(53,65,69)
#303B3F
(48,59,63)
#2B3539
(43,53,57)
#262F33
(38,47,51)
#21292D
(33,41,45)
#1C2327
(28,35,39)
#171D21
(23,29,33)
#12171B
(18,23,27)
#0D1115
(13,17,21)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #3A474B

#3A474B
(58,71,75)
#4B575B
(75,87,91)
#5C676B
(92,103,107)
#6D777B
(109,119,123)
#7E878B
(126,135,139)
#8F979B
(143,151,155)
#A0A7AB
(160,167,171)
#B1B7BB
(177,183,187)
#C2C7CB
(194,199,203)
#D3D7DB
(211,215,219)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A474B; }

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

This text font color is #3A474B.

Background Color

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

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

This div background color is #3A474B.

Border color

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

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

This div border color is #3A474B.

Opacity

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

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

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

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

This text has shadow with #3A474B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A474B.

Preview

Color preview on black background

This text has color #3A474B on black background.


Color preview on white background

This text has color #3A474B on white background.


Black color preview on #3A474B background

This text has black color on #3A474B background.


White color preview on #3A474B background

This text has white color on #3A474B background.


Related colors

Complementary color

Complementary color for #hex is #C5B8B4.


I love getcolorcode.com

Triadic colors

1 #4B3A47 and #474B3A with #3A474B are triadic colors.

2 #4B473A and #473A4B with #3A474B are triadic colors.