COLOR #354446

HEX: #354446
RGB: (53,68,70)

Color info

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

RGB color model

#354446 color RGB value is (53,68,70).

  • red value is 53;
  • green value is 68;
  • blue value is 70.
RGB:
(53,68,70)
(21%,27%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 70 of 255 = 27%

53
68
70

R + G + B ~ 25%. #354446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 70 = 191 (100%)
R 53 of 191 ~ 27.75%
G 68 of 191 ~ 35.6%
B 70 of 191 ~ 36.65%

%27.75
%35.6
%36.65

CMYK color model

#354446 color CMYK value is (24,3,0,73).

  • cyan value is 24.29%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(24,3,0,73)
C24M3Y0K73 
(24%,3%,0%,73%)
(0.24/0.03/0.00/0.73)	

CMYK percentages

%24.29
%2.86
%0
%72.55

Codes

Color #354446 in popluar color models

354446
RGB536870
HSL187°13.82%24.12%
HSB/HSV187°24.29%27.45%
CMYK24.29%2.86%0.00%
72.55%

Color #354446 in popluar number systems.

HEX354446
Decimal536870
Binary11010110001001000110
Octal65104106

Shades and tints

Shades of #354446

#354446
(53,68,70)
#313E40
(49,62,64)
#2D383A
(45,56,58)
#293234
(41,50,52)
#252C2E
(37,44,46)
#212628
(33,38,40)
#1D2022
(29,32,34)
#191A1C
(25,26,28)
#151416
(21,20,22)
#110E10
(17,14,16)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #354446

#354446
(53,68,70)
#475556
(71,85,86)
#596666
(89,102,102)
#6B7776
(107,119,118)
#7D8886
(125,136,134)
#8F9996
(143,153,150)
#A1AAA6
(161,170,166)
#B3BBB6
(179,187,182)
#C5CCC6
(197,204,198)
#D7DDD6
(215,221,214)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354446 color. Also use rgb(53,68,70) instead hex code.

Text Font Color

.myTextColor { color: #354446; }

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

This text font color is #354446.


Background Color

.myBgColor { background-color: #354446; }

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

This div background color is #354446.


Border color

.myBorderColor { border: 1px solid #354446; }

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

This div border color is #354446.


Opacity

.myOpacity80 { color: #354446; opacity: 0.8; }

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

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

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

This text has shadow with #354446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354446 on black background.


Color preview on white background

This text has color #354446 on white background.



Black color preview on #354446 background

This text has black color on #354446 background.


White color preview on #354446 background

This text has white color on #354446 background.