COLOR #3A434E

HEX: #3A434E RGB: (58,67,78)

Color info

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

RGB color model

#3A434E color RGB value is (58,67,78).

RGB: (58,67,78) (23%, 26%, 31%)

RGB channels and saturation

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

58
67
78

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

Portions of RGB colors in percentages

R + G + B = 58 + 67 + 78 = 203 (100%)
R 58 of 203 ~ 28.57%
G 67 of 203 ~ 33%
B 78 of 203 ~ 38.42'%

%28.57
%33
%38.42

CMYK color model

#3A434E color CMYK value is (26,14,0,69).

  • cyan value is 25.64%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (26,14,0,69)
C26M14Y0K69 (26%, 14%, 0%, 69%)
(0.26 / 0.14 / 0.00 / 0.69)

CMYK percentages

%25.64
%14.1
%0
%69.41

Codes

Color #3A434E in popluar color models

3A 43 4E
RGB 58 67 78
HSL 213° 14.71% 26.67%
HSB/HSV 213° 25.64% 30.59%
CMYK 25.64% 14.10% 0.00%
69.41%

Color #3A434E in popluar number systems.

HEX 3A 43 4E
Decimal 58 67 78
Binary 111010 1000011 1001110
Octal 72 103 116

Shades and tints

Shades of #3A434E

#3A434E
(58,67,78)
#353D47
(53,61,71)
#303740
(48,55,64)
#2B3139
(43,49,57)
#262B32
(38,43,50)
#21252B
(33,37,43)
#1C1F24
(28,31,36)
#17191D
(23,25,29)
#121316
(18,19,22)
#0D0D0F
(13,13,15)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #3A434E

#3A434E
(58,67,78)
#4B545E
(75,84,94)
#5C656E
(92,101,110)
#6D767E
(109,118,126)
#7E878E
(126,135,142)
#8F989E
(143,152,158)
#A0A9AE
(160,169,174)
#B1BABE
(177,186,190)
#C2CBCE
(194,203,206)
#D3DCDE
(211,220,222)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A434E; }

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

This text font color is #3A434E.

Background Color

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

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

This div background color is #3A434E.

Border color

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

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

This div border color is #3A434E.

Opacity

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

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

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

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

This text has shadow with #3A434E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A434E.

Preview

Color preview on black background

This text has color #3A434E on black background.


Color preview on white background

This text has color #3A434E on white background.


Black color preview on #3A434E background

This text has black color on #3A434E background.


White color preview on #3A434E background

This text has white color on #3A434E background.


Related colors

Complementary color

Complementary color for #hex is #C5BCB1.


I love getcolorcode.com

Triadic colors

1 #4E3A43 and #434E3A with #3A434E are triadic colors.

2 #4E433A and #433A4E with #3A434E are triadic colors.