COLOR #3A4554

HEX: #3A4554
RGB: (58,69,84)

Color info

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

RGB color model

#3A4554 color RGB value is (58,69,84).

  • red value is 58;
  • green value is 69;
  • blue value is 84.
RGB:
(58,69,84)
(23%,27%,33%)

RGB channels and saturation

R 58 of 255 = 23%
G 69 of 255 = 27%
B 84 of 255 = 33%

58
69
84

R + G + B ~ 28%. #3A4554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 69 + 84 = 211 (100%)
R 58 of 211 ~ 27.49%
G 69 of 211 ~ 32.7%
B 84 of 211 ~ 39.81%

%27.49
%32.7
%39.81

CMYK color model

#3A4554 color CMYK value is (31,18,0,67).

  • cyan value is 30.95%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(31,18,0,67)
C31M18Y0K67 
(31%,18%,0%,67%)
(0.31/0.18/0.00/0.67)	

CMYK percentages

%30.95
%17.86
%0
%67.06

Codes

Color #3A4554 in popluar color models

3A4554
RGB586984
HSL215°18.31%27.84%
HSB/HSV215°30.95%32.94%
CMYK30.95%17.86%0.00%
67.06%

Color #3A4554 in popluar number systems.

HEX3A4554
Decimal586984
Binary11101010001011010100
Octal72105124

Shades and tints

Shades of #3A4554

#3A4554
(58,69,84)
#353F4D
(53,63,77)
#303946
(48,57,70)
#2B333F
(43,51,63)
#262D38
(38,45,56)
#212731
(33,39,49)
#1C212A
(28,33,42)
#171B23
(23,27,35)
#12151C
(18,21,28)
#0D0F15
(13,15,21)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #3A4554

#3A4554
(58,69,84)
#4B5563
(75,85,99)
#5C6572
(92,101,114)
#6D7581
(109,117,129)
#7E8590
(126,133,144)
#8F959F
(143,149,159)
#A0A5AE
(160,165,174)
#B1B5BD
(177,181,189)
#C2C5CC
(194,197,204)
#D3D5DB
(211,213,219)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4554; }

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

This text font color is #3A4554.


Background Color

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

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

This div background color is #3A4554.


Border color

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

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

This div border color is #3A4554.


Opacity

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

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

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

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

This text has shadow with #3A4554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4554 on black background.


Color preview on white background

This text has color #3A4554 on white background.



Black color preview on #3A4554 background

This text has black color on #3A4554 background.


White color preview on #3A4554 background

This text has white color on #3A4554 background.