COLOR #3A484E

HEX: #3A484E
RGB: (58,72,78)

Color info

#3A484E contains red, green and blue colors in about the same proportion. Web safe color of #3A484E is #333366 (or #336).

RGB color model

#3A484E color RGB value is (58,72,78).

  • red value is 58;
  • green value is 72;
  • blue value is 78.
RGB:
(58,72,78)
(23%,28%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 78 of 255 = 31%

58
72
78

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

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 78 = 208 (100%)
R 58 of 208 ~ 27.88%
G 72 of 208 ~ 34.62%
B 78 of 208 ~ 37.5%

%27.88
%34.62
%37.5

CMYK color model

#3A484E color CMYK value is (26,8,0,69).

  • cyan value is 25.64%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(26,8,0,69)
C26M8Y0K69 
(26%,8%,0%,69%)
(0.26/0.08/0.00/0.69)	

CMYK percentages

%25.64
%7.69
%0
%69.41

Codes

Color #3A484E in popluar color models

3A484E
RGB587278
HSL198°14.71%26.67%
HSB/HSV198°25.64%30.59%
CMYK25.64%7.69%0.00%
69.41%

Color #3A484E in popluar number systems.

HEX3A484E
Decimal587278
Binary11101010010001001110
Octal72110116

Shades and tints

Shades of #3A484E

#3A484E
(58,72,78)
#354247
(53,66,71)
#303C40
(48,60,64)
#2B3639
(43,54,57)
#263032
(38,48,50)
#212A2B
(33,42,43)
#1C2424
(28,36,36)
#171E1D
(23,30,29)
#121816
(18,24,22)
#0D120F
(13,18,15)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A484E

#3A484E
(58,72,78)
#4B585E
(75,88,94)
#5C686E
(92,104,110)
#6D787E
(109,120,126)
#7E888E
(126,136,142)
#8F989E
(143,152,158)
#A0A8AE
(160,168,174)
#B1B8BE
(177,184,190)
#C2C8CE
(194,200,206)
#D3D8DE
(211,216,222)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A484E; }

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

This text font color is #3A484E.


Background Color

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

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

This div background color is #3A484E.


Border color

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

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

This div border color is #3A484E.


Opacity

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

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

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

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

This text has shadow with #3A484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A484E on black background.


Color preview on white background

This text has color #3A484E on white background.



Black color preview on #3A484E background

This text has black color on #3A484E background.


White color preview on #3A484E background

This text has white color on #3A484E background.