COLOR #35313B

HEX: #35313B
RGB: (53,49,59)

Color info

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

RGB color model

#35313B color RGB value is (53,49,59).

  • red value is 53;
  • green value is 49;
  • blue value is 59.
RGB:
(53,49,59)
(21%,19%,23%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 59 of 255 = 23%

53
49
59

R + G + B ~ 21%. #35313B is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 59 = 161 (100%)
R 53 of 161 ~ 32.92%
G 49 of 161 ~ 30.43%
B 59 of 161 ~ 36.65%

%32.92
%30.43
%36.65

CMYK color model

#35313B color CMYK value is (10,17,0,77).

  • cyan value is 10.17%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(10,17,0,77)
C10M17Y0K77 
(10%,17%,0%,77%)
(0.10/0.17/0.00/0.77)	

CMYK percentages

%10.17
%16.95
%0
%76.86

Codes

Color #35313B in popluar color models

35313B
RGB534959
HSL264°9.26%21.18%
HSB/HSV264°16.95%23.14%
CMYK10.17%16.95%0.00%
76.86%

Color #35313B in popluar number systems.

HEX35313B
Decimal534959
Binary110101110001111011
Octal656173

Shades and tints

Shades of #35313B

#35313B
(53,49,59)
#312D36
(49,45,54)
#2D2931
(45,41,49)
#29252C
(41,37,44)
#252127
(37,33,39)
#211D22
(33,29,34)
#1D191D
(29,25,29)
#191518
(25,21,24)
#151113
(21,17,19)
#110D0E
(17,13,14)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #35313B

#35313B
(53,49,59)
#47434C
(71,67,76)
#59555D
(89,85,93)
#6B676E
(107,103,110)
#7D797F
(125,121,127)
#8F8B90
(143,139,144)
#A19DA1
(161,157,161)
#B3AFB2
(179,175,178)
#C5C1C3
(197,193,195)
#D7D3D4
(215,211,212)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35313B color. Also use rgb(53,49,59) instead hex code.

Text Font Color

.myTextColor { color: #35313B; }

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

This text font color is #35313B.


Background Color

.myBgColor { background-color: #35313B; }

<div style="background-color:#35313B">Inner text</div>

This div background color is #35313B.


Border color

.myBorderColor { border: 1px solid #35313B; }

<div style="border:3px solid #35313B">Div</div>

This div border color is #35313B.


Opacity

.myOpacity80 { color: #35313B; opacity: 0.8; }

<p style="color:#35313B;opacity:0.8;">80%</p>

Text with #35313B 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 #35313B;}

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

This text has shadow with #35313B color.

.textShadow {text-shadow: 3px 3px 1px #35313B, 3px 3px 1px red;}

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

This text has shadow with #35313B primary color and red secondary color.


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

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

This text has shadow with #35313B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35313B on black background.


Color preview on white background

This text has color #35313B on white background.



Black color preview on #35313B background

This text has black color on #35313B background.


White color preview on #35313B background

This text has white color on #35313B background.