COLOR #3D5519

HEX: #3D5519
RGB: (61,85,25)

Color info

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

RGB color model

#3D5519 color RGB value is (61,85,25).

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

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 25 of 255 = 10%

61
85
25

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

Portions of RGB colors in percentages

R + G + B =
61 + 85 + 25 = 171 (100%)
R 61 of 171 ~ 35.67%
G 85 of 171 ~ 49.71%
B 25 of 171 ~ 14.62%

%35.67
%49.71
%14.62

CMYK color model

#3D5519 color CMYK value is (28,0,71,67).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK: (28,0,71,67) C28M0Y71K67 (28%,0%,71%,67%) (0.28/0.00/0.71/0.67)

CMYK percentages

%28.24
%0
%70.59
%66.67

Codes

Color #3D5519 in popluar color models

3D5519
RGB618525
HSL84°54.55%21.57%
HSB/HSV84°70.59%33.33%
CMYK28.24%0.00%70.59%
66.67%

Color #3D5519 in popluar number systems.

HEX3D5519
Decimal618525
Binary111101101010111001
Octal7512531

Shades and tints

Shades of #3D5519

#3D5519
(61,85,25)
#384E17
(56,78,23)
#334715
(51,71,21)
#2E4013
(46,64,19)
#293911
(41,57,17)
#24320F
(36,50,15)
#1F2B0D
(31,43,13)
#1A240B
(26,36,11)
#151D09
(21,29,9)
#101607
(16,22,7)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #3D5519

#3D5519
(61,85,25)
#4E642D
(78,100,45)
#5F7341
(95,115,65)
#708255
(112,130,85)
#819169
(129,145,105)
#92A07D
(146,160,125)
#A3AF91
(163,175,145)
#B4BEA5
(180,190,165)
#C5CDB9
(197,205,185)
#D6DCCD
(214,220,205)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D5519; }

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

This text font color is #3D5519.


Background Color

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

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

This div background color is #3D5519.


Border color

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

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

This div border color is #3D5519.


Opacity

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

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

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

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

This text has shadow with #3D5519 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3D5519 on black background.


Color preview on white background

This text has color #3D5519 on white background.



Black color preview on #3D5519 background

This text has black color on #3D5519 background.


White color preview on #3D5519 background

This text has white color on #3D5519 background.