COLOR #3A404F

HEX: #3A404F RGB: (58,64,79)

Color info

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

RGB color model

#3A404F color RGB value is (58,64,79).

RGB: (58,64,79) (23%, 25%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 64 of 255 = 25%
B 79 of 255 = 31%

58
64
79

R + G + B ~ 26%. #3A404F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 64 + 79 = 201 (100%)
R 58 of 201 ~ 28.86%
G 64 of 201 ~ 31.84%
B 79 of 201 ~ 39.3'%

%28.86
%31.84
%39.3

CMYK color model

#3A404F color CMYK value is (27,19,0,69).

  • cyan value is 26.58%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (27,19,0,69)
C27M19Y0K69 (27%, 19%, 0%, 69%)
(0.27 / 0.19 / 0.00 / 0.69)

CMYK percentages

%26.58
%18.99
%0
%69.02

Codes

Color #3A404F in popluar color models

3A 40 4F
RGB 58 64 79
HSL 223° 15.33% 26.86%
HSB/HSV 223° 26.58% 30.98%
CMYK 26.58% 18.99% 0.00%
69.02%

Color #3A404F in popluar number systems.

HEX 3A 40 4F
Decimal 58 64 79
Binary 111010 1000000 1001111
Octal 72 100 117

Shades and tints

Shades of #3A404F

#3A404F
(58,64,79)
#353B48
(53,59,72)
#303641
(48,54,65)
#2B313A
(43,49,58)
#262C33
(38,44,51)
#21272C
(33,39,44)
#1C2225
(28,34,37)
#171D1E
(23,29,30)
#121817
(18,24,23)
#0D1310
(13,19,16)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #3A404F

#3A404F
(58,64,79)
#4B515F
(75,81,95)
#5C626F
(92,98,111)
#6D737F
(109,115,127)
#7E848F
(126,132,143)
#8F959F
(143,149,159)
#A0A6AF
(160,166,175)
#B1B7BF
(177,183,191)
#C2C8CF
(194,200,207)
#D3D9DF
(211,217,223)
#E4EAEF
(228,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A404F color. Also use rgb(58,64,79) instead hex code.

Text Font Color

.myTextColor { color: #3A404F; }

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

This text font color is #3A404F.

Background Color

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

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

This div background color is #3A404F.

Border color

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

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

This div border color is #3A404F.

Opacity

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

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

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

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

This text has shadow with #3A404F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A404F.

Preview

Color preview on black background

This text has color #3A404F on black background.


Color preview on white background

This text has color #3A404F on white background.


Black color preview on #3A404F background

This text has black color on #3A404F background.


White color preview on #3A404F background

This text has white color on #3A404F background.


Related colors

Complementary color

Complementary color for #hex is #C5BFB0.


I love getcolorcode.com

Triadic colors

1 #4F3A40 and #404F3A with #3A404F are triadic colors.

2 #4F403A and #403A4F with #3A404F are triadic colors.