COLOR #35232C

HEX: #35232C RGB: (53,35,44)

Color info

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

RGB color model

#35232C color RGB value is (53,35,44).

RGB: (53,35,44) (21%, 14%, 17%)

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 44 of 255 = 17%

53
35
44

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

Portions of RGB colors in percentages

R + G + B = 53 + 35 + 44 = 132 (100%)
R 53 of 132 ~ 40.15%
G 35 of 132 ~ 26.52%
B 44 of 132 ~ 33.33'%

%40.15
%26.52
%33.33

CMYK color model

#35232C color CMYK value is (0,34,17,79).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 16.98%
  • key color value is 79.22%

CMYK: (0,34,17,79)
C0M34Y17K79 (0%, 34%, 17%, 79%)
(0.00 / 0.34 / 0.17 / 0.79)

CMYK percentages

%0
%33.96
%16.98
%79.22

Codes

Color #35232C in popluar color models

35 23 2C
RGB 53 35 44
HSL 330° 20.45% 17.25%
HSB/HSV 330° 33.96% 20.78%
CMYK 0.00% 33.96% 16.98%
79.22%

Color #35232C in popluar number systems.

HEX 35 23 2C
Decimal 53 35 44
Binary 110101 100011 101100
Octal 65 43 54

Shades and tints

Shades of #35232C

#35232C
(53,35,44)
#312028
(49,32,40)
#2D1D24
(45,29,36)
#291A20
(41,26,32)
#25171C
(37,23,28)
#211418
(33,20,24)
#1D1114
(29,17,20)
#190E10
(25,14,16)
#150B0C
(21,11,12)
#110808
(17,8,8)
#0D0504
(13,5,4)
#000000
(0,0,0)

Tints of #35232C

#35232C
(53,35,44)
#47373F
(71,55,63)
#594B52
(89,75,82)
#6B5F65
(107,95,101)
#7D7378
(125,115,120)
#8F878B
(143,135,139)
#A19B9E
(161,155,158)
#B3AFB1
(179,175,177)
#C5C3C4
(197,195,196)
#D7D7D7
(215,215,215)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35232C color. Also use rgb(53,35,44) instead hex code.

Text Font Color

.myTextColor { color: #35232C; }

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

This text font color is #35232C.

Background Color

.myBgColor { background-color: #35232C; }

<div style="background-color:#35232C">Inner text</div>

This div background color is #35232C.

Border color

.myBorderColor { border: 1px solid #35232C; }

<div style="border:3px solid #35232C">Div</div>

This div border color is #35232C.

Opacity

.myOpacity80 { color: #35232C; opacity: 0.8; }

<p style="color:#35232C;opacity:0.8;">80%</p>

Text with #35232C 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 #35232C;}

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

This text has shadow with #35232C color.


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

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

This text has shadow with #35232C primary color and red secondary color.


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

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

This text has shadow with #35232C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35232C.

Preview

Color preview on black background

This text has color #35232C on black background.


Color preview on white background

This text has color #35232C on white background.


Black color preview on #35232C background

This text has black color on #35232C background.


White color preview on #35232C background

This text has white color on #35232C background.


Related colors

Complementary color

Complementary color for #hex is #CADCD3.


I love getcolorcode.com

Triadic colors

1 #2C3523 and #232C35 with #35232C are triadic colors.

2 #2C2335 and #23352C with #35232C are triadic colors.