COLOR #354D53

HEX: #354D53 RGB: (53,77,83)

Color info

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

RGB color model

#354D53 color RGB value is (53,77,83).

RGB: (53,77,83) (21%, 30%, 33%)

RGB channels and saturation

R 53 of 255 = 21%
G 77 of 255 = 30%
B 83 of 255 = 33%

53
77
83

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

Portions of RGB colors in percentages

R + G + B = 53 + 77 + 83 = 213 (100%)
R 53 of 213 ~ 24.88%
G 77 of 213 ~ 36.15%
B 83 of 213 ~ 38.97'%

%24.88
%36.15
%38.97

CMYK color model

#354D53 color CMYK value is (36,7,0,67).

  • cyan value is 36.14%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (36,7,0,67)
C36M7Y0K67 (36%, 7%, 0%, 67%)
(0.36 / 0.07 / 0.00 / 0.67)

CMYK percentages

%36.14
%7.23
%0
%67.45

Codes

Color #354D53 in popluar color models

35 4D 53
RGB 53 77 83
HSL 192° 22.06% 26.67%
HSB/HSV 192° 36.14% 32.55%
CMYK 36.14% 7.23% 0.00%
67.45%

Color #354D53 in popluar number systems.

HEX 35 4D 53
Decimal 53 77 83
Binary 110101 1001101 1010011
Octal 65 115 123

Shades and tints

Shades of #354D53

#354D53
(53,77,83)
#31464C
(49,70,76)
#2D3F45
(45,63,69)
#29383E
(41,56,62)
#253137
(37,49,55)
#212A30
(33,42,48)
#1D2329
(29,35,41)
#191C22
(25,28,34)
#15151B
(21,21,27)
#110E14
(17,14,20)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #354D53

#354D53
(53,77,83)
#475D62
(71,93,98)
#596D71
(89,109,113)
#6B7D80
(107,125,128)
#7D8D8F
(125,141,143)
#8F9D9E
(143,157,158)
#A1ADAD
(161,173,173)
#B3BDBC
(179,189,188)
#C5CDCB
(197,205,203)
#D7DDDA
(215,221,218)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354D53 color. Also use rgb(53,77,83) instead hex code.

Text Font Color

.myTextColor { color: #354D53; }

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

This text font color is #354D53.

Background Color

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

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

This div background color is #354D53.

Border color

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

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

This div border color is #354D53.

Opacity

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

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

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

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

This text has shadow with #354D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354D53.

Preview

Color preview on black background

This text has color #354D53 on black background.


Color preview on white background

This text has color #354D53 on white background.


Black color preview on #354D53 background

This text has black color on #354D53 background.


White color preview on #354D53 background

This text has white color on #354D53 background.


Related colors

Complementary color

Complementary color for #hex is #CAB2AC.


I love getcolorcode.com

Triadic colors

1 #53354D and #4D5335 with #354D53 are triadic colors.

2 #534D35 and #4D3553 with #354D53 are triadic colors.