COLOR #3D4D13

HEX: #3D4D13
RGB: (61,77,19)

Color info

#3D4D13 contains red, green and blue colors in about the same proportion. Web safe color of #3D4D13 is #333300 (or #330).

RGB color model

#3D4D13 color RGB value is (61,77,19).

  • red value is 61;
  • green value is 77;
  • blue value is 19.
RGB:
(61,77,19)
(24%,30%,7%)

RGB channels and saturation

R 61 of 255 = 24%
G 77 of 255 = 30%
B 19 of 255 = 7%

61
77
19

R + G + B ~ 20%. #3D4D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 77 + 19 = 157 (100%)
R 61 of 157 ~ 38.85%
G 77 of 157 ~ 49.04%
B 19 of 157 ~ 12.1%

%38.85
%49.04
%12.1

CMYK color model

#3D4D13 color CMYK value is (21,0,75,70).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 75.32%
  • key color value is 69.80%
CMYK:
(21,0,75,70)
C21M0Y75K70 
(21%,0%,75%,70%)
(0.21/0.00/0.75/0.70)	

CMYK percentages

%20.78
%0
%75.32
%69.8

Codes

Color #3D4D13 in popluar color models

3D4D13
RGB617719
HSL77°60.42%18.82%
HSB/HSV77°75.32%30.20%
CMYK20.78%0.00%75.32%
69.80%

Color #3D4D13 in popluar number systems.

HEX3D4D13
Decimal617719
Binary111101100110110011
Octal7511523

Shades and tints

Shades of #3D4D13

#3D4D13
(61,77,19)
#384612
(56,70,18)
#333F11
(51,63,17)
#2E3810
(46,56,16)
#29310F
(41,49,15)
#242A0E
(36,42,14)
#1F230D
(31,35,13)
#1A1C0C
(26,28,12)
#15150B
(21,21,11)
#100E0A
(16,14,10)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #3D4D13

#3D4D13
(61,77,19)
#4E5D28
(78,93,40)
#5F6D3D
(95,109,61)
#707D52
(112,125,82)
#818D67
(129,141,103)
#929D7C
(146,157,124)
#A3AD91
(163,173,145)
#B4BDA6
(180,189,166)
#C5CDBB
(197,205,187)
#D6DDD0
(214,221,208)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4D13 color. Also use rgb(61,77,19) instead hex code.

Text Font Color

.myTextColor { color: #3D4D13; }

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

This text font color is #3D4D13.


Background Color

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

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

This div background color is #3D4D13.


Border color

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

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

This div border color is #3D4D13.


Opacity

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

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

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

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

This text has shadow with #3D4D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4D13 on black background.


Color preview on white background

This text has color #3D4D13 on white background.



Black color preview on #3D4D13 background

This text has black color on #3D4D13 background.


White color preview on #3D4D13 background

This text has white color on #3D4D13 background.