COLOR #35212D

HEX: #35212D RGB: (53,33,45)

Color info

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

RGB color model

#35212D color RGB value is (53,33,45).

RGB: (53,33,45) (21%, 13%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 33 of 255 = 13%
B 45 of 255 = 18%

53
33
45

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

Portions of RGB colors in percentages

R + G + B = 53 + 33 + 45 = 131 (100%)
R 53 of 131 ~ 40.46%
G 33 of 131 ~ 25.19%
B 45 of 131 ~ 34.35'%

%40.46
%25.19
%34.35

CMYK color model

#35212D color CMYK value is (0,38,15,79).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 15.09%
  • key color value is 79.22%

CMYK: (0,38,15,79)
C0M38Y15K79 (0%, 38%, 15%, 79%)
(0.00 / 0.38 / 0.15 / 0.79)

CMYK percentages

%0
%37.74
%15.09
%79.22

Codes

Color #35212D in popluar color models

35 21 2D
RGB 53 33 45
HSL 324° 23.26% 16.86%
HSB/HSV 324° 37.74% 20.78%
CMYK 0.00% 37.74% 15.09%
79.22%

Color #35212D in popluar number systems.

HEX 35 21 2D
Decimal 53 33 45
Binary 110101 100001 101101
Octal 65 41 55

Shades and tints

Shades of #35212D

#35212D
(53,33,45)
#311E29
(49,30,41)
#2D1B25
(45,27,37)
#291821
(41,24,33)
#25151D
(37,21,29)
#211219
(33,18,25)
#1D0F15
(29,15,21)
#190C11
(25,12,17)
#15090D
(21,9,13)
#110609
(17,6,9)
#0D0305
(13,3,5)
#000000
(0,0,0)

Tints of #35212D

#35212D
(53,33,45)
#473540
(71,53,64)
#594953
(89,73,83)
#6B5D66
(107,93,102)
#7D7179
(125,113,121)
#8F858C
(143,133,140)
#A1999F
(161,153,159)
#B3ADB2
(179,173,178)
#C5C1C5
(197,193,197)
#D7D5D8
(215,213,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35212D color. Also use rgb(53,33,45) instead hex code.

Text Font Color

.myTextColor { color: #35212D; }

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

This text font color is #35212D.

Background Color

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

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

This div background color is #35212D.

Border color

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

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

This div border color is #35212D.

Opacity

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

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

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

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

This text has shadow with #35212D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35212D.

Preview

Color preview on black background

This text has color #35212D on black background.


Color preview on white background

This text has color #35212D on white background.


Black color preview on #35212D background

This text has black color on #35212D background.


White color preview on #35212D background

This text has white color on #35212D background.


Related colors

Complementary color

Complementary color for #hex is #CADED2.


I love getcolorcode.com

Triadic colors

1 #2D3521 and #212D35 with #35212D are triadic colors.

2 #2D2135 and #21352D with #35212D are triadic colors.