COLOR #354046

HEX: #354046
RGB: (53,64,70)

Color info

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

RGB color model

#354046 color RGB value is (53,64,70).

  • red value is 53;
  • green value is 64;
  • blue value is 70.
RGB:
(53,64,70)
(21%,25%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 64 of 255 = 25%
B 70 of 255 = 27%

53
64
70

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

Portions of RGB colors in percentages

R + G + B =
53 + 64 + 70 = 187 (100%)
R 53 of 187 ~ 28.34%
G 64 of 187 ~ 34.22%
B 70 of 187 ~ 37.43%

%28.34
%34.22
%37.43

CMYK color model

#354046 color CMYK value is (24,9,0,73).

  • cyan value is 24.29%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(24,9,0,73)
C24M9Y0K73 
(24%,9%,0%,73%)
(0.24/0.09/0.00/0.73)	

CMYK percentages

%24.29
%8.57
%0
%72.55

Codes

Color #354046 in popluar color models

354046
RGB536470
HSL201°13.82%24.12%
HSB/HSV201°24.29%27.45%
CMYK24.29%8.57%0.00%
72.55%

Color #354046 in popluar number systems.

HEX354046
Decimal536470
Binary11010110000001000110
Octal65100106

Shades and tints

Shades of #354046

#354046
(53,64,70)
#313B40
(49,59,64)
#2D363A
(45,54,58)
#293134
(41,49,52)
#252C2E
(37,44,46)
#212728
(33,39,40)
#1D2222
(29,34,34)
#191D1C
(25,29,28)
#151816
(21,24,22)
#111310
(17,19,16)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #354046

#354046
(53,64,70)
#475156
(71,81,86)
#596266
(89,98,102)
#6B7376
(107,115,118)
#7D8486
(125,132,134)
#8F9596
(143,149,150)
#A1A6A6
(161,166,166)
#B3B7B6
(179,183,182)
#C5C8C6
(197,200,198)
#D7D9D6
(215,217,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354046; }

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

This text font color is #354046.


Background Color

.myBgColor { background-color: #354046; }

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

This div background color is #354046.


Border color

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

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

This div border color is #354046.


Opacity

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

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

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

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

This text has shadow with #354046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354046 on black background.


Color preview on white background

This text has color #354046 on white background.



Black color preview on #354046 background

This text has black color on #354046 background.


White color preview on #354046 background

This text has white color on #354046 background.