COLOR #354442

HEX: #354442
RGB: (53,68,66)

Color info

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

RGB color model

#354442 color RGB value is (53,68,66).

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

RGB channels and saturation

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

53
68
66

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

Portions of RGB colors in percentages

R + G + B =
53 + 68 + 66 = 187 (100%)
R 53 of 187 ~ 28.34%
G 68 of 187 ~ 36.36%
B 66 of 187 ~ 35.29%

%28.34
%36.36
%35.29

CMYK color model

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

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

CMYK percentages

%22.06
%0
%2.94
%73.33

Codes

Color #354442 in popluar color models

354442
RGB536866
HSL172°12.40%23.73%
HSB/HSV172°22.06%26.67%
CMYK22.06%0.00%2.94%
73.33%

Color #354442 in popluar number systems.

HEX354442
Decimal536866
Binary11010110001001000010
Octal65104102

Shades and tints

Shades of #354442

#354442
(53,68,66)
#313E3C
(49,62,60)
#2D3836
(45,56,54)
#293230
(41,50,48)
#252C2A
(37,44,42)
#212624
(33,38,36)
#1D201E
(29,32,30)
#191A18
(25,26,24)
#151412
(21,20,18)
#110E0C
(17,14,12)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #354442

#354442
(53,68,66)
#475553
(71,85,83)
#596664
(89,102,100)
#6B7775
(107,119,117)
#7D8886
(125,136,134)
#8F9997
(143,153,151)
#A1AAA8
(161,170,168)
#B3BBB9
(179,187,185)
#C5CCCA
(197,204,202)
#D7DDDB
(215,221,219)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354442; }

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

This text font color is #354442.


Background Color

.myBgColor { background-color: #354442; }

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

This div background color is #354442.


Border color

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

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

This div border color is #354442.


Opacity

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

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

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

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

This text has shadow with #354442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354442 on black background.


Color preview on white background

This text has color #354442 on white background.



Black color preview on #354442 background

This text has black color on #354442 background.


White color preview on #354442 background

This text has white color on #354442 background.