COLOR #35501B

HEX: #35501B
RGB: (53,80,27)

Color info

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

RGB color model

#35501B color RGB value is (53,80,27).

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

RGB channels and saturation

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

53
80
27

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

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 27 = 160 (100%)
R 53 of 160 ~ 33.13%
G 80 of 160 ~ 50%
B 27 of 160 ~ 16.88%

%33.13
%50
%16.88

CMYK color model

#35501B color CMYK value is (34,0,66,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 66.25%
  • key color value is 68.63%
CMYK:
(34,0,66,69)
C34M0Y66K69 
(34%,0%,66%,69%)
(0.34/0.00/0.66/0.69)	

CMYK percentages

%33.75
%0
%66.25
%68.63

Codes

Color #35501B in popluar color models

35501B
RGB538027
HSL91°49.53%20.98%
HSB/HSV91°66.25%31.37%
CMYK33.75%0.00%66.25%
68.63%

Color #35501B in popluar number systems.

HEX35501B
Decimal538027
Binary110101101000011011
Octal6512033

Shades and tints

Shades of #35501B

#35501B
(53,80,27)
#314919
(49,73,25)
#2D4217
(45,66,23)
#293B15
(41,59,21)
#253413
(37,52,19)
#212D11
(33,45,17)
#1D260F
(29,38,15)
#191F0D
(25,31,13)
#15180B
(21,24,11)
#111109
(17,17,9)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #35501B

#35501B
(53,80,27)
#475F2F
(71,95,47)
#596E43
(89,110,67)
#6B7D57
(107,125,87)
#7D8C6B
(125,140,107)
#8F9B7F
(143,155,127)
#A1AA93
(161,170,147)
#B3B9A7
(179,185,167)
#C5C8BB
(197,200,187)
#D7D7CF
(215,215,207)
#E9E6E3
(233,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35501B; }

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

This text font color is #35501B.


Background Color

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

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

This div background color is #35501B.


Border color

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

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

This div border color is #35501B.


Opacity

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

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

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

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

This text has shadow with #35501B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35501B on black background.


Color preview on white background

This text has color #35501B on white background.



Black color preview on #35501B background

This text has black color on #35501B background.


White color preview on #35501B background

This text has white color on #35501B background.