COLOR #353F17

HEX: #353F17
RGB: (53,63,23)

Color info

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

RGB color model

#353F17 color RGB value is (53,63,23).

  • red value is 53;
  • green value is 63;
  • blue value is 23.
RGB:
(53,63,23)
(21%,25%,9%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 23 of 255 = 9%

53
63
23

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

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 23 = 139 (100%)
R 53 of 139 ~ 38.13%
G 63 of 139 ~ 45.32%
B 23 of 139 ~ 16.55%

%38.13
%45.32
%16.55

CMYK color model

#353F17 color CMYK value is (16,0,63,75).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 63.49%
  • key color value is 75.29%
CMYK:
(16,0,63,75)
C16M0Y63K75 
(16%,0%,63%,75%)
(0.16/0.00/0.63/0.75)	

CMYK percentages

%15.87
%0
%63.49
%75.29

Codes

Color #353F17 in popluar color models

353F17
RGB536323
HSL75°46.51%16.86%
HSB/HSV75°63.49%24.71%
CMYK15.87%0.00%63.49%
75.29%

Color #353F17 in popluar number systems.

HEX353F17
Decimal536323
Binary11010111111110111
Octal657727

Shades and tints

Shades of #353F17

#353F17
(53,63,23)
#313A15
(49,58,21)
#2D3513
(45,53,19)
#293011
(41,48,17)
#252B0F
(37,43,15)
#21260D
(33,38,13)
#1D210B
(29,33,11)
#191C09
(25,28,9)
#151707
(21,23,7)
#111205
(17,18,5)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #353F17

#353F17
(53,63,23)
#47502C
(71,80,44)
#596141
(89,97,65)
#6B7256
(107,114,86)
#7D836B
(125,131,107)
#8F9480
(143,148,128)
#A1A595
(161,165,149)
#B3B6AA
(179,182,170)
#C5C7BF
(197,199,191)
#D7D8D4
(215,216,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353F17 color. Also use rgb(53,63,23) instead hex code.

Text Font Color

.myTextColor { color: #353F17; }

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

This text font color is #353F17.


Background Color

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

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

This div background color is #353F17.


Border color

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

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

This div border color is #353F17.


Opacity

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

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

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

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

This text has shadow with #353F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F17 on black background.


Color preview on white background

This text has color #353F17 on white background.



Black color preview on #353F17 background

This text has black color on #353F17 background.


White color preview on #353F17 background

This text has white color on #353F17 background.