COLOR #353727

HEX: #353727
RGB: (53,55,39)

Color info

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

RGB color model

#353727 color RGB value is (53,55,39).

  • red value is 53;
  • green value is 55;
  • blue value is 39.
RGB:
(53,55,39)
(21%,22%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 39 of 255 = 15%

53
55
39

R + G + B ~ 19%. #353727 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 39 = 147 (100%)
R 53 of 147 ~ 36.05%
G 55 of 147 ~ 37.41%
B 39 of 147 ~ 26.53%

%36.05
%37.41
%26.53

CMYK color model

#353727 color CMYK value is (4,0,29,78).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 29.09%
  • key color value is 78.43%
CMYK:
(4,0,29,78)
C4M0Y29K78 
(4%,0%,29%,78%)
(0.04/0.00/0.29/0.78)	

CMYK percentages

%3.64
%0
%29.09
%78.43

Codes

Color #353727 in popluar color models

353727
RGB535539
HSL68°17.02%18.43%
HSB/HSV68°29.09%21.57%
CMYK3.64%0.00%29.09%
78.43%

Color #353727 in popluar number systems.

HEX353727
Decimal535539
Binary110101110111100111
Octal656747

Shades and tints

Shades of #353727

#353727
(53,55,39)
#313224
(49,50,36)
#2D2D21
(45,45,33)
#29281E
(41,40,30)
#25231B
(37,35,27)
#211E18
(33,30,24)
#1D1915
(29,25,21)
#191412
(25,20,18)
#150F0F
(21,15,15)
#110A0C
(17,10,12)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #353727

#353727
(53,55,39)
#47493A
(71,73,58)
#595B4D
(89,91,77)
#6B6D60
(107,109,96)
#7D7F73
(125,127,115)
#8F9186
(143,145,134)
#A1A399
(161,163,153)
#B3B5AC
(179,181,172)
#C5C7BF
(197,199,191)
#D7D9D2
(215,217,210)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353727; }

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

This text font color is #353727.


Background Color

.myBgColor { background-color: #353727; }

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

This div background color is #353727.


Border color

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

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

This div border color is #353727.


Opacity

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

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

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

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

This text has shadow with #353727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353727 on black background.


Color preview on white background

This text has color #353727 on white background.



Black color preview on #353727 background

This text has black color on #353727 background.


White color preview on #353727 background

This text has white color on #353727 background.