COLOR #3A424E

HEX: #3A424E
RGB: (58,66,78)

Color info

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

RGB color model

#3A424E color RGB value is (58,66,78).

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

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 78 of 255 = 31%

58
66
78

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

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 78 = 202 (100%)
R 58 of 202 ~ 28.71%
G 66 of 202 ~ 32.67%
B 78 of 202 ~ 38.61%

%28.71
%32.67
%38.61

CMYK color model

#3A424E color CMYK value is (26,15,0,69).

  • cyan value is 25.64%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(26,15,0,69)
C26M15Y0K69 
(26%,15%,0%,69%)
(0.26/0.15/0.00/0.69)	

CMYK percentages

%25.64
%15.38
%0
%69.41

Codes

Color #3A424E in popluar color models

3A424E
RGB586678
HSL216°14.71%26.67%
HSB/HSV216°25.64%30.59%
CMYK25.64%15.38%0.00%
69.41%

Color #3A424E in popluar number systems.

HEX3A424E
Decimal586678
Binary11101010000101001110
Octal72102116

Shades and tints

Shades of #3A424E

#3A424E
(58,66,78)
#353C47
(53,60,71)
#303640
(48,54,64)
#2B3039
(43,48,57)
#262A32
(38,42,50)
#21242B
(33,36,43)
#1C1E24
(28,30,36)
#17181D
(23,24,29)
#121216
(18,18,22)
#0D0C0F
(13,12,15)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #3A424E

#3A424E
(58,66,78)
#4B535E
(75,83,94)
#5C646E
(92,100,110)
#6D757E
(109,117,126)
#7E868E
(126,134,142)
#8F979E
(143,151,158)
#A0A8AE
(160,168,174)
#B1B9BE
(177,185,190)
#C2CACE
(194,202,206)
#D3DBDE
(211,219,222)
#E4ECEE
(228,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A424E; }

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

This text font color is #3A424E.


Background Color

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

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

This div background color is #3A424E.


Border color

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

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

This div border color is #3A424E.


Opacity

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

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

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

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

This text has shadow with #3A424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A424E on black background.


Color preview on white background

This text has color #3A424E on white background.



Black color preview on #3A424E background

This text has black color on #3A424E background.


White color preview on #3A424E background

This text has white color on #3A424E background.