COLOR #35323A

HEX: #35323A
RGB: (53,50,58)

Color info

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

RGB color model

#35323A color RGB value is (53,50,58).

  • red value is 53;
  • green value is 50;
  • blue value is 58.
RGB:
(53,50,58)
(21%,20%,23%)

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 58 of 255 = 23%

53
50
58

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

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 58 = 161 (100%)
R 53 of 161 ~ 32.92%
G 50 of 161 ~ 31.06%
B 58 of 161 ~ 36.02%

%32.92
%31.06
%36.02

CMYK color model

#35323A color CMYK value is (9,14,0,77).

  • cyan value is 8.62%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(9,14,0,77)
C9M14Y0K77 
(9%,14%,0%,77%)
(0.09/0.14/0.00/0.77)	

CMYK percentages

%8.62
%13.79
%0
%77.25

Codes

Color #35323A in popluar color models

35323A
RGB535058
HSL263°7.41%21.18%
HSB/HSV263°13.79%22.75%
CMYK8.62%13.79%0.00%
77.25%

Color #35323A in popluar number systems.

HEX35323A
Decimal535058
Binary110101110010111010
Octal656272

Shades and tints

Shades of #35323A

#35323A
(53,50,58)
#312E35
(49,46,53)
#2D2A30
(45,42,48)
#29262B
(41,38,43)
#252226
(37,34,38)
#211E21
(33,30,33)
#1D1A1C
(29,26,28)
#191617
(25,22,23)
#151212
(21,18,18)
#110E0D
(17,14,13)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #35323A

#35323A
(53,50,58)
#47444B
(71,68,75)
#59565C
(89,86,92)
#6B686D
(107,104,109)
#7D7A7E
(125,122,126)
#8F8C8F
(143,140,143)
#A19EA0
(161,158,160)
#B3B0B1
(179,176,177)
#C5C2C2
(197,194,194)
#D7D4D3
(215,212,211)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35323A color. Also use rgb(53,50,58) instead hex code.

Text Font Color

.myTextColor { color: #35323A; }

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

This text font color is #35323A.


Background Color

.myBgColor { background-color: #35323A; }

<div style="background-color:#35323A">Inner text</div>

This div background color is #35323A.


Border color

.myBorderColor { border: 1px solid #35323A; }

<div style="border:3px solid #35323A">Div</div>

This div border color is #35323A.


Opacity

.myOpacity80 { color: #35323A; opacity: 0.8; }

<p style="color:#35323A;opacity:0.8;">80%</p>

Text with #35323A 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 #35323A;}

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

This text has shadow with #35323A color.

.textShadow {text-shadow: 3px 3px 1px #35323A, 3px 3px 1px red;}

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

This text has shadow with #35323A primary color and red secondary color.


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

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

This text has shadow with #35323A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35323A on black background.


Color preview on white background

This text has color #35323A on white background.



Black color preview on #35323A background

This text has black color on #35323A background.


White color preview on #35323A background

This text has white color on #35323A background.