COLOR #3A5451

HEX: #3A5451 RGB: (58,84,81)

Color info

#3A5451 contains red, green and blue colors in about the same proportion. Web safe color of #3A5451 is #336666 (or #366).

RGB color model

#3A5451 color RGB value is (58,84,81).

RGB: (58,84,81) (23%, 33%, 32%)

RGB channels and saturation

R 58 of 255 = 23%
G 84 of 255 = 33%
B 81 of 255 = 32%

58
84
81

R + G + B ~ 29%. #3A5451 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 84 + 81 = 223 (100%)
R 58 of 223 ~ 26.01%
G 84 of 223 ~ 37.67%
B 81 of 223 ~ 36.32'%

%26.01
%37.67
%36.32

CMYK color model

#3A5451 color CMYK value is (31,0,4,67).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 67.06%

CMYK: (31,0,4,67)
C31M0Y4K67 (31%, 0%, 4%, 67%)
(0.31 / 0.00 / 0.04 / 0.67)

CMYK percentages

%30.95
%0
%3.57
%67.06

Codes

Color #3A5451 in popluar color models

3A 54 51
RGB 58 84 81
HSL 173° 18.31% 27.84%
HSB/HSV 173° 30.95% 32.94%
CMYK 30.95% 0.00% 3.57%
67.06%

Color #3A5451 in popluar number systems.

HEX 3A 54 51
Decimal 58 84 81
Binary 111010 1010100 1010001
Octal 72 124 121

Shades and tints

Shades of #3A5451

#3A5451
(58,84,81)
#354D4A
(53,77,74)
#304643
(48,70,67)
#2B3F3C
(43,63,60)
#263835
(38,56,53)
#21312E
(33,49,46)
#1C2A27
(28,42,39)
#172320
(23,35,32)
#121C19
(18,28,25)
#0D1512
(13,21,18)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #3A5451

#3A5451
(58,84,81)
#4B6360
(75,99,96)
#5C726F
(92,114,111)
#6D817E
(109,129,126)
#7E908D
(126,144,141)
#8F9F9C
(143,159,156)
#A0AEAB
(160,174,171)
#B1BDBA
(177,189,186)
#C2CCC9
(194,204,201)
#D3DBD8
(211,219,216)
#E4EAE7
(228,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5451 color. Also use rgb(58,84,81) instead hex code.

Text Font Color

.myTextColor { color: #3A5451; }

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

This text font color is #3A5451.

Background Color

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

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

This div background color is #3A5451.

Border color

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

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

This div border color is #3A5451.

Opacity

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

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

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

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

This text has shadow with #3A5451 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5451.

Preview

Color preview on black background

This text has color #3A5451 on black background.


Color preview on white background

This text has color #3A5451 on white background.


Black color preview on #3A5451 background

This text has black color on #3A5451 background.


White color preview on #3A5451 background

This text has white color on #3A5451 background.


Related colors

Complementary color

Complementary color for #hex is #C5ABAE.


I love getcolorcode.com

Triadic colors

1 #513A54 and #54513A with #3A5451 are triadic colors.

2 #51543A and #543A51 with #3A5451 are triadic colors.