COLOR #354444

HEX: #354444 RGB: (53,68,68)

Color info

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

RGB color model

#354444 color RGB value is (53,68,68).

RGB: (53,68,68) (21%, 27%, 27%)

RGB channels and saturation

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

53
68
68

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

Portions of RGB colors in percentages

R + G + B = 53 + 68 + 68 = 189 (100%)
R 53 of 189 ~ 28.04%
G 68 of 189 ~ 35.98%
B 68 of 189 ~ 35.98'%

%28.04
%35.98
%35.98

CMYK color model

#354444 color CMYK value is (22,0,0,73).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK: (22,0,0,73) C22M0Y0K73 (22%,0%,0%,73%) (0.22/0.00/0.00/0.73) 

CMYK percentages

%22.06
%0
%0
%73.33

Codes

Color #354444 in popluar color models

35 44 44
RGB 53 68 68
HSL 180° 12.40% 23.73%
HSB/HSV 180° 22.06% 26.67%
CMYK 22.06% 0.00% 0.00%
73.33%

Color #354444 in popluar number systems.

HEX 35 44 44
Decimal 53 68 68
Binary 110101 1000100 1000100
Octal 65 104 104

Shades and tints

Shades of #354444

#354444
(53,68,68)
#313E3E
(49,62,62)
#2D3838
(45,56,56)
#293232
(41,50,50)
#252C2C
(37,44,44)
#212626
(33,38,38)
#1D2020
(29,32,32)
#191A1A
(25,26,26)
#151414
(21,20,20)
#110E0E
(17,14,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #354444

#354444
(53,68,68)
#475555
(71,85,85)
#596666
(89,102,102)
#6B7777
(107,119,119)
#7D8888
(125,136,136)
#8F9999
(143,153,153)
#A1AAAA
(161,170,170)
#B3BBBB
(179,187,187)
#C5CCCC
(197,204,204)
#D7DDDD
(215,221,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354444; }

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

This text font color is #354444.

Background Color

.myBgColor { background-color: #354444; }

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

This div background color is #354444.

Border color

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

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

This div border color is #354444.

Opacity

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

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

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

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

This text has shadow with #354444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354444.

Preview

Color preview on black background

This text has color #354444 on black background.


Color preview on white background

This text has color #354444 on white background.


Black color preview on #354444 background

This text has black color on #354444 background.


White color preview on #354444 background

This text has white color on #354444 background.


Related colors

Complementary color

Complementary color for #hex is #CABBBB.


I love getcolorcode.com