COLOR #353E48

HEX: #353E48 RGB: (53,62,72)

Color info

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

RGB color model

#353E48 color RGB value is (53,62,72).

RGB: (53,62,72) (21%, 24%, 28%)

RGB channels and saturation

R 53 of 255 = 21%
G 62 of 255 = 24%
B 72 of 255 = 28%

53
62
72

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

Portions of RGB colors in percentages

R + G + B = 53 + 62 + 72 = 187 (100%)
R 53 of 187 ~ 28.34%
G 62 of 187 ~ 33.16%
B 72 of 187 ~ 38.5'%

%28.34
%33.16
%38.5

CMYK color model

#353E48 color CMYK value is (26,14,0,72).

  • cyan value is 26.39%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (26,14,0,72)
C26M14Y0K72 (26%, 14%, 0%, 72%)
(0.26 / 0.14 / 0.00 / 0.72)

CMYK percentages

%26.39
%13.89
%0
%71.76

Codes

Color #353E48 in popluar color models

35 3E 48
RGB 53 62 72
HSL 212° 15.20% 24.51%
HSB/HSV 212° 26.39% 28.24%
CMYK 26.39% 13.89% 0.00%
71.76%

Color #353E48 in popluar number systems.

HEX 35 3E 48
Decimal 53 62 72
Binary 110101 111110 1001000
Octal 65 76 110

Shades and tints

Shades of #353E48

#353E48
(53,62,72)
#313942
(49,57,66)
#2D343C
(45,52,60)
#292F36
(41,47,54)
#252A30
(37,42,48)
#21252A
(33,37,42)
#1D2024
(29,32,36)
#191B1E
(25,27,30)
#151618
(21,22,24)
#111112
(17,17,18)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #353E48

#353E48
(53,62,72)
#474F58
(71,79,88)
#596068
(89,96,104)
#6B7178
(107,113,120)
#7D8288
(125,130,136)
#8F9398
(143,147,152)
#A1A4A8
(161,164,168)
#B3B5B8
(179,181,184)
#C5C6C8
(197,198,200)
#D7D7D8
(215,215,216)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353E48 color. Also use rgb(53,62,72) instead hex code.

Text Font Color

.myTextColor { color: #353E48; }

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

This text font color is #353E48.

Background Color

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

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

This div background color is #353E48.

Border color

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

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

This div border color is #353E48.

Opacity

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

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

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

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

This text has shadow with #353E48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353E48.

Preview

Color preview on black background

This text has color #353E48 on black background.


Color preview on white background

This text has color #353E48 on white background.


Black color preview on #353E48 background

This text has black color on #353E48 background.


White color preview on #353E48 background

This text has white color on #353E48 background.


Related colors

Complementary color

Complementary color for #hex is #CAC1B7.


I love getcolorcode.com

Triadic colors

1 #48353E and #3E4835 with #353E48 are triadic colors.

2 #483E35 and #3E3548 with #353E48 are triadic colors.