COLOR #35383D

HEX: #35383D
RGB: (53,56,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
56
61

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

Portions of RGB colors in percentages

R + G + B =
53 + 56 + 61 = 170 (100%)
R 53 of 170 ~ 31.18%
G 56 of 170 ~ 32.94%
B 61 of 170 ~ 35.88%

%31.18
%32.94
%35.88

CMYK color model

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

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

CMYK percentages

%13.11
%8.2
%0
%76.08

Codes

Color #35383D in popluar color models

35383D
RGB535661
HSL218°7.02%22.35%
HSB/HSV218°13.11%23.92%
CMYK13.11%8.20%0.00%
76.08%

Color #35383D in popluar number systems.

HEX35383D
Decimal535661
Binary110101111000111101
Octal657075

Shades and tints

Shades of #35383D

#35383D
(53,56,61)
#313338
(49,51,56)
#2D2E33
(45,46,51)
#29292E
(41,41,46)
#252429
(37,36,41)
#211F24
(33,31,36)
#1D1A1F
(29,26,31)
#19151A
(25,21,26)
#151015
(21,16,21)
#110B10
(17,11,16)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #35383D

#35383D
(53,56,61)
#474A4E
(71,74,78)
#595C5F
(89,92,95)
#6B6E70
(107,110,112)
#7D8081
(125,128,129)
#8F9292
(143,146,146)
#A1A4A3
(161,164,163)
#B3B6B4
(179,182,180)
#C5C8C5
(197,200,197)
#D7DAD6
(215,218,214)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35383D; }

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

This text font color is #35383D.


Background Color

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

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

This div background color is #35383D.


Border color

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

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

This div border color is #35383D.


Opacity

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

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

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

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

This text has shadow with #35383D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35383D on black background.


Color preview on white background

This text has color #35383D on white background.



Black color preview on #35383D background

This text has black color on #35383D background.


White color preview on #35383D background

This text has white color on #35383D background.