COLOR #35363E

HEX: #35363E
RGB: (53,54,62)

Color info

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

RGB color model

#35363E color RGB value is (53,54,62).

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

RGB channels and saturation

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

53
54
62

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

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 62 = 169 (100%)
R 53 of 169 ~ 31.36%
G 54 of 169 ~ 31.95%
B 62 of 169 ~ 36.69%

%31.36
%31.95
%36.69

CMYK color model

#35363E color CMYK value is (15,13,0,76).

  • cyan value is 14.52%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(15,13,0,76)
C15M13Y0K76 
(15%,13%,0%,76%)
(0.15/0.13/0.00/0.76)	

CMYK percentages

%14.52
%12.9
%0
%75.69

Codes

Color #35363E in popluar color models

35363E
RGB535462
HSL233°7.83%22.55%
HSB/HSV233°14.52%24.31%
CMYK14.52%12.90%0.00%
75.69%

Color #35363E in popluar number systems.

HEX35363E
Decimal535462
Binary110101110110111110
Octal656676

Shades and tints

Shades of #35363E

#35363E
(53,54,62)
#313239
(49,50,57)
#2D2E34
(45,46,52)
#292A2F
(41,42,47)
#25262A
(37,38,42)
#212225
(33,34,37)
#1D1E20
(29,30,32)
#191A1B
(25,26,27)
#151616
(21,22,22)
#111211
(17,18,17)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #35363E

#35363E
(53,54,62)
#47484F
(71,72,79)
#595A60
(89,90,96)
#6B6C71
(107,108,113)
#7D7E82
(125,126,130)
#8F9093
(143,144,147)
#A1A2A4
(161,162,164)
#B3B4B5
(179,180,181)
#C5C6C6
(197,198,198)
#D7D8D7
(215,216,215)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35363E; }

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

This text font color is #35363E.


Background Color

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

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

This div background color is #35363E.


Border color

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

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

This div border color is #35363E.


Opacity

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

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

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

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

This text has shadow with #35363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35363E on black background.


Color preview on white background

This text has color #35363E on white background.



Black color preview on #35363E background

This text has black color on #35363E background.


White color preview on #35363E background

This text has white color on #35363E background.