COLOR #353A4B

HEX: #353A4B RGB: (53,58,75)

Color info

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

RGB color model

#353A4B color RGB value is (53,58,75).

RGB: (53,58,75) (21%, 23%, 29%)

RGB channels and saturation

R 53 of 255 = 21%
G 58 of 255 = 23%
B 75 of 255 = 29%

53
58
75

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

Portions of RGB colors in percentages

R + G + B = 53 + 58 + 75 = 186 (100%)
R 53 of 186 ~ 28.49%
G 58 of 186 ~ 31.18%
B 75 of 186 ~ 40.32'%

%28.49
%31.18
%40.32

CMYK color model

#353A4B color CMYK value is (29,23,0,71).

  • cyan value is 29.33%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (29,23,0,71)
C29M23Y0K71 (29%, 23%, 0%, 71%)
(0.29 / 0.23 / 0.00 / 0.71)

CMYK percentages

%29.33
%22.67
%0
%70.59

Codes

Color #353A4B in popluar color models

35 3A 4B
RGB 53 58 75
HSL 226° 17.19% 25.10%
HSB/HSV 226° 29.33% 29.41%
CMYK 29.33% 22.67% 0.00%
70.59%

Color #353A4B in popluar number systems.

HEX 35 3A 4B
Decimal 53 58 75
Binary 110101 111010 1001011
Octal 65 72 113

Shades and tints

Shades of #353A4B

#353A4B
(53,58,75)
#313545
(49,53,69)
#2D303F
(45,48,63)
#292B39
(41,43,57)
#252633
(37,38,51)
#21212D
(33,33,45)
#1D1C27
(29,28,39)
#191721
(25,23,33)
#15121B
(21,18,27)
#110D15
(17,13,21)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #353A4B

#353A4B
(53,58,75)
#474B5B
(71,75,91)
#595C6B
(89,92,107)
#6B6D7B
(107,109,123)
#7D7E8B
(125,126,139)
#8F8F9B
(143,143,155)
#A1A0AB
(161,160,171)
#B3B1BB
(179,177,187)
#C5C2CB
(197,194,203)
#D7D3DB
(215,211,219)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353A4B; }

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

This text font color is #353A4B.

Background Color

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

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

This div background color is #353A4B.

Border color

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

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

This div border color is #353A4B.

Opacity

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

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

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

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

This text has shadow with #353A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353A4B.

Preview

Color preview on black background

This text has color #353A4B on black background.


Color preview on white background

This text has color #353A4B on white background.


Black color preview on #353A4B background

This text has black color on #353A4B background.


White color preview on #353A4B background

This text has white color on #353A4B background.


Related colors

Complementary color

Complementary color for #hex is #CAC5B4.


I love getcolorcode.com

Triadic colors

1 #4B353A and #3A4B35 with #353A4B are triadic colors.

2 #4B3A35 and #3A354B with #353A4B are triadic colors.