COLOR #35494D

HEX: #35494D RGB: (53,73,77)

Color info

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

RGB color model

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

RGB: (53,73,77) (21%, 29%, 30%)

RGB channels and saturation

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

53
73
77

R + G + B ~ 27%. #35494D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 73 + 77 = 203 (100%)
R 53 of 203 ~ 26.11%
G 73 of 203 ~ 35.96%
B 77 of 203 ~ 37.93'%

%26.11
%35.96
%37.93

CMYK color model

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

  • cyan value is 31.17%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (31,5,0,70)
C31M5Y0K70 (31%, 5%, 0%, 70%)
(0.31 / 0.05 / 0.00 / 0.70)

CMYK percentages

%31.17
%5.19
%0
%69.8

Codes

Color #35494D in popluar color models

35 49 4D
RGB 53 73 77
HSL 190° 18.46% 25.49%
HSB/HSV 190° 31.17% 30.20%
CMYK 31.17% 5.19% 0.00%
69.80%

Color #35494D in popluar number systems.

HEX 35 49 4D
Decimal 53 73 77
Binary 110101 1001001 1001101
Octal 65 111 115

Shades and tints

Shades of #35494D

#35494D
(53,73,77)
#314346
(49,67,70)
#2D3D3F
(45,61,63)
#293738
(41,55,56)
#253131
(37,49,49)
#212B2A
(33,43,42)
#1D2523
(29,37,35)
#191F1C
(25,31,28)
#151915
(21,25,21)
#11130E
(17,19,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #35494D

#35494D
(53,73,77)
#47595D
(71,89,93)
#59696D
(89,105,109)
#6B797D
(107,121,125)
#7D898D
(125,137,141)
#8F999D
(143,153,157)
#A1A9AD
(161,169,173)
#B3B9BD
(179,185,189)
#C5C9CD
(197,201,205)
#D7D9DD
(215,217,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35494D; }

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

This text font color is #35494D.

Background Color

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

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

This div background color is #35494D.

Border color

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

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

This div border color is #35494D.

Opacity

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

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

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

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

This text has shadow with #35494D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35494D.

Preview

Color preview on black background

This text has color #35494D on black background.


Color preview on white background

This text has color #35494D on white background.


Black color preview on #35494D background

This text has black color on #35494D background.


White color preview on #35494D background

This text has white color on #35494D background.


Related colors

Complementary color

Complementary color for #hex is #CAB6B2.


I love getcolorcode.com

Triadic colors

1 #4D3549 and #494D35 with #35494D are triadic colors.

2 #4D4935 and #49354D with #35494D are triadic colors.