COLOR #35454C

HEX: #35454C
RGB: (53,69,76)

Color info

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

RGB color model

#35454C color RGB value is (53,69,76).

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

RGB channels and saturation

R 53 of 255 = 21%
G 69 of 255 = 27%
B 76 of 255 = 30%

53
69
76

R + G + B ~ 26%. #35454C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 69 + 76 = 198 (100%)
R 53 of 198 ~ 26.77%
G 69 of 198 ~ 34.85%
B 76 of 198 ~ 38.38%

%26.77
%34.85
%38.38

CMYK color model

#35454C color CMYK value is (30,9,0,70).

  • cyan value is 30.26%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(30,9,0,70)
C30M9Y0K70 
(30%,9%,0%,70%)
(0.30/0.09/0.00/0.70)	

CMYK percentages

%30.26
%9.21
%0
%70.2

Codes

Color #35454C in popluar color models

35454C
RGB536976
HSL198°17.83%25.29%
HSB/HSV198°30.26%29.80%
CMYK30.26%9.21%0.00%
70.20%

Color #35454C in popluar number systems.

HEX35454C
Decimal536976
Binary11010110001011001100
Octal65105114

Shades and tints

Shades of #35454C

#35454C
(53,69,76)
#313F46
(49,63,70)
#2D3940
(45,57,64)
#29333A
(41,51,58)
#252D34
(37,45,52)
#21272E
(33,39,46)
#1D2128
(29,33,40)
#191B22
(25,27,34)
#15151C
(21,21,28)
#110F16
(17,15,22)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #35454C

#35454C
(53,69,76)
#47555C
(71,85,92)
#59656C
(89,101,108)
#6B757C
(107,117,124)
#7D858C
(125,133,140)
#8F959C
(143,149,156)
#A1A5AC
(161,165,172)
#B3B5BC
(179,181,188)
#C5C5CC
(197,197,204)
#D7D5DC
(215,213,220)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35454C color. Also use rgb(53,69,76) instead hex code.

Text Font Color

.myTextColor { color: #35454C; }

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

This text font color is #35454C.


Background Color

.myBgColor { background-color: #35454C; }

<div style="background-color:#35454C">Inner text</div>

This div background color is #35454C.


Border color

.myBorderColor { border: 1px solid #35454C; }

<div style="border:3px solid #35454C">Div</div>

This div border color is #35454C.


Opacity

.myOpacity80 { color: #35454C; opacity: 0.8; }

<p style="color:#35454C;opacity:0.8;">80%</p>

Text with #35454C 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 #35454C;}

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

This text has shadow with #35454C color.

.textShadow {text-shadow: 3px 3px 1px #35454C, 3px 3px 1px red;}

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

This text has shadow with #35454C primary color and red secondary color.


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

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

This text has shadow with #35454C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35454C on black background.


Color preview on white background

This text has color #35454C on white background.



Black color preview on #35454C background

This text has black color on #35454C background.


White color preview on #35454C background

This text has white color on #35454C background.