COLOR #35354D

HEX: #35354D
RGB: (53,53,77)

Color info

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

RGB color model

#35354D color RGB value is (53,53,77).

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

RGB channels and saturation

R 53 of 255 = 21%
G 53 of 255 = 21%
B 77 of 255 = 30%

53
53
77

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

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 77 = 183 (100%)
R 53 of 183 ~ 28.96%
G 53 of 183 ~ 28.96%
B 77 of 183 ~ 42.08%

%28.96
%28.96
%42.08

CMYK color model

#35354D color CMYK value is (31,31,0,70).

  • cyan value is 31.17%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(31,31,0,70)
C31M31Y0K70 
(31%,31%,0%,70%)
(0.31/0.31/0.00/0.70)	

CMYK percentages

%31.17
%31.17
%0
%69.8

Codes

Color #35354D in popluar color models

35354D
RGB535377
HSL240°18.46%25.49%
HSB/HSV240°31.17%30.20%
CMYK31.17%31.17%0.00%
69.80%

Color #35354D in popluar number systems.

HEX35354D
Decimal535377
Binary1101011101011001101
Octal6565115

Shades and tints

Shades of #35354D

#35354D
(53,53,77)
#313146
(49,49,70)
#2D2D3F
(45,45,63)
#292938
(41,41,56)
#252531
(37,37,49)
#21212A
(33,33,42)
#1D1D23
(29,29,35)
#19191C
(25,25,28)
#151515
(21,21,21)
#11110E
(17,17,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #35354D

#35354D
(53,53,77)
#47475D
(71,71,93)
#59596D
(89,89,109)
#6B6B7D
(107,107,125)
#7D7D8D
(125,125,141)
#8F8F9D
(143,143,157)
#A1A1AD
(161,161,173)
#B3B3BD
(179,179,189)
#C5C5CD
(197,197,205)
#D7D7DD
(215,215,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35354D; }

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

This text font color is #35354D.


Background Color

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

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

This div background color is #35354D.


Border color

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

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

This div border color is #35354D.


Opacity

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

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

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

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

This text has shadow with #35354D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35354D on black background.


Color preview on white background

This text has color #35354D on white background.



Black color preview on #35354D background

This text has black color on #35354D background.


White color preview on #35354D background

This text has white color on #35354D background.