COLOR #3A434D

HEX: #3A434D RGB: (58,67,77)

Color info

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

RGB color model

#3A434D color RGB value is (58,67,77).

RGB: (58,67,77) (23%, 26%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 77 of 255 = 30%

58
67
77

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

Portions of RGB colors in percentages

R + G + B = 58 + 67 + 77 = 202 (100%)
R 58 of 202 ~ 28.71%
G 67 of 202 ~ 33.17%
B 77 of 202 ~ 38.12'%

%28.71
%33.17
%38.12

CMYK color model

#3A434D color CMYK value is (25,13,0,70).

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

CMYK: (25,13,0,70)
C25M13Y0K70 (25%, 13%, 0%, 70%)
(0.25 / 0.13 / 0.00 / 0.70)

CMYK percentages

%24.68
%12.99
%0
%69.8

Codes

Color #3A434D in popluar color models

3A 43 4D
RGB 58 67 77
HSL 212° 14.07% 26.47%
HSB/HSV 212° 24.68% 30.20%
CMYK 24.68% 12.99% 0.00%
69.80%

Color #3A434D in popluar number systems.

HEX 3A 43 4D
Decimal 58 67 77
Binary 111010 1000011 1001101
Octal 72 103 115

Shades and tints

Shades of #3A434D

#3A434D
(58,67,77)
#353D46
(53,61,70)
#30373F
(48,55,63)
#2B3138
(43,49,56)
#262B31
(38,43,49)
#21252A
(33,37,42)
#1C1F23
(28,31,35)
#17191C
(23,25,28)
#121315
(18,19,21)
#0D0D0E
(13,13,14)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #3A434D

#3A434D
(58,67,77)
#4B545D
(75,84,93)
#5C656D
(92,101,109)
#6D767D
(109,118,125)
#7E878D
(126,135,141)
#8F989D
(143,152,157)
#A0A9AD
(160,169,173)
#B1BABD
(177,186,189)
#C2CBCD
(194,203,205)
#D3DCDD
(211,220,221)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A434D; }

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

This text font color is #3A434D.

Background Color

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

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

This div background color is #3A434D.

Border color

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

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

This div border color is #3A434D.

Opacity

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

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

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

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

This text has shadow with #3A434D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A434D.

Preview

Color preview on black background

This text has color #3A434D on black background.


Color preview on white background

This text has color #3A434D on white background.


Black color preview on #3A434D background

This text has black color on #3A434D background.


White color preview on #3A434D background

This text has white color on #3A434D background.


Related colors

Complementary color

Complementary color for #hex is #C5BCB2.


I love getcolorcode.com

Triadic colors

1 #4D3A43 and #434D3A with #3A434D are triadic colors.

2 #4D433A and #433A4D with #3A434D are triadic colors.