COLOR #354949

HEX: #354949
RGB: (53,73,73)

Color info

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

RGB color model

#354949 color RGB value is (53,73,73).

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

RGB channels and saturation

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

53
73
73

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

Portions of RGB colors in percentages

R + G + B =
53 + 73 + 73 = 199 (100%)
R 53 of 199 ~ 26.63%
G 73 of 199 ~ 36.68%
B 73 of 199 ~ 36.68%

%26.63
%36.68
%36.68

CMYK color model

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

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

CMYK percentages

%27.4
%0
%0
%71.37

Codes

Color #354949 in popluar color models

354949
RGB537373
HSL180°15.87%24.71%
HSB/HSV180°27.40%28.63%
CMYK27.40%0.00%0.00%
71.37%

Color #354949 in popluar number systems.

HEX354949
Decimal537373
Binary11010110010011001001
Octal65111111

Shades and tints

Shades of #354949

#354949
(53,73,73)
#314343
(49,67,67)
#2D3D3D
(45,61,61)
#293737
(41,55,55)
#253131
(37,49,49)
#212B2B
(33,43,43)
#1D2525
(29,37,37)
#191F1F
(25,31,31)
#151919
(21,25,25)
#111313
(17,19,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #354949

#354949
(53,73,73)
#475959
(71,89,89)
#596969
(89,105,105)
#6B7979
(107,121,121)
#7D8989
(125,137,137)
#8F9999
(143,153,153)
#A1A9A9
(161,169,169)
#B3B9B9
(179,185,185)
#C5C9C9
(197,201,201)
#D7D9D9
(215,217,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354949; }

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

This text font color is #354949.


Background Color

.myBgColor { background-color: #354949; }

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

This div background color is #354949.


Border color

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

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

This div border color is #354949.


Opacity

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

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

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

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

This text has shadow with #354949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354949 on black background.


Color preview on white background

This text has color #354949 on white background.



Black color preview on #354949 background

This text has black color on #354949 background.


White color preview on #354949 background

This text has white color on #354949 background.