COLOR #3A5254

HEX: #3A5254 RGB: (58,82,84)

Color info

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

RGB color model

#3A5254 color RGB value is (58,82,84).

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

RGB channels and saturation

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

58
82
84

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

Portions of RGB colors in percentages

R + G + B = 58 + 82 + 84 = 224 (100%)
R 58 of 224 ~ 25.89%
G 82 of 224 ~ 36.61%
B 84 of 224 ~ 37.5'%

%25.89
%36.61
%37.5

CMYK color model

#3A5254 color CMYK value is (31,2,0,67).

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

CMYK: (31,2,0,67)
C31M2Y0K67 (31%, 2%, 0%, 67%)
(0.31 / 0.02 / 0.00 / 0.67)

CMYK percentages

%30.95
%2.38
%0
%67.06

Codes

Color #3A5254 in popluar color models

3A 52 54
RGB 58 82 84
HSL 185° 18.31% 27.84%
HSB/HSV 185° 30.95% 32.94%
CMYK 30.95% 2.38% 0.00%
67.06%

Color #3A5254 in popluar number systems.

HEX 3A 52 54
Decimal 58 82 84
Binary 111010 1010010 1010100
Octal 72 122 124

Shades and tints

Shades of #3A5254

#3A5254
(58,82,84)
#354B4D
(53,75,77)
#304446
(48,68,70)
#2B3D3F
(43,61,63)
#263638
(38,54,56)
#212F31
(33,47,49)
#1C282A
(28,40,42)
#172123
(23,33,35)
#121A1C
(18,26,28)
#0D1315
(13,19,21)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #3A5254

#3A5254
(58,82,84)
#4B6163
(75,97,99)
#5C7072
(92,112,114)
#6D7F81
(109,127,129)
#7E8E90
(126,142,144)
#8F9D9F
(143,157,159)
#A0ACAE
(160,172,174)
#B1BBBD
(177,187,189)
#C2CACC
(194,202,204)
#D3D9DB
(211,217,219)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5254; }

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

This text font color is #3A5254.

Background Color

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

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

This div background color is #3A5254.

Border color

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

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

This div border color is #3A5254.

Opacity

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

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

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

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

This text has shadow with #3A5254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5254.

Preview

Color preview on black background

This text has color #3A5254 on black background.


Color preview on white background

This text has color #3A5254 on white background.


Black color preview on #3A5254 background

This text has black color on #3A5254 background.


White color preview on #3A5254 background

This text has white color on #3A5254 background.


Related colors

Complementary color

Complementary color for #hex is #C5ADAB.


I love getcolorcode.com

Triadic colors

1 #543A52 and #52543A with #3A5254 are triadic colors.

2 #54523A and #523A54 with #3A5254 are triadic colors.