COLOR #353B13

HEX: #353B13
RGB: (53,59,19)

Color info

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

RGB color model

#353B13 color RGB value is (53,59,19).

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

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 19 of 255 = 7%

53
59
19

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

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 19 = 131 (100%)
R 53 of 131 ~ 40.46%
G 59 of 131 ~ 45.04%
B 19 of 131 ~ 14.5%

%40.46
%45.04
%14.5

CMYK color model

#353B13 color CMYK value is (10,0,68,77).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 76.86%
CMYK:
(10,0,68,77)
C10M0Y68K77 
(10%,0%,68%,77%)
(0.10/0.00/0.68/0.77)	

CMYK percentages

%10.17
%0
%67.8
%76.86

Codes

Color #353B13 in popluar color models

353B13
RGB535919
HSL69°51.28%15.29%
HSB/HSV69°67.80%23.14%
CMYK10.17%0.00%67.80%
76.86%

Color #353B13 in popluar number systems.

HEX353B13
Decimal535919
Binary11010111101110011
Octal657323

Shades and tints

Shades of #353B13

#353B13
(53,59,19)
#313612
(49,54,18)
#2D3111
(45,49,17)
#292C10
(41,44,16)
#25270F
(37,39,15)
#21220E
(33,34,14)
#1D1D0D
(29,29,13)
#19180C
(25,24,12)
#15130B
(21,19,11)
#110E0A
(17,14,10)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #353B13

#353B13
(53,59,19)
#474C28
(71,76,40)
#595D3D
(89,93,61)
#6B6E52
(107,110,82)
#7D7F67
(125,127,103)
#8F907C
(143,144,124)
#A1A191
(161,161,145)
#B3B2A6
(179,178,166)
#C5C3BB
(197,195,187)
#D7D4D0
(215,212,208)
#E9E5E5
(233,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B13; }

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

This text font color is #353B13.


Background Color

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

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

This div background color is #353B13.


Border color

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

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

This div border color is #353B13.


Opacity

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

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

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

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

This text has shadow with #353B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B13 on black background.


Color preview on white background

This text has color #353B13 on white background.



Black color preview on #353B13 background

This text has black color on #353B13 background.


White color preview on #353B13 background

This text has white color on #353B13 background.