COLOR #35353D

HEX: #35353D
RGB: (53,53,61)

Color info

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

RGB color model

#35353D color RGB value is (53,53,61).

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

RGB channels and saturation

R 53 of 255 = 21%
G 53 of 255 = 21%
B 61 of 255 = 24%

53
53
61

R + G + B ~ 22%. #35353D is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 53 + 61 = 167 (100%)
R 53 of 167 ~ 31.74%
G 53 of 167 ~ 31.74%
B 61 of 167 ~ 36.53%

%31.74
%31.74
%36.53

CMYK color model

#35353D color CMYK value is (13,13,0,76).

  • cyan value is 13.11%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(13,13,0,76)
C13M13Y0K76 
(13%,13%,0%,76%)
(0.13/0.13/0.00/0.76)	

CMYK percentages

%13.11
%13.11
%0
%76.08

Codes

Color #35353D in popluar color models

35353D
RGB535361
HSL240°7.02%22.35%
HSB/HSV240°13.11%23.92%
CMYK13.11%13.11%0.00%
76.08%

Color #35353D in popluar number systems.

HEX35353D
Decimal535361
Binary110101110101111101
Octal656575

Shades and tints

Shades of #35353D

#35353D
(53,53,61)
#313138
(49,49,56)
#2D2D33
(45,45,51)
#29292E
(41,41,46)
#252529
(37,37,41)
#212124
(33,33,36)
#1D1D1F
(29,29,31)
#19191A
(25,25,26)
#151515
(21,21,21)
#111110
(17,17,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #35353D

#35353D
(53,53,61)
#47474E
(71,71,78)
#59595F
(89,89,95)
#6B6B70
(107,107,112)
#7D7D81
(125,125,129)
#8F8F92
(143,143,146)
#A1A1A3
(161,161,163)
#B3B3B4
(179,179,180)
#C5C5C5
(197,197,197)
#D7D7D6
(215,215,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35353D; }

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

This text font color is #35353D.


Background Color

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

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

This div background color is #35353D.


Border color

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

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

This div border color is #35353D.


Opacity

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

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

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

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

This text has shadow with #35353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35353D on black background.


Color preview on white background

This text has color #35353D on white background.



Black color preview on #35353D background

This text has black color on #35353D background.


White color preview on #35353D background

This text has white color on #35353D background.