COLOR #354847

HEX: #354847
RGB: (53,72,71)

Color info

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

RGB color model

#354847 color RGB value is (53,72,71).

  • red value is 53;
  • green value is 72;
  • blue value is 71.
RGB:
(53,72,71)
(21%,28%,28%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 71 of 255 = 28%

53
72
71

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

Portions of RGB colors in percentages

R + G + B =
53 + 72 + 71 = 196 (100%)
R 53 of 196 ~ 27.04%
G 72 of 196 ~ 36.73%
B 71 of 196 ~ 36.22%

%27.04
%36.73
%36.22

CMYK color model

#354847 color CMYK value is (26,0,1,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(26,0,1,72)
C26M0Y1K72 
(26%,0%,1%,72%)
(0.26/0.00/0.01/0.72)	

CMYK percentages

%26.39
%0
%1.39
%71.76

Codes

Color #354847 in popluar color models

354847
RGB537271
HSL177°15.20%24.51%
HSB/HSV177°26.39%28.24%
CMYK26.39%0.00%1.39%
71.76%

Color #354847 in popluar number systems.

HEX354847
Decimal537271
Binary11010110010001000111
Octal65110107

Shades and tints

Shades of #354847

#354847
(53,72,71)
#314241
(49,66,65)
#2D3C3B
(45,60,59)
#293635
(41,54,53)
#25302F
(37,48,47)
#212A29
(33,42,41)
#1D2423
(29,36,35)
#191E1D
(25,30,29)
#151817
(21,24,23)
#111211
(17,18,17)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #354847

#354847
(53,72,71)
#475857
(71,88,87)
#596867
(89,104,103)
#6B7877
(107,120,119)
#7D8887
(125,136,135)
#8F9897
(143,152,151)
#A1A8A7
(161,168,167)
#B3B8B7
(179,184,183)
#C5C8C7
(197,200,199)
#D7D8D7
(215,216,215)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354847; }

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

This text font color is #354847.


Background Color

.myBgColor { background-color: #354847; }

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

This div background color is #354847.


Border color

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

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

This div border color is #354847.


Opacity

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

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

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

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

This text has shadow with #354847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354847 on black background.


Color preview on white background

This text has color #354847 on white background.



Black color preview on #354847 background

This text has black color on #354847 background.


White color preview on #354847 background

This text has white color on #354847 background.