COLOR #354C51

HEX: #354C51
RGB: (53,76,81)

Color info

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

RGB color model

#354C51 color RGB value is (53,76,81).

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

RGB channels and saturation

R 53 of 255 = 21%
G 76 of 255 = 30%
B 81 of 255 = 32%

53
76
81

R + G + B ~ 28%. #354C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 76 + 81 = 210 (100%)
R 53 of 210 ~ 25.24%
G 76 of 210 ~ 36.19%
B 81 of 210 ~ 38.57%

%25.24
%36.19
%38.57

CMYK color model

#354C51 color CMYK value is (35,6,0,68).

  • cyan value is 34.57%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(35,6,0,68)
C35M6Y0K68 
(35%,6%,0%,68%)
(0.35/0.06/0.00/0.68)	

CMYK percentages

%34.57
%6.17
%0
%68.24

Codes

Color #354C51 in popluar color models

354C51
RGB537681
HSL191°20.90%26.27%
HSB/HSV191°34.57%31.76%
CMYK34.57%6.17%0.00%
68.24%

Color #354C51 in popluar number systems.

HEX354C51
Decimal537681
Binary11010110011001010001
Octal65114121

Shades and tints

Shades of #354C51

#354C51
(53,76,81)
#31464A
(49,70,74)
#2D4043
(45,64,67)
#293A3C
(41,58,60)
#253435
(37,52,53)
#212E2E
(33,46,46)
#1D2827
(29,40,39)
#192220
(25,34,32)
#151C19
(21,28,25)
#111612
(17,22,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #354C51

#354C51
(53,76,81)
#475C60
(71,92,96)
#596C6F
(89,108,111)
#6B7C7E
(107,124,126)
#7D8C8D
(125,140,141)
#8F9C9C
(143,156,156)
#A1ACAB
(161,172,171)
#B3BCBA
(179,188,186)
#C5CCC9
(197,204,201)
#D7DCD8
(215,220,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354C51; }

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

This text font color is #354C51.


Background Color

.myBgColor { background-color: #354C51; }

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

This div background color is #354C51.


Border color

.myBorderColor { border: 1px solid #354C51; }

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

This div border color is #354C51.


Opacity

.myOpacity80 { color: #354C51; opacity: 0.8; }

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

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

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

This text has shadow with #354C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354C51 on black background.


Color preview on white background

This text has color #354C51 on white background.



Black color preview on #354C51 background

This text has black color on #354C51 background.


White color preview on #354C51 background

This text has white color on #354C51 background.