COLOR #353B29

HEX: #353B29
RGB: (53,59,41)

Color info

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

RGB color model

#353B29 color RGB value is (53,59,41).

  • red value is 53;
  • green value is 59;
  • blue value is 41.
RGB:
(53,59,41)
(21%,23%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 41 of 255 = 16%

53
59
41

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

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 41 = 153 (100%)
R 53 of 153 ~ 34.64%
G 59 of 153 ~ 38.56%
B 41 of 153 ~ 26.8%

%34.64
%38.56
%26.8

CMYK color model

#353B29 color CMYK value is (10,0,31,77).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 30.51%
  • key color value is 76.86%
CMYK:
(10,0,31,77)
C10M0Y31K77 
(10%,0%,31%,77%)
(0.10/0.00/0.31/0.77)	

CMYK percentages

%10.17
%0
%30.51
%76.86

Codes

Color #353B29 in popluar color models

353B29
RGB535941
HSL80°18.00%19.61%
HSB/HSV80°30.51%23.14%
CMYK10.17%0.00%30.51%
76.86%

Color #353B29 in popluar number systems.

HEX353B29
Decimal535941
Binary110101111011101001
Octal657351

Shades and tints

Shades of #353B29

#353B29
(53,59,41)
#313626
(49,54,38)
#2D3123
(45,49,35)
#292C20
(41,44,32)
#25271D
(37,39,29)
#21221A
(33,34,26)
#1D1D17
(29,29,23)
#191814
(25,24,20)
#151311
(21,19,17)
#110E0E
(17,14,14)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #353B29

#353B29
(53,59,41)
#474C3C
(71,76,60)
#595D4F
(89,93,79)
#6B6E62
(107,110,98)
#7D7F75
(125,127,117)
#8F9088
(143,144,136)
#A1A19B
(161,161,155)
#B3B2AE
(179,178,174)
#C5C3C1
(197,195,193)
#D7D4D4
(215,212,212)
#E9E5E7
(233,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353B29 color. Also use rgb(53,59,41) instead hex code.

Text Font Color

.myTextColor { color: #353B29; }

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

This text font color is #353B29.


Background Color

.myBgColor { background-color: #353B29; }

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

This div background color is #353B29.


Border color

.myBorderColor { border: 1px solid #353B29; }

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

This div border color is #353B29.


Opacity

.myOpacity80 { color: #353B29; opacity: 0.8; }

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

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

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

This text has shadow with #353B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B29 on black background.


Color preview on white background

This text has color #353B29 on white background.



Black color preview on #353B29 background

This text has black color on #353B29 background.


White color preview on #353B29 background

This text has white color on #353B29 background.