COLOR #35501C

HEX: #35501C
RGB: (53,80,28)

Color info

#35501C contains red, green and blue colors in about the same proportion. Web safe color of #35501C is #336633 (or #363).

RGB color model

#35501C color RGB value is (53,80,28).

  • red value is 53;
  • green value is 80;
  • blue value is 28.
RGB:
(53,80,28)
(21%,31%,11%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 28 of 255 = 11%

53
80
28

R + G + B ~ 21%. #35501C is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 28 = 161 (100%)
R 53 of 161 ~ 32.92%
G 80 of 161 ~ 49.69%
B 28 of 161 ~ 17.39%

%32.92
%49.69
%17.39

CMYK color model

#35501C color CMYK value is (34,0,65,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 68.63%
CMYK:
(34,0,65,69)
C34M0Y65K69 
(34%,0%,65%,69%)
(0.34/0.00/0.65/0.69)	

CMYK percentages

%33.75
%0
%65
%68.63

Codes

Color #35501C in popluar color models

35501C
RGB538028
HSL91°48.15%21.18%
HSB/HSV91°65.00%31.37%
CMYK33.75%0.00%65.00%
68.63%

Color #35501C in popluar number systems.

HEX35501C
Decimal538028
Binary110101101000011100
Octal6512034

Shades and tints

Shades of #35501C

#35501C
(53,80,28)
#31491A
(49,73,26)
#2D4218
(45,66,24)
#293B16
(41,59,22)
#253414
(37,52,20)
#212D12
(33,45,18)
#1D2610
(29,38,16)
#191F0E
(25,31,14)
#15180C
(21,24,12)
#11110A
(17,17,10)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #35501C

#35501C
(53,80,28)
#475F30
(71,95,48)
#596E44
(89,110,68)
#6B7D58
(107,125,88)
#7D8C6C
(125,140,108)
#8F9B80
(143,155,128)
#A1AA94
(161,170,148)
#B3B9A8
(179,185,168)
#C5C8BC
(197,200,188)
#D7D7D0
(215,215,208)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35501C color. Also use rgb(53,80,28) instead hex code.

Text Font Color

.myTextColor { color: #35501C; }

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

This text font color is #35501C.


Background Color

.myBgColor { background-color: #35501C; }

<div style="background-color:#35501C">Inner text</div>

This div background color is #35501C.


Border color

.myBorderColor { border: 1px solid #35501C; }

<div style="border:3px solid #35501C">Div</div>

This div border color is #35501C.


Opacity

.myOpacity80 { color: #35501C; opacity: 0.8; }

<p style="color:#35501C;opacity:0.8;">80%</p>

Text with #35501C 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 #35501C;}

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

This text has shadow with #35501C color.

.textShadow {text-shadow: 3px 3px 1px #35501C, 3px 3px 1px red;}

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

This text has shadow with #35501C primary color and red secondary color.


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

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

This text has shadow with #35501C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35501C on black background.


Color preview on white background

This text has color #35501C on white background.



Black color preview on #35501C background

This text has black color on #35501C background.


White color preview on #35501C background

This text has white color on #35501C background.