COLOR #35202B

HEX: #35202B RGB: (53,32,43)

Color info

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

RGB color model

#35202B color RGB value is (53,32,43).

RGB: (53,32,43) (21%, 13%, 17%)

RGB channels and saturation

R 53 of 255 = 21%
G 32 of 255 = 13%
B 43 of 255 = 17%

53
32
43

R + G + B ~ 17%. #35202B is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 32 + 43 = 128 (100%)
R 53 of 128 ~ 41.41%
G 32 of 128 ~ 25%
B 43 of 128 ~ 33.59'%

%41.41
%25
%33.59

CMYK color model

#35202B color CMYK value is (0,40,19,79).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 18.87%
  • key color value is 79.22%

CMYK: (0,40,19,79)
C0M40Y19K79 (0%, 40%, 19%, 79%)
(0.00 / 0.40 / 0.19 / 0.79)

CMYK percentages

%0
%39.62
%18.87
%79.22

Codes

Color #35202B in popluar color models

35 20 2B
RGB 53 32 43
HSL 329° 24.71% 16.67%
HSB/HSV 329° 39.62% 20.78%
CMYK 0.00% 39.62% 18.87%
79.22%

Color #35202B in popluar number systems.

HEX 35 20 2B
Decimal 53 32 43
Binary 110101 100000 101011
Octal 65 40 53

Shades and tints

Shades of #35202B

#35202B
(53,32,43)
#311E28
(49,30,40)
#2D1C25
(45,28,37)
#291A22
(41,26,34)
#25181F
(37,24,31)
#21161C
(33,22,28)
#1D1419
(29,20,25)
#191216
(25,18,22)
#151013
(21,16,19)
#110E10
(17,14,16)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #35202B

#35202B
(53,32,43)
#47343E
(71,52,62)
#594851
(89,72,81)
#6B5C64
(107,92,100)
#7D7077
(125,112,119)
#8F848A
(143,132,138)
#A1989D
(161,152,157)
#B3ACB0
(179,172,176)
#C5C0C3
(197,192,195)
#D7D4D6
(215,212,214)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35202B color. Also use rgb(53,32,43) instead hex code.

Text Font Color

.myTextColor { color: #35202B; }

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

This text font color is #35202B.

Background Color

.myBgColor { background-color: #35202B; }

<div style="background-color:#35202B">Inner text</div>

This div background color is #35202B.

Border color

.myBorderColor { border: 1px solid #35202B; }

<div style="border:3px solid #35202B">Div</div>

This div border color is #35202B.

Opacity

.myOpacity80 { color: #35202B; opacity: 0.8; }

<p style="color:#35202B;opacity:0.8;">80%</p>

Text with #35202B 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 #35202B;}

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

This text has shadow with #35202B color.


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

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

This text has shadow with #35202B primary color and red secondary color.


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

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

This text has shadow with #35202B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35202B.

Preview

Color preview on black background

This text has color #35202B on black background.


Color preview on white background

This text has color #35202B on white background.


Black color preview on #35202B background

This text has black color on #35202B background.


White color preview on #35202B background

This text has white color on #35202B background.


Related colors

Complementary color

Complementary color for #hex is #CADFD4.


I love getcolorcode.com

Triadic colors

1 #2B3520 and #202B35 with #35202B are triadic colors.

2 #2B2035 and #20352B with #35202B are triadic colors.