COLOR #35354B

HEX: #35354B
RGB: (53,53,75)

Color info

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

RGB color model

#35354B color RGB value is (53,53,75).

  • red value is 53;
  • green value is 53;
  • blue value is 75.
RGB:
(53,53,75)
(21%,21%,29%)

RGB channels and saturation

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

53
53
75

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

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 75 = 181 (100%)
R 53 of 181 ~ 29.28%
G 53 of 181 ~ 29.28%
B 75 of 181 ~ 41.44%

%29.28
%29.28
%41.44

CMYK color model

#35354B color CMYK value is (29,29,0,71).

  • cyan value is 29.33%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(29,29,0,71)
C29M29Y0K71 
(29%,29%,0%,71%)
(0.29/0.29/0.00/0.71)	

CMYK percentages

%29.33
%29.33
%0
%70.59

Codes

Color #35354B in popluar color models

35354B
RGB535375
HSL240°17.19%25.10%
HSB/HSV240°29.33%29.41%
CMYK29.33%29.33%0.00%
70.59%

Color #35354B in popluar number systems.

HEX35354B
Decimal535375
Binary1101011101011001011
Octal6565113

Shades and tints

Shades of #35354B

#35354B
(53,53,75)
#313145
(49,49,69)
#2D2D3F
(45,45,63)
#292939
(41,41,57)
#252533
(37,37,51)
#21212D
(33,33,45)
#1D1D27
(29,29,39)
#191921
(25,25,33)
#15151B
(21,21,27)
#111115
(17,17,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #35354B

#35354B
(53,53,75)
#47475B
(71,71,91)
#59596B
(89,89,107)
#6B6B7B
(107,107,123)
#7D7D8B
(125,125,139)
#8F8F9B
(143,143,155)
#A1A1AB
(161,161,171)
#B3B3BB
(179,179,187)
#C5C5CB
(197,197,203)
#D7D7DB
(215,215,219)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35354B; }

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

This text font color is #35354B.


Background Color

.myBgColor { background-color: #35354B; }

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

This div background color is #35354B.


Border color

.myBorderColor { border: 1px solid #35354B; }

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

This div border color is #35354B.


Opacity

.myOpacity80 { color: #35354B; opacity: 0.8; }

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

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

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

This text has shadow with #35354B color.

.textShadow {text-shadow: 3px 3px 1px #35354B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35354B;
-webkit-box-shadow: 1px 1px 3px 2px #35354B;
box-shadow:1px 1px 3px 2px #35354B;">
Div content here</div>
This div box has shadow with color #35354B.

Preview

Color preview on black background

This text has color #35354B on black background.


Color preview on white background

This text has color #35354B on white background.



Black color preview on #35354B background

This text has black color on #35354B background.


White color preview on #35354B background

This text has white color on #35354B background.