COLOR #354242

HEX: #354242
RGB: (53,66,66)

Color info

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

RGB color model

#354242 color RGB value is (53,66,66).

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

RGB channels and saturation

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

53
66
66

R + G + B ~ 24%. #354242 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 66 = 185 (100%)
R 53 of 185 ~ 28.65%
G 66 of 185 ~ 35.68%
B 66 of 185 ~ 35.68%

%28.65
%35.68
%35.68

CMYK color model

#354242 color CMYK value is (20,0,0,74).

  • cyan value is 19.70%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(20,0,0,74)
C20M0Y0K74 
(20%,0%,0%,74%)
(0.20/0.00/0.00/0.74)	

CMYK percentages

%19.7
%0
%0
%74.12

Codes

Color #354242 in popluar color models

354242
RGB536666
HSL180°10.92%23.33%
HSB/HSV180°19.70%25.88%
CMYK19.70%0.00%0.00%
74.12%

Color #354242 in popluar number systems.

HEX354242
Decimal536666
Binary11010110000101000010
Octal65102102

Shades and tints

Shades of #354242

#354242
(53,66,66)
#313C3C
(49,60,60)
#2D3636
(45,54,54)
#293030
(41,48,48)
#252A2A
(37,42,42)
#212424
(33,36,36)
#1D1E1E
(29,30,30)
#191818
(25,24,24)
#151212
(21,18,18)
#110C0C
(17,12,12)
#0D0606
(13,6,6)
#000000
(0,0,0)

Tints of #354242

#354242
(53,66,66)
#475353
(71,83,83)
#596464
(89,100,100)
#6B7575
(107,117,117)
#7D8686
(125,134,134)
#8F9797
(143,151,151)
#A1A8A8
(161,168,168)
#B3B9B9
(179,185,185)
#C5CACA
(197,202,202)
#D7DBDB
(215,219,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354242; }

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

This text font color is #354242.


Background Color

.myBgColor { background-color: #354242; }

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

This div background color is #354242.


Border color

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

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

This div border color is #354242.


Opacity

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

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

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

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

This text has shadow with #354242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354242 on black background.


Color preview on white background

This text has color #354242 on white background.



Black color preview on #354242 background

This text has black color on #354242 background.


White color preview on #354242 background

This text has white color on #354242 background.