COLOR #353A13

HEX: #353A13
RGB: (53,58,19)

Color info

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

RGB color model

#353A13 color RGB value is (53,58,19).

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

RGB channels and saturation

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

53
58
19

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

Portions of RGB colors in percentages

R + G + B =
53 + 58 + 19 = 130 (100%)
R 53 of 130 ~ 40.77%
G 58 of 130 ~ 44.62%
B 19 of 130 ~ 14.62%

%40.77
%44.62
%14.62

CMYK color model

#353A13 color CMYK value is (9,0,67,77).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 67.24%
  • key color value is 77.25%
CMYK:
(9,0,67,77)
C9M0Y67K77 
(9%,0%,67%,77%)
(0.09/0.00/0.67/0.77)	

CMYK percentages

%8.62
%0
%67.24
%77.25

Codes

Color #353A13 in popluar color models

353A13
RGB535819
HSL68°50.65%15.10%
HSB/HSV68°67.24%22.75%
CMYK8.62%0.00%67.24%
77.25%

Color #353A13 in popluar number systems.

HEX353A13
Decimal535819
Binary11010111101010011
Octal657223

Shades and tints

Shades of #353A13

#353A13
(53,58,19)
#313512
(49,53,18)
#2D3011
(45,48,17)
#292B10
(41,43,16)
#25260F
(37,38,15)
#21210E
(33,33,14)
#1D1C0D
(29,28,13)
#19170C
(25,23,12)
#15120B
(21,18,11)
#110D0A
(17,13,10)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #353A13

#353A13
(53,58,19)
#474B28
(71,75,40)
#595C3D
(89,92,61)
#6B6D52
(107,109,82)
#7D7E67
(125,126,103)
#8F8F7C
(143,143,124)
#A1A091
(161,160,145)
#B3B1A6
(179,177,166)
#C5C2BB
(197,194,187)
#D7D3D0
(215,211,208)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353A13; }

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

This text font color is #353A13.


Background Color

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

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

This div background color is #353A13.


Border color

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

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

This div border color is #353A13.


Opacity

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

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

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

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

This text has shadow with #353A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353A13 on black background.


Color preview on white background

This text has color #353A13 on white background.



Black color preview on #353A13 background

This text has black color on #353A13 background.


White color preview on #353A13 background

This text has white color on #353A13 background.