COLOR #35303A

HEX: #35303A RGB: (53,48,58)

Color info

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

RGB color model

#35303A color RGB value is (53,48,58).

RGB: (53,48,58) (21%, 19%, 23%)

RGB channels and saturation

R 53 of 255 = 21%
G 48 of 255 = 19%
B 58 of 255 = 23%

53
48
58

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

Portions of RGB colors in percentages

R + G + B = 53 + 48 + 58 = 159 (100%)
R 53 of 159 ~ 33.33%
G 48 of 159 ~ 30.19%
B 58 of 159 ~ 36.48'%

%33.33
%30.19
%36.48

CMYK color model

#35303A color CMYK value is (9,17,0,77).

  • cyan value is 8.62%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (9,17,0,77)
C9M17Y0K77 (9%, 17%, 0%, 77%)
(0.09 / 0.17 / 0.00 / 0.77)

CMYK percentages

%8.62
%17.24
%0
%77.25

Codes

Color #35303A in popluar color models

35 30 3A
RGB 53 48 58
HSL 270° 9.43% 20.78%
HSB/HSV 270° 17.24% 22.75%
CMYK 8.62% 17.24% 0.00%
77.25%

Color #35303A in popluar number systems.

HEX 35 30 3A
Decimal 53 48 58
Binary 110101 110000 111010
Octal 65 60 72

Shades and tints

Shades of #35303A

#35303A
(53,48,58)
#312C35
(49,44,53)
#2D2830
(45,40,48)
#29242B
(41,36,43)
#252026
(37,32,38)
#211C21
(33,28,33)
#1D181C
(29,24,28)
#191417
(25,20,23)
#151012
(21,16,18)
#110C0D
(17,12,13)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #35303A

#35303A
(53,48,58)
#47424B
(71,66,75)
#59545C
(89,84,92)
#6B666D
(107,102,109)
#7D787E
(125,120,126)
#8F8A8F
(143,138,143)
#A19CA0
(161,156,160)
#B3AEB1
(179,174,177)
#C5C0C2
(197,192,194)
#D7D2D3
(215,210,211)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35303A; }

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

This text font color is #35303A.

Background Color

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

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

This div background color is #35303A.

Border color

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

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

This div border color is #35303A.

Opacity

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

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

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

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

This text has shadow with #35303A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35303A.

Preview

Color preview on black background

This text has color #35303A on black background.


Color preview on white background

This text has color #35303A on white background.


Black color preview on #35303A background

This text has black color on #35303A background.


White color preview on #35303A background

This text has white color on #35303A background.


Related colors

Complementary color

Complementary color for #hex is #CACFC5.


I love getcolorcode.com

Triadic colors

1 #3A3530 and #303A35 with #35303A are triadic colors.

2 #3A3035 and #30353A with #35303A are triadic colors.