COLOR #354354

HEX: #354354 RGB: (53,67,84)

Color info

#354354 contains red, green and blue colors in about the same proportion. Web safe color of #354354 is #333366 (or #336).

RGB color model

#354354 color RGB value is (53,67,84).

RGB: (53,67,84) (21%, 26%, 33%)

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 84 of 255 = 33%

53
67
84

R + G + B ~ 27%. #354354 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 67 + 84 = 204 (100%)
R 53 of 204 ~ 25.98%
G 67 of 204 ~ 32.84%
B 84 of 204 ~ 41.18'%

%25.98
%32.84
%41.18

CMYK color model

#354354 color CMYK value is (37,20,0,67).

  • cyan value is 36.90%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK: (37,20,0,67) C37M20Y0K67 (37%,20%,0%,67%) (0.37/0.20/0.00/0.67) 

CMYK percentages

%36.9
%20.24
%0
%67.06

Codes

Color #354354 in popluar color models

35 43 54
RGB 53 67 84
HSL 213° 22.63% 26.86%
HSB/HSV 213° 36.90% 32.94%
CMYK 36.90% 20.24% 0.00%
67.06%

Color #354354 in popluar number systems.

HEX 35 43 54
Decimal 53 67 84
Binary 110101 1000011 1010100
Octal 65 103 124

Shades and tints

Shades of #354354

#354354
(53,67,84)
#313D4D
(49,61,77)
#2D3746
(45,55,70)
#29313F
(41,49,63)
#252B38
(37,43,56)
#212531
(33,37,49)
#1D1F2A
(29,31,42)
#191923
(25,25,35)
#15131C
(21,19,28)
#110D15
(17,13,21)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #354354

#354354
(53,67,84)
#475463
(71,84,99)
#596572
(89,101,114)
#6B7681
(107,118,129)
#7D8790
(125,135,144)
#8F989F
(143,152,159)
#A1A9AE
(161,169,174)
#B3BABD
(179,186,189)
#C5CBCC
(197,203,204)
#D7DCDB
(215,220,219)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354354; }

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

This text font color is #354354.

Background Color

.myBgColor { background-color: #354354; }

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

This div background color is #354354.

Border color

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

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

This div border color is #354354.

Opacity

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

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

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

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

This text has shadow with #354354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #354354.

Preview

Color preview on black background

This text has color #354354 on black background.


Color preview on white background

This text has color #354354 on white background.


Black color preview on #354354 background

This text has black color on #354354 background.


White color preview on #354354 background

This text has white color on #354354 background.


Related colors

Complementary color

Complementary color for #hex is #CABCAB.


I love getcolorcode.com

Triadic colors

1 #543543 and #435435 with #354354 are triadic colors.

2 #544335 and #433554 with #354354 are triadic colors.