COLOR #3A484D

HEX: #3A484D RGB: (58,72,77)

Color info

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

RGB color model

#3A484D color RGB value is (58,72,77).

RGB: (58,72,77) (23%, 28%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 77 of 255 = 30%

58
72
77

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

Portions of RGB colors in percentages

R + G + B = 58 + 72 + 77 = 207 (100%)
R 58 of 207 ~ 28.02%
G 72 of 207 ~ 34.78%
B 77 of 207 ~ 37.2'%

%28.02
%34.78
%37.2

CMYK color model

#3A484D color CMYK value is (25,6,0,70).

  • cyan value is 24.68%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (25,6,0,70)
C25M6Y0K70 (25%, 6%, 0%, 70%)
(0.25 / 0.06 / 0.00 / 0.70)

CMYK percentages

%24.68
%6.49
%0
%69.8

Codes

Color #3A484D in popluar color models

3A 48 4D
RGB 58 72 77
HSL 196° 14.07% 26.47%
HSB/HSV 196° 24.68% 30.20%
CMYK 24.68% 6.49% 0.00%
69.80%

Color #3A484D in popluar number systems.

HEX 3A 48 4D
Decimal 58 72 77
Binary 111010 1001000 1001101
Octal 72 110 115

Shades and tints

Shades of #3A484D

#3A484D
(58,72,77)
#354246
(53,66,70)
#303C3F
(48,60,63)
#2B3638
(43,54,56)
#263031
(38,48,49)
#212A2A
(33,42,42)
#1C2423
(28,36,35)
#171E1C
(23,30,28)
#121815
(18,24,21)
#0D120E
(13,18,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #3A484D

#3A484D
(58,72,77)
#4B585D
(75,88,93)
#5C686D
(92,104,109)
#6D787D
(109,120,125)
#7E888D
(126,136,141)
#8F989D
(143,152,157)
#A0A8AD
(160,168,173)
#B1B8BD
(177,184,189)
#C2C8CD
(194,200,205)
#D3D8DD
(211,216,221)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A484D color. Also use rgb(58,72,77) instead hex code.

Text Font Color

.myTextColor { color: #3A484D; }

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

This text font color is #3A484D.

Background Color

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

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

This div background color is #3A484D.

Border color

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

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

This div border color is #3A484D.

Opacity

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

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

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

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

This text has shadow with #3A484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A484D.

Preview

Color preview on black background

This text has color #3A484D on black background.


Color preview on white background

This text has color #3A484D on white background.


Black color preview on #3A484D background

This text has black color on #3A484D background.


White color preview on #3A484D background

This text has white color on #3A484D background.


Related colors

Complementary color

Complementary color for #hex is #C5B7B2.


I love getcolorcode.com

Triadic colors

1 #4D3A48 and #484D3A with #3A484D are triadic colors.

2 #4D483A and #483A4D with #3A484D are triadic colors.