COLOR #353723

HEX: #353723
RGB: (53,55,35)

Color info

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

RGB color model

#353723 color RGB value is (53,55,35).

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

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 35 of 255 = 14%

53
55
35

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

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 35 = 143 (100%)
R 53 of 143 ~ 37.06%
G 55 of 143 ~ 38.46%
B 35 of 143 ~ 24.48%

%37.06
%38.46
%24.48

CMYK color model

#353723 color CMYK value is (4,0,36,78).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 78.43%
CMYK:
(4,0,36,78)
C4M0Y36K78 
(4%,0%,36%,78%)
(0.04/0.00/0.36/0.78)	

CMYK percentages

%3.64
%0
%36.36
%78.43

Codes

Color #353723 in popluar color models

353723
RGB535535
HSL66°22.22%17.65%
HSB/HSV66°36.36%21.57%
CMYK3.64%0.00%36.36%
78.43%

Color #353723 in popluar number systems.

HEX353723
Decimal535535
Binary110101110111100011
Octal656743

Shades and tints

Shades of #353723

#353723
(53,55,35)
#313220
(49,50,32)
#2D2D1D
(45,45,29)
#29281A
(41,40,26)
#252317
(37,35,23)
#211E14
(33,30,20)
#1D1911
(29,25,17)
#19140E
(25,20,14)
#150F0B
(21,15,11)
#110A08
(17,10,8)
#0D0505
(13,5,5)
#000000
(0,0,0)

Tints of #353723

#353723
(53,55,35)
#474937
(71,73,55)
#595B4B
(89,91,75)
#6B6D5F
(107,109,95)
#7D7F73
(125,127,115)
#8F9187
(143,145,135)
#A1A39B
(161,163,155)
#B3B5AF
(179,181,175)
#C5C7C3
(197,199,195)
#D7D9D7
(215,217,215)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353723; }

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

This text font color is #353723.


Background Color

.myBgColor { background-color: #353723; }

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

This div background color is #353723.


Border color

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

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

This div border color is #353723.


Opacity

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

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

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

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

This text has shadow with #353723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353723 on black background.


Color preview on white background

This text has color #353723 on white background.



Black color preview on #353723 background

This text has black color on #353723 background.


White color preview on #353723 background

This text has white color on #353723 background.