COLOR #35434C

HEX: #35434C
RGB: (53,67,76)

Color info

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

RGB color model

#35434C color RGB value is (53,67,76).

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

RGB channels and saturation

R 53 of 255 = 21%
G 67 of 255 = 26%
B 76 of 255 = 30%

53
67
76

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

Portions of RGB colors in percentages

R + G + B =
53 + 67 + 76 = 196 (100%)
R 53 of 196 ~ 27.04%
G 67 of 196 ~ 34.18%
B 76 of 196 ~ 38.78%

%27.04
%34.18
%38.78

CMYK color model

#35434C color CMYK value is (30,12,0,70).

  • cyan value is 30.26%
  • magenta value is 11.84%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(30,12,0,70)
C30M12Y0K70 
(30%,12%,0%,70%)
(0.30/0.12/0.00/0.70)	

CMYK percentages

%30.26
%11.84
%0
%70.2

Codes

Color #35434C in popluar color models

35434C
RGB536776
HSL203°17.83%25.29%
HSB/HSV203°30.26%29.80%
CMYK30.26%11.84%0.00%
70.20%

Color #35434C in popluar number systems.

HEX35434C
Decimal536776
Binary11010110000111001100
Octal65103114

Shades and tints

Shades of #35434C

#35434C
(53,67,76)
#313D46
(49,61,70)
#2D3740
(45,55,64)
#29313A
(41,49,58)
#252B34
(37,43,52)
#21252E
(33,37,46)
#1D1F28
(29,31,40)
#191922
(25,25,34)
#15131C
(21,19,28)
#110D16
(17,13,22)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #35434C

#35434C
(53,67,76)
#47545C
(71,84,92)
#59656C
(89,101,108)
#6B767C
(107,118,124)
#7D878C
(125,135,140)
#8F989C
(143,152,156)
#A1A9AC
(161,169,172)
#B3BABC
(179,186,188)
#C5CBCC
(197,203,204)
#D7DCDC
(215,220,220)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35434C; }

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

This text font color is #35434C.


Background Color

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

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

This div background color is #35434C.


Border color

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

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

This div border color is #35434C.


Opacity

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

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

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

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

This text has shadow with #35434C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35434C on black background.


Color preview on white background

This text has color #35434C on white background.



Black color preview on #35434C background

This text has black color on #35434C background.


White color preview on #35434C background

This text has white color on #35434C background.