COLOR #353C15

HEX: #353C15
RGB: (53,60,21)

Color info

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

RGB color model

#353C15 color RGB value is (53,60,21).

  • red value is 53;
  • green value is 60;
  • blue value is 21.
RGB:
(53,60,21)
(21%,24%,8%)

RGB channels and saturation

R 53 of 255 = 21%
G 60 of 255 = 24%
B 21 of 255 = 8%

53
60
21

R + G + B ~ 18%. #353C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 60 + 21 = 134 (100%)
R 53 of 134 ~ 39.55%
G 60 of 134 ~ 44.78%
B 21 of 134 ~ 15.67%

%39.55
%44.78
%15.67

CMYK color model

#353C15 color CMYK value is (12,0,65,76).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 76.47%
CMYK:
(12,0,65,76)
C12M0Y65K76 
(12%,0%,65%,76%)
(0.12/0.00/0.65/0.76)	

CMYK percentages

%11.67
%0
%65
%76.47

Codes

Color #353C15 in popluar color models

353C15
RGB536021
HSL71°48.15%15.88%
HSB/HSV71°65.00%23.53%
CMYK11.67%0.00%65.00%
76.47%

Color #353C15 in popluar number systems.

HEX353C15
Decimal536021
Binary11010111110010101
Octal657425

Shades and tints

Shades of #353C15

#353C15
(53,60,21)
#313714
(49,55,20)
#2D3213
(45,50,19)
#292D12
(41,45,18)
#252811
(37,40,17)
#212310
(33,35,16)
#1D1E0F
(29,30,15)
#19190E
(25,25,14)
#15140D
(21,20,13)
#110F0C
(17,15,12)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #353C15

#353C15
(53,60,21)
#474D2A
(71,77,42)
#595E3F
(89,94,63)
#6B6F54
(107,111,84)
#7D8069
(125,128,105)
#8F917E
(143,145,126)
#A1A293
(161,162,147)
#B3B3A8
(179,179,168)
#C5C4BD
(197,196,189)
#D7D5D2
(215,213,210)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353C15 color. Also use rgb(53,60,21) instead hex code.

Text Font Color

.myTextColor { color: #353C15; }

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

This text font color is #353C15.


Background Color

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

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

This div background color is #353C15.


Border color

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

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

This div border color is #353C15.


Opacity

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

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

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

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

This text has shadow with #353C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353C15 on black background.


Color preview on white background

This text has color #353C15 on white background.



Black color preview on #353C15 background

This text has black color on #353C15 background.


White color preview on #353C15 background

This text has white color on #353C15 background.