COLOR #354646

HEX: #354646 RGB: (53,70,70)

Color info

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

RGB color model

#354646 color RGB value is (53,70,70).

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

RGB channels and saturation

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

53
70
70

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

Portions of RGB colors in percentages

R + G + B = 53 + 70 + 70 = 193 (100%)
R 53 of 193 ~ 27.46%
G 70 of 193 ~ 36.27%
B 70 of 193 ~ 36.27'%

%27.46
%36.27
%36.27

CMYK color model

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

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (24,0,0,73)
C24M0Y0K73 (24%, 0%, 0%, 73%)
(0.24 / 0.00 / 0.00 / 0.73)

CMYK percentages

%24.29
%0
%0
%72.55

Codes

Color #354646 in popluar color models

35 46 46
RGB 53 70 70
HSL 180° 13.82% 24.12%
HSB/HSV 180° 24.29% 27.45%
CMYK 24.29% 0.00% 0.00%
72.55%

Color #354646 in popluar number systems.

HEX 35 46 46
Decimal 53 70 70
Binary 110101 1000110 1000110
Octal 65 106 106

Shades and tints

Shades of #354646

#354646
(53,70,70)
#314040
(49,64,64)
#2D3A3A
(45,58,58)
#293434
(41,52,52)
#252E2E
(37,46,46)
#212828
(33,40,40)
#1D2222
(29,34,34)
#191C1C
(25,28,28)
#151616
(21,22,22)
#111010
(17,16,16)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #354646

#354646
(53,70,70)
#475656
(71,86,86)
#596666
(89,102,102)
#6B7676
(107,118,118)
#7D8686
(125,134,134)
#8F9696
(143,150,150)
#A1A6A6
(161,166,166)
#B3B6B6
(179,182,182)
#C5C6C6
(197,198,198)
#D7D6D6
(215,214,214)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354646; }

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

This text font color is #354646.

Background Color

.myBgColor { background-color: #354646; }

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

This div background color is #354646.

Border color

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

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

This div border color is #354646.

Opacity

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

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

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

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

This text has shadow with #354646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354646.

Preview

Color preview on black background

This text has color #354646 on black background.


Color preview on white background

This text has color #354646 on white background.


Black color preview on #354646 background

This text has black color on #354646 background.


White color preview on #354646 background

This text has white color on #354646 background.


Related colors

Complementary color

Complementary color for #hex is #CAB9B9.


I love getcolorcode.com