COLOR #354C48

HEX: #354C48
RGB: (53,76,72)

Color info

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

RGB color model

#354C48 color RGB value is (53,76,72).

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

RGB channels and saturation

R 53 of 255 = 21%
G 76 of 255 = 30%
B 72 of 255 = 28%

53
76
72

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

Portions of RGB colors in percentages

R + G + B =
53 + 76 + 72 = 201 (100%)
R 53 of 201 ~ 26.37%
G 76 of 201 ~ 37.81%
B 72 of 201 ~ 35.82%

%26.37
%37.81
%35.82

CMYK color model

#354C48 color CMYK value is (30,0,5,70).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(30,0,5,70)
C30M0Y5K70 
(30%,0%,5%,70%)
(0.30/0.00/0.05/0.70)	

CMYK percentages

%30.26
%0
%5.26
%70.2

Codes

Color #354C48 in popluar color models

354C48
RGB537672
HSL170°17.83%25.29%
HSB/HSV170°30.26%29.80%
CMYK30.26%0.00%5.26%
70.20%

Color #354C48 in popluar number systems.

HEX354C48
Decimal537672
Binary11010110011001001000
Octal65114110

Shades and tints

Shades of #354C48

#354C48
(53,76,72)
#314642
(49,70,66)
#2D403C
(45,64,60)
#293A36
(41,58,54)
#253430
(37,52,48)
#212E2A
(33,46,42)
#1D2824
(29,40,36)
#19221E
(25,34,30)
#151C18
(21,28,24)
#111612
(17,22,18)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #354C48

#354C48
(53,76,72)
#475C58
(71,92,88)
#596C68
(89,108,104)
#6B7C78
(107,124,120)
#7D8C88
(125,140,136)
#8F9C98
(143,156,152)
#A1ACA8
(161,172,168)
#B3BCB8
(179,188,184)
#C5CCC8
(197,204,200)
#D7DCD8
(215,220,216)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354C48; }

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

This text font color is #354C48.


Background Color

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

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

This div background color is #354C48.


Border color

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

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

This div border color is #354C48.


Opacity

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

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

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

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

This text has shadow with #354C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354C48 on black background.


Color preview on white background

This text has color #354C48 on white background.



Black color preview on #354C48 background

This text has black color on #354C48 background.


White color preview on #354C48 background

This text has white color on #354C48 background.