COLOR #353716

HEX: #353716
RGB: (53,55,22)

Color info

#353716 contains red, green and blue colors in about the same proportion. Web safe color of #353716 is #333300 (or #330).

RGB color model

#353716 color RGB value is (53,55,22).

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

RGB channels and saturation

R 53 of 255 = 21%
G 55 of 255 = 22%
B 22 of 255 = 9%

53
55
22

R + G + B ~ 17%. #353716 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 55 + 22 = 130 (100%)
R 53 of 130 ~ 40.77%
G 55 of 130 ~ 42.31%
B 22 of 130 ~ 16.92%

%40.77
%42.31
%16.92

CMYK color model

#353716 color CMYK value is (4,0,60,78).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 78.43%
CMYK:
(4,0,60,78)
C4M0Y60K78 
(4%,0%,60%,78%)
(0.04/0.00/0.60/0.78)	

CMYK percentages

%3.64
%0
%60
%78.43

Codes

Color #353716 in popluar color models

353716
RGB535522
HSL64°42.86%15.10%
HSB/HSV64°60.00%21.57%
CMYK3.64%0.00%60.00%
78.43%

Color #353716 in popluar number systems.

HEX353716
Decimal535522
Binary11010111011110110
Octal656726

Shades and tints

Shades of #353716

#353716
(53,55,22)
#313214
(49,50,20)
#2D2D12
(45,45,18)
#292810
(41,40,16)
#25230E
(37,35,14)
#211E0C
(33,30,12)
#1D190A
(29,25,10)
#191408
(25,20,8)
#150F06
(21,15,6)
#110A04
(17,10,4)
#0D0502
(13,5,2)
#000000
(0,0,0)

Tints of #353716

#353716
(53,55,22)
#47492B
(71,73,43)
#595B40
(89,91,64)
#6B6D55
(107,109,85)
#7D7F6A
(125,127,106)
#8F917F
(143,145,127)
#A1A394
(161,163,148)
#B3B5A9
(179,181,169)
#C5C7BE
(197,199,190)
#D7D9D3
(215,217,211)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353716; }

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

This text font color is #353716.


Background Color

.myBgColor { background-color: #353716; }

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

This div background color is #353716.


Border color

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

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

This div border color is #353716.


Opacity

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

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

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

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

This text has shadow with #353716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353716 on black background.


Color preview on white background

This text has color #353716 on white background.



Black color preview on #353716 background

This text has black color on #353716 background.


White color preview on #353716 background

This text has white color on #353716 background.