COLOR #35363D

HEX: #35363D
RGB: (53,54,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
54
61

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

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 61 = 168 (100%)
R 53 of 168 ~ 31.55%
G 54 of 168 ~ 32.14%
B 61 of 168 ~ 36.31%

%31.55
%32.14
%36.31

CMYK color model

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

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

CMYK percentages

%13.11
%11.48
%0
%76.08

Codes

Color #35363D in popluar color models

35363D
RGB535461
HSL233°7.02%22.35%
HSB/HSV233°13.11%23.92%
CMYK13.11%11.48%0.00%
76.08%

Color #35363D in popluar number systems.

HEX35363D
Decimal535461
Binary110101110110111101
Octal656675

Shades and tints

Shades of #35363D

#35363D
(53,54,61)
#313238
(49,50,56)
#2D2E33
(45,46,51)
#292A2E
(41,42,46)
#252629
(37,38,41)
#212224
(33,34,36)
#1D1E1F
(29,30,31)
#191A1A
(25,26,26)
#151615
(21,22,21)
#111210
(17,18,16)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #35363D

#35363D
(53,54,61)
#47484E
(71,72,78)
#595A5F
(89,90,95)
#6B6C70
(107,108,112)
#7D7E81
(125,126,129)
#8F9092
(143,144,146)
#A1A2A3
(161,162,163)
#B3B4B4
(179,180,180)
#C5C6C5
(197,198,197)
#D7D8D6
(215,216,214)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35363D; }

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

This text font color is #35363D.


Background Color

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

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

This div background color is #35363D.


Border color

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

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

This div border color is #35363D.


Opacity

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

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

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

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

This text has shadow with #35363D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35363D on black background.


Color preview on white background

This text has color #35363D on white background.



Black color preview on #35363D background

This text has black color on #35363D background.


White color preview on #35363D background

This text has white color on #35363D background.