COLOR #354448

HEX: #354448
RGB: (53,68,72)

Color info

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

RGB color model

#354448 color RGB value is (53,68,72).

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

RGB channels and saturation

R 53 of 255 = 21%
G 68 of 255 = 27%
B 72 of 255 = 28%

53
68
72

R + G + B ~ 25%. #354448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 72 = 193 (100%)
R 53 of 193 ~ 27.46%
G 68 of 193 ~ 35.23%
B 72 of 193 ~ 37.31%

%27.46
%35.23
%37.31

CMYK color model

#354448 color CMYK value is (26,6,0,72).

  • cyan value is 26.39%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(26,6,0,72)
C26M6Y0K72 
(26%,6%,0%,72%)
(0.26/0.06/0.00/0.72)	

CMYK percentages

%26.39
%5.56
%0
%71.76

Codes

Color #354448 in popluar color models

354448
RGB536872
HSL193°15.20%24.51%
HSB/HSV193°26.39%28.24%
CMYK26.39%5.56%0.00%
71.76%

Color #354448 in popluar number systems.

HEX354448
Decimal536872
Binary11010110001001001000
Octal65104110

Shades and tints

Shades of #354448

#354448
(53,68,72)
#313E42
(49,62,66)
#2D383C
(45,56,60)
#293236
(41,50,54)
#252C30
(37,44,48)
#21262A
(33,38,42)
#1D2024
(29,32,36)
#191A1E
(25,26,30)
#151418
(21,20,24)
#110E12
(17,14,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #354448

#354448
(53,68,72)
#475558
(71,85,88)
#596668
(89,102,104)
#6B7778
(107,119,120)
#7D8888
(125,136,136)
#8F9998
(143,153,152)
#A1AAA8
(161,170,168)
#B3BBB8
(179,187,184)
#C5CCC8
(197,204,200)
#D7DDD8
(215,221,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354448; }

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

This text font color is #354448.


Background Color

.myBgColor { background-color: #354448; }

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

This div background color is #354448.


Border color

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

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

This div border color is #354448.


Opacity

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

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

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

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

This text has shadow with #354448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354448 on black background.


Color preview on white background

This text has color #354448 on white background.



Black color preview on #354448 background

This text has black color on #354448 background.


White color preview on #354448 background

This text has white color on #354448 background.