COLOR #354549

HEX: #354549
RGB: (53,69,73)

Color info

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

RGB color model

#354549 color RGB value is (53,69,73).

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

RGB channels and saturation

R 53 of 255 = 21%
G 69 of 255 = 27%
B 73 of 255 = 29%

53
69
73

R + G + B ~ 26%. #354549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 69 + 73 = 195 (100%)
R 53 of 195 ~ 27.18%
G 69 of 195 ~ 35.38%
B 73 of 195 ~ 37.44%

%27.18
%35.38
%37.44

CMYK color model

#354549 color CMYK value is (27,5,0,71).

  • cyan value is 27.40%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(27,5,0,71)
C27M5Y0K71 
(27%,5%,0%,71%)
(0.27/0.05/0.00/0.71)	

CMYK percentages

%27.4
%5.48
%0
%71.37

Codes

Color #354549 in popluar color models

354549
RGB536973
HSL192°15.87%24.71%
HSB/HSV192°27.40%28.63%
CMYK27.40%5.48%0.00%
71.37%

Color #354549 in popluar number systems.

HEX354549
Decimal536973
Binary11010110001011001001
Octal65105111

Shades and tints

Shades of #354549

#354549
(53,69,73)
#313F43
(49,63,67)
#2D393D
(45,57,61)
#293337
(41,51,55)
#252D31
(37,45,49)
#21272B
(33,39,43)
#1D2125
(29,33,37)
#191B1F
(25,27,31)
#151519
(21,21,25)
#110F13
(17,15,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #354549

#354549
(53,69,73)
#475559
(71,85,89)
#596569
(89,101,105)
#6B7579
(107,117,121)
#7D8589
(125,133,137)
#8F9599
(143,149,153)
#A1A5A9
(161,165,169)
#B3B5B9
(179,181,185)
#C5C5C9
(197,197,201)
#D7D5D9
(215,213,217)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354549; }

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

This text font color is #354549.


Background Color

.myBgColor { background-color: #354549; }

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

This div background color is #354549.


Border color

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

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

This div border color is #354549.


Opacity

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

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

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

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

This text has shadow with #354549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354549 on black background.


Color preview on white background

This text has color #354549 on white background.



Black color preview on #354549 background

This text has black color on #354549 background.


White color preview on #354549 background

This text has white color on #354549 background.