COLOR #352839

HEX: #352839
RGB: (53,40,57)

Color info

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

RGB color model

#352839 color RGB value is (53,40,57).

  • red value is 53;
  • green value is 40;
  • blue value is 57.
RGB:
(53,40,57)
(21%,16%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 40 of 255 = 16%
B 57 of 255 = 22%

53
40
57

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

Portions of RGB colors in percentages

R + G + B =
53 + 40 + 57 = 150 (100%)
R 53 of 150 ~ 35.33%
G 40 of 150 ~ 26.67%
B 57 of 150 ~ 38%

%35.33
%26.67
%38

CMYK color model

#352839 color CMYK value is (7,30,0,78).

  • cyan value is 7.02%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(7,30,0,78)
C7M30Y0K78 
(7%,30%,0%,78%)
(0.07/0.30/0.00/0.78)	

CMYK percentages

%7.02
%29.82
%0
%77.65

Codes

Color #352839 in popluar color models

352839
RGB534057
HSL286°17.53%19.02%
HSB/HSV286°29.82%22.35%
CMYK7.02%29.82%0.00%
77.65%

Color #352839 in popluar number systems.

HEX352839
Decimal534057
Binary110101101000111001
Octal655071

Shades and tints

Shades of #352839

#352839
(53,40,57)
#312534
(49,37,52)
#2D222F
(45,34,47)
#291F2A
(41,31,42)
#251C25
(37,28,37)
#211920
(33,25,32)
#1D161B
(29,22,27)
#191316
(25,19,22)
#151011
(21,16,17)
#110D0C
(17,13,12)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #352839

#352839
(53,40,57)
#473B4B
(71,59,75)
#594E5D
(89,78,93)
#6B616F
(107,97,111)
#7D7481
(125,116,129)
#8F8793
(143,135,147)
#A19AA5
(161,154,165)
#B3ADB7
(179,173,183)
#C5C0C9
(197,192,201)
#D7D3DB
(215,211,219)
#E9E6ED
(233,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352839 color. Also use rgb(53,40,57) instead hex code.

Text Font Color

.myTextColor { color: #352839; }

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

This text font color is #352839.


Background Color

.myBgColor { background-color: #352839; }

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

This div background color is #352839.


Border color

.myBorderColor { border: 1px solid #352839; }

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

This div border color is #352839.


Opacity

.myOpacity80 { color: #352839; opacity: 0.8; }

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

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

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

This text has shadow with #352839 color.

.textShadow {text-shadow: 3px 3px 1px #352839, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #352839;
-webkit-box-shadow: 1px 1px 3px 2px #352839;
box-shadow:1px 1px 3px 2px #352839;">
Div content here</div>
This div box has shadow with color #352839.

Preview

Color preview on black background

This text has color #352839 on black background.


Color preview on white background

This text has color #352839 on white background.



Black color preview on #352839 background

This text has black color on #352839 background.


White color preview on #352839 background

This text has white color on #352839 background.