COLOR #353613

HEX: #353613
RGB: (53,54,19)

Color info

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

RGB color model

#353613 color RGB value is (53,54,19).

  • red value is 53;
  • green value is 54;
  • blue value is 19.
RGB:
(53,54,19)
(21%,21%,7%)

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 19 of 255 = 7%

53
54
19

R + G + B ~ 16%. #353613 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 19 = 126 (100%)
R 53 of 126 ~ 42.06%
G 54 of 126 ~ 42.86%
B 19 of 126 ~ 15.08%

%42.06
%42.86
%15.08

CMYK color model

#353613 color CMYK value is (2,0,65,79).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 78.82%
CMYK:
(2,0,65,79)
C2M0Y65K79 
(2%,0%,65%,79%)
(0.02/0.00/0.65/0.79)	

CMYK percentages

%1.85
%0
%64.81
%78.82

Codes

Color #353613 in popluar color models

353613
RGB535419
HSL62°47.95%14.31%
HSB/HSV62°64.81%21.18%
CMYK1.85%0.00%64.81%
78.82%

Color #353613 in popluar number systems.

HEX353613
Decimal535419
Binary11010111011010011
Octal656623

Shades and tints

Shades of #353613

#353613
(53,54,19)
#313212
(49,50,18)
#2D2E11
(45,46,17)
#292A10
(41,42,16)
#25260F
(37,38,15)
#21220E
(33,34,14)
#1D1E0D
(29,30,13)
#191A0C
(25,26,12)
#15160B
(21,22,11)
#11120A
(17,18,10)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #353613

#353613
(53,54,19)
#474828
(71,72,40)
#595A3D
(89,90,61)
#6B6C52
(107,108,82)
#7D7E67
(125,126,103)
#8F907C
(143,144,124)
#A1A291
(161,162,145)
#B3B4A6
(179,180,166)
#C5C6BB
(197,198,187)
#D7D8D0
(215,216,208)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353613 color. Also use rgb(53,54,19) instead hex code.

Text Font Color

.myTextColor { color: #353613; }

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

This text font color is #353613.


Background Color

.myBgColor { background-color: #353613; }

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

This div background color is #353613.


Border color

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

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

This div border color is #353613.


Opacity

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

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

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

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

This text has shadow with #353613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353613 on black background.


Color preview on white background

This text has color #353613 on white background.



Black color preview on #353613 background

This text has black color on #353613 background.


White color preview on #353613 background

This text has white color on #353613 background.