COLOR #353A45

HEX: #353A45 RGB: (53,58,69)

Color info

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

RGB color model

#353A45 color RGB value is (53,58,69).

RGB: (53,58,69) (21%, 23%, 27%)

RGB channels and saturation

R 53 of 255 = 21%
G 58 of 255 = 23%
B 69 of 255 = 27%

53
58
69

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

Portions of RGB colors in percentages

R + G + B = 53 + 58 + 69 = 180 (100%)
R 53 of 180 ~ 29.44%
G 58 of 180 ~ 32.22%
B 69 of 180 ~ 38.33'%

%29.44
%32.22
%38.33

CMYK color model

#353A45 color CMYK value is (23,16,0,73).

  • cyan value is 23.19%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (23,16,0,73)
C23M16Y0K73 (23%, 16%, 0%, 73%)
(0.23 / 0.16 / 0.00 / 0.73)

CMYK percentages

%23.19
%15.94
%0
%72.94

Codes

Color #353A45 in popluar color models

35 3A 45
RGB 53 58 69
HSL 221° 13.11% 23.92%
HSB/HSV 221° 23.19% 27.06%
CMYK 23.19% 15.94% 0.00%
72.94%

Color #353A45 in popluar number systems.

HEX 35 3A 45
Decimal 53 58 69
Binary 110101 111010 1000101
Octal 65 72 105

Shades and tints

Shades of #353A45

#353A45
(53,58,69)
#31353F
(49,53,63)
#2D3039
(45,48,57)
#292B33
(41,43,51)
#25262D
(37,38,45)
#212127
(33,33,39)
#1D1C21
(29,28,33)
#19171B
(25,23,27)
#151215
(21,18,21)
#110D0F
(17,13,15)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #353A45

#353A45
(53,58,69)
#474B55
(71,75,85)
#595C65
(89,92,101)
#6B6D75
(107,109,117)
#7D7E85
(125,126,133)
#8F8F95
(143,143,149)
#A1A0A5
(161,160,165)
#B3B1B5
(179,177,181)
#C5C2C5
(197,194,197)
#D7D3D5
(215,211,213)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353A45 color. Also use rgb(53,58,69) instead hex code.

Text Font Color

.myTextColor { color: #353A45; }

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

This text font color is #353A45.

Background Color

.myBgColor { background-color: #353A45; }

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

This div background color is #353A45.

Border color

.myBorderColor { border: 1px solid #353A45; }

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

This div border color is #353A45.

Opacity

.myOpacity80 { color: #353A45; opacity: 0.8; }

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

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

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

This text has shadow with #353A45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353A45.

Preview

Color preview on black background

This text has color #353A45 on black background.


Color preview on white background

This text has color #353A45 on white background.


Black color preview on #353A45 background

This text has black color on #353A45 background.


White color preview on #353A45 background

This text has white color on #353A45 background.


Related colors

Complementary color

Complementary color for #hex is #CAC5BA.


I love getcolorcode.com

Triadic colors

1 #45353A and #3A4535 with #353A45 are triadic colors.

2 #453A35 and #3A3545 with #353A45 are triadic colors.