COLOR #354748

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
71
72

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

Portions of RGB colors in percentages

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

%27.04
%36.22
%36.73

CMYK color model

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

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

CMYK percentages

%26.39
%1.39
%0
%71.76

Codes

Color #354748 in popluar color models

354748
RGB537172
HSL183°15.20%24.51%
HSB/HSV183°26.39%28.24%
CMYK26.39%1.39%0.00%
71.76%

Color #354748 in popluar number systems.

HEX354748
Decimal537172
Binary11010110001111001000
Octal65107110

Shades and tints

Shades of #354748

#354748
(53,71,72)
#314142
(49,65,66)
#2D3B3C
(45,59,60)
#293536
(41,53,54)
#252F30
(37,47,48)
#21292A
(33,41,42)
#1D2324
(29,35,36)
#191D1E
(25,29,30)
#151718
(21,23,24)
#111112
(17,17,18)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #354748

#354748
(53,71,72)
#475758
(71,87,88)
#596768
(89,103,104)
#6B7778
(107,119,120)
#7D8788
(125,135,136)
#8F9798
(143,151,152)
#A1A7A8
(161,167,168)
#B3B7B8
(179,183,184)
#C5C7C8
(197,199,200)
#D7D7D8
(215,215,216)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354748; }

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

This text font color is #354748.


Background Color

.myBgColor { background-color: #354748; }

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

This div background color is #354748.


Border color

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

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

This div border color is #354748.


Opacity

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

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

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

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

This text has shadow with #354748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354748 on black background.


Color preview on white background

This text has color #354748 on white background.



Black color preview on #354748 background

This text has black color on #354748 background.


White color preview on #354748 background

This text has white color on #354748 background.