COLOR #353E15

HEX: #353E15
RGB: (53,62,21)

Color info

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

RGB color model

#353E15 color RGB value is (53,62,21).

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

RGB channels and saturation

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

53
62
21

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

Portions of RGB colors in percentages

R + G + B =
53 + 62 + 21 = 136 (100%)
R 53 of 136 ~ 38.97%
G 62 of 136 ~ 45.59%
B 21 of 136 ~ 15.44%

%38.97
%45.59
%15.44

CMYK color model

#353E15 color CMYK value is (15,0,66,76).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 66.13%
  • key color value is 75.69%
CMYK:
(15,0,66,76)
C15M0Y66K76 
(15%,0%,66%,76%)
(0.15/0.00/0.66/0.76)	

CMYK percentages

%14.52
%0
%66.13
%75.69

Codes

Color #353E15 in popluar color models

353E15
RGB536221
HSL73°49.40%16.27%
HSB/HSV73°66.13%24.31%
CMYK14.52%0.00%66.13%
75.69%

Color #353E15 in popluar number systems.

HEX353E15
Decimal536221
Binary11010111111010101
Octal657625

Shades and tints

Shades of #353E15

#353E15
(53,62,21)
#313914
(49,57,20)
#2D3413
(45,52,19)
#292F12
(41,47,18)
#252A11
(37,42,17)
#212510
(33,37,16)
#1D200F
(29,32,15)
#191B0E
(25,27,14)
#15160D
(21,22,13)
#11110C
(17,17,12)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #353E15

#353E15
(53,62,21)
#474F2A
(71,79,42)
#59603F
(89,96,63)
#6B7154
(107,113,84)
#7D8269
(125,130,105)
#8F937E
(143,147,126)
#A1A493
(161,164,147)
#B3B5A8
(179,181,168)
#C5C6BD
(197,198,189)
#D7D7D2
(215,215,210)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353E15; }

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

This text font color is #353E15.


Background Color

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

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

This div background color is #353E15.


Border color

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

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

This div border color is #353E15.


Opacity

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

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

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

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

This text has shadow with #353E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353E15 on black background.


Color preview on white background

This text has color #353E15 on white background.



Black color preview on #353E15 background

This text has black color on #353E15 background.


White color preview on #353E15 background

This text has white color on #353E15 background.