COLOR #35354A

HEX: #35354A
RGB: (53,53,74)

Color info

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

RGB color model

#35354A color RGB value is (53,53,74).

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

RGB channels and saturation

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

53
53
74

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

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 74 = 180 (100%)
R 53 of 180 ~ 29.44%
G 53 of 180 ~ 29.44%
B 74 of 180 ~ 41.11%

%29.44
%29.44
%41.11

CMYK color model

#35354A color CMYK value is (28,28,0,71).

  • cyan value is 28.38%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(28,28,0,71)
C28M28Y0K71 
(28%,28%,0%,71%)
(0.28/0.28/0.00/0.71)	

CMYK percentages

%28.38
%28.38
%0
%70.98

Codes

Color #35354A in popluar color models

35354A
RGB535374
HSL240°16.54%24.90%
HSB/HSV240°28.38%29.02%
CMYK28.38%28.38%0.00%
70.98%

Color #35354A in popluar number systems.

HEX35354A
Decimal535374
Binary1101011101011001010
Octal6565112

Shades and tints

Shades of #35354A

#35354A
(53,53,74)
#313144
(49,49,68)
#2D2D3E
(45,45,62)
#292938
(41,41,56)
#252532
(37,37,50)
#21212C
(33,33,44)
#1D1D26
(29,29,38)
#191920
(25,25,32)
#15151A
(21,21,26)
#111114
(17,17,20)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #35354A

#35354A
(53,53,74)
#47475A
(71,71,90)
#59596A
(89,89,106)
#6B6B7A
(107,107,122)
#7D7D8A
(125,125,138)
#8F8F9A
(143,143,154)
#A1A1AA
(161,161,170)
#B3B3BA
(179,179,186)
#C5C5CA
(197,197,202)
#D7D7DA
(215,215,218)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35354A; }

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

This text font color is #35354A.


Background Color

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

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

This div background color is #35354A.


Border color

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

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

This div border color is #35354A.


Opacity

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

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

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

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

This text has shadow with #35354A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35354A on black background.


Color preview on white background

This text has color #35354A on white background.



Black color preview on #35354A background

This text has black color on #35354A background.


White color preview on #35354A background

This text has white color on #35354A background.