COLOR #3D5301

HEX: #3D5301
RGB: (61,83,1)

Color info

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

RGB color model

#3D5301 color RGB value is (61,83,1).

  • red value is 61;
  • green value is 83;
  • blue value is 1.
RGB:
(61,83,1)
(24%,33%,0%)

RGB channels and saturation

R 61 of 255 = 24%
G 83 of 255 = 33%
B 1 of 255 = 0%

61
83
1

R + G + B ~ 19%. #3D5301 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 83 + 1 = 145 (100%)
R 61 of 145 ~ 42.07%
G 83 of 145 ~ 57.24%
B 1 of 145 ~ 0.69%

%42.07
%57.24

CMYK color model

#3D5301 color CMYK value is (27,0,99,67).

  • cyan value is 26.51%
  • magenta value is 0.00%
  • yellow value is 98.80%
  • key color value is 67.45%
CMYK:
(27,0,99,67)
C27M0Y99K67 
(27%,0%,99%,67%)
(0.27/0.00/0.99/0.67)	

CMYK percentages

%26.51
%0
%98.8
%67.45

Codes

Color #3D5301 in popluar color models

3D5301
RGB61831
HSL76°97.62%16.47%
HSB/HSV76°98.80%32.55%
CMYK26.51%0.00%98.80%
67.45%

Color #3D5301 in popluar number systems.

HEX3D5301
Decimal61831
Binary11110110100111
Octal751231

Shades and tints

Shades of #3D5301

#3D5301
(61,83,1)
#384C01
(56,76,1)
#334501
(51,69,1)
#2E3E01
(46,62,1)
#293701
(41,55,1)
#243001
(36,48,1)
#1F2901
(31,41,1)
#1A2201
(26,34,1)
#151B01
(21,27,1)
#101401
(16,20,1)
#0B0D01
(11,13,1)
#000000
(0,0,0)

Tints of #3D5301

#3D5301
(61,83,1)
#4E6218
(78,98,24)
#5F712F
(95,113,47)
#708046
(112,128,70)
#818F5D
(129,143,93)
#929E74
(146,158,116)
#A3AD8B
(163,173,139)
#B4BCA2
(180,188,162)
#C5CBB9
(197,203,185)
#D6DAD0
(214,218,208)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5301 color. Also use rgb(61,83,1) instead hex code.

Text Font Color

.myTextColor { color: #3D5301; }

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

This text font color is #3D5301.


Background Color

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

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

This div background color is #3D5301.


Border color

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

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

This div border color is #3D5301.


Opacity

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

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

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

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

This text has shadow with #3D5301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5301 on black background.


Color preview on white background

This text has color #3D5301 on white background.



Black color preview on #3D5301 background

This text has black color on #3D5301 background.


White color preview on #3D5301 background

This text has white color on #3D5301 background.