COLOR #35352B

HEX: #35352B RGB: (53,53,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
53
43

R + G + B ~ 20%. #35352B is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 53 + 43 = 149 (100%)
R 53 of 149 ~ 35.57%
G 53 of 149 ~ 35.57%
B 43 of 149 ~ 28.86'%

%35.57
%35.57
%28.86

CMYK color model

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

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

CMYK: (0,0,19,79)
C0M0Y19K79 (0%, 0%, 19%, 79%)
(0.00 / 0.00 / 0.19 / 0.79)

CMYK percentages

%0
%0
%18.87
%79.22

Codes

Color #35352B in popluar color models

35 35 2B
RGB 53 53 43
HSL 60° 10.42% 18.82%
HSB/HSV 60° 18.87% 20.78%
CMYK 0.00% 0.00% 18.87%
79.22%

Color #35352B in popluar number systems.

HEX 35 35 2B
Decimal 53 53 43
Binary 110101 110101 101011
Octal 65 65 53

Shades and tints

Shades of #35352B

#35352B
(53,53,43)
#313128
(49,49,40)
#2D2D25
(45,45,37)
#292922
(41,41,34)
#25251F
(37,37,31)
#21211C
(33,33,28)
#1D1D19
(29,29,25)
#191916
(25,25,22)
#151513
(21,21,19)
#111110
(17,17,16)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #35352B

#35352B
(53,53,43)
#47473E
(71,71,62)
#595951
(89,89,81)
#6B6B64
(107,107,100)
#7D7D77
(125,125,119)
#8F8F8A
(143,143,138)
#A1A19D
(161,161,157)
#B3B3B0
(179,179,176)
#C5C5C3
(197,197,195)
#D7D7D6
(215,215,214)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35352B; }

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

This text font color is #35352B.

Background Color

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

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

This div background color is #35352B.

Border color

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

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

This div border color is #35352B.

Opacity

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

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

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

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

This text has shadow with #35352B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35352B.

Preview

Color preview on black background

This text has color #35352B on black background.


Color preview on white background

This text has color #35352B on white background.


Black color preview on #35352B background

This text has black color on #35352B background.


White color preview on #35352B background

This text has white color on #35352B background.


Related colors

Complementary color

Complementary color for #hex is #CACAD4.


I love getcolorcode.com