COLOR #3D5516

HEX: #3D5516
RGB: (61,85,22)

Color info

#3D5516 contains mainly red and green colors. Web safe color of #3D5516 is #336600 (or #360).

RGB color model

#3D5516 color RGB value is (61,85,22).

  • red value is 61;
  • green value is 85;
  • blue value is 22.
RGB:
(61,85,22)
(24%,33%,9%)

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 22 of 255 = 9%

61
85
22

R + G + B ~ 22%. #3D5516 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 85 + 22 = 168 (100%)
R 61 of 168 ~ 36.31%
G 85 of 168 ~ 50.6%
B 22 of 168 ~ 13.1%

%36.31
%50.6
%13.1

CMYK color model

#3D5516 color CMYK value is (28,0,74,67).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 74.12%
  • key color value is 66.67%
CMYK:
(28,0,74,67)
C28M0Y74K67 
(28%,0%,74%,67%)
(0.28/0.00/0.74/0.67)	

CMYK percentages

%28.24
%0
%74.12
%66.67

Codes

Color #3D5516 in popluar color models

3D5516
RGB618522
HSL83°58.88%20.98%
HSB/HSV83°74.12%33.33%
CMYK28.24%0.00%74.12%
66.67%

Color #3D5516 in popluar number systems.

HEX3D5516
Decimal618522
Binary111101101010110110
Octal7512526

Shades and tints

Shades of #3D5516

#3D5516
(61,85,22)
#384E14
(56,78,20)
#334712
(51,71,18)
#2E4010
(46,64,16)
#29390E
(41,57,14)
#24320C
(36,50,12)
#1F2B0A
(31,43,10)
#1A2408
(26,36,8)
#151D06
(21,29,6)
#101604
(16,22,4)
#0B0F02
(11,15,2)
#000000
(0,0,0)

Tints of #3D5516

#3D5516
(61,85,22)
#4E642B
(78,100,43)
#5F7340
(95,115,64)
#708255
(112,130,85)
#81916A
(129,145,106)
#92A07F
(146,160,127)
#A3AF94
(163,175,148)
#B4BEA9
(180,190,169)
#C5CDBE
(197,205,190)
#D6DCD3
(214,220,211)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5516 color. Also use rgb(61,85,22) instead hex code.

Text Font Color

.myTextColor { color: #3D5516; }

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

This text font color is #3D5516.


Background Color

.myBgColor { background-color: #3D5516; }

<div style="background-color:#3D5516">Inner text</div>

This div background color is #3D5516.


Border color

.myBorderColor { border: 1px solid #3D5516; }

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

This div border color is #3D5516.


Opacity

.myOpacity80 { color: #3D5516; opacity: 0.8; }

<p style="color:#3D5516;opacity:0.8;">80%</p>

Text with #3D5516 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 #3D5516;}

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

This text has shadow with #3D5516 color.

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

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

This text has shadow with #3D5516 primary color and red secondary color.


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

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

This text has shadow with #3D5516 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5516 on black background.


Color preview on white background

This text has color #3D5516 on white background.



Black color preview on #3D5516 background

This text has black color on #3D5516 background.


White color preview on #3D5516 background

This text has white color on #3D5516 background.