COLOR #352B27

HEX: #352B27 RGB: (53,43,39)

Color info

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

RGB color model

#352B27 color RGB value is (53,43,39).

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

RGB channels and saturation

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

53
43
39

R + G + B ~ 18%. #352B27 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 43 + 39 = 135 (100%)
R 53 of 135 ~ 39.26%
G 43 of 135 ~ 31.85%
B 39 of 135 ~ 28.89'%

%39.26
%31.85
%28.89

CMYK color model

#352B27 color CMYK value is (0,19,26,79).

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

CMYK: (0,19,26,79)
C0M19Y26K79 (0%, 19%, 26%, 79%)
(0.00 / 0.19 / 0.26 / 0.79)

CMYK percentages

%0
%18.87
%26.42
%79.22

Codes

Color #352B27 in popluar color models

35 2B 27
RGB 53 43 39
HSL 17° 15.22% 18.04%
HSB/HSV 17° 26.42% 20.78%
CMYK 0.00% 18.87% 26.42%
79.22%

Color #352B27 in popluar number systems.

HEX 35 2B 27
Decimal 53 43 39
Binary 110101 101011 100111
Octal 65 53 47

Shades and tints

Shades of #352B27

#352B27
(53,43,39)
#312824
(49,40,36)
#2D2521
(45,37,33)
#29221E
(41,34,30)
#251F1B
(37,31,27)
#211C18
(33,28,24)
#1D1915
(29,25,21)
#191612
(25,22,18)
#15130F
(21,19,15)
#11100C
(17,16,12)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #352B27

#352B27
(53,43,39)
#473E3A
(71,62,58)
#59514D
(89,81,77)
#6B6460
(107,100,96)
#7D7773
(125,119,115)
#8F8A86
(143,138,134)
#A19D99
(161,157,153)
#B3B0AC
(179,176,172)
#C5C3BF
(197,195,191)
#D7D6D2
(215,214,210)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B27; }

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

This text font color is #352B27.

Background Color

.myBgColor { background-color: #352B27; }

<div style="background-color:#352B27">Inner text</div>

This div background color is #352B27.

Border color

.myBorderColor { border: 1px solid #352B27; }

<div style="border:3px solid #352B27">Div</div>

This div border color is #352B27.

Opacity

.myOpacity80 { color: #352B27; opacity: 0.8; }

<p style="color:#352B27;opacity:0.8;">80%</p>

Text with #352B27 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 #352B27;}

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

This text has shadow with #352B27 color.


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

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

This text has shadow with #352B27 primary color and red secondary color.


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

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

This text has shadow with #352B27 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #352B27.

Preview

Color preview on black background

This text has color #352B27 on black background.


Color preview on white background

This text has color #352B27 on white background.


Black color preview on #352B27 background

This text has black color on #352B27 background.


White color preview on #352B27 background

This text has white color on #352B27 background.


Related colors

Complementary color

Complementary color for #hex is #CAD4D8.


I love getcolorcode.com

Triadic colors

1 #27352B and #2B2735 with #352B27 are triadic colors.

2 #272B35 and #2B3527 with #352B27 are triadic colors.