COLOR #354951

HEX: #354951
RGB: (53,73,81)

Color info

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

RGB color model

#354951 color RGB value is (53,73,81).

  • red value is 53;
  • green value is 73;
  • blue value is 81.
RGB:
(53,73,81)
(21%,29%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 73 of 255 = 29%
B 81 of 255 = 32%

53
73
81

R + G + B ~ 27%. #354951 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 81 = 207 (100%)
R 53 of 207 ~ 25.6%
G 73 of 207 ~ 35.27%
B 81 of 207 ~ 39.13%

%25.6
%35.27
%39.13

CMYK color model

#354951 color CMYK value is (35,10,0,68).

  • cyan value is 34.57%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,10,0,68)
C35M10Y0K68 
(35%,10%,0%,68%)
(0.35/0.10/0.00/0.68)	

CMYK percentages

%34.57
%9.88
%0
%68.24

Codes

Color #354951 in popluar color models

354951
RGB537381
HSL197°20.90%26.27%
HSB/HSV197°34.57%31.76%
CMYK34.57%9.88%0.00%
68.24%

Color #354951 in popluar number systems.

HEX354951
Decimal537381
Binary11010110010011010001
Octal65111121

Shades and tints

Shades of #354951

#354951
(53,73,81)
#31434A
(49,67,74)
#2D3D43
(45,61,67)
#29373C
(41,55,60)
#253135
(37,49,53)
#212B2E
(33,43,46)
#1D2527
(29,37,39)
#191F20
(25,31,32)
#151919
(21,25,25)
#111312
(17,19,18)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #354951

#354951
(53,73,81)
#475960
(71,89,96)
#59696F
(89,105,111)
#6B797E
(107,121,126)
#7D898D
(125,137,141)
#8F999C
(143,153,156)
#A1A9AB
(161,169,171)
#B3B9BA
(179,185,186)
#C5C9C9
(197,201,201)
#D7D9D8
(215,217,216)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354951 color. Also use rgb(53,73,81) instead hex code.

Text Font Color

.myTextColor { color: #354951; }

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

This text font color is #354951.


Background Color

.myBgColor { background-color: #354951; }

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

This div background color is #354951.


Border color

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

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

This div border color is #354951.


Opacity

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

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

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

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

This text has shadow with #354951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354951 on black background.


Color preview on white background

This text has color #354951 on white background.



Black color preview on #354951 background

This text has black color on #354951 background.


White color preview on #354951 background

This text has white color on #354951 background.