COLOR #3D511B

HEX: #3D511B
RGB: (61,81,27)

Color info

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

RGB color model

#3D511B color RGB value is (61,81,27).

  • red value is 61;
  • green value is 81;
  • blue value is 27.
RGB:
(61,81,27)
(24%,32%,11%)

RGB channels and saturation

R 61 of 255 = 24%
G 81 of 255 = 32%
B 27 of 255 = 11%

61
81
27

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

Portions of RGB colors in percentages

R + G + B =
61 + 81 + 27 = 169 (100%)
R 61 of 169 ~ 36.09%
G 81 of 169 ~ 47.93%
B 27 of 169 ~ 15.98%

%36.09
%47.93
%15.98

CMYK color model

#3D511B color CMYK value is (25,0,67,68).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 68.24%
CMYK:
(25,0,67,68)
C25M0Y67K68 
(25%,0%,67%,68%)
(0.25/0.00/0.67/0.68)	

CMYK percentages

%24.69
%0
%66.67
%68.24

Codes

Color #3D511B in popluar color models

3D511B
RGB618127
HSL82°50.00%21.18%
HSB/HSV82°66.67%31.76%
CMYK24.69%0.00%66.67%
68.24%

Color #3D511B in popluar number systems.

HEX3D511B
Decimal618127
Binary111101101000111011
Octal7512133

Shades and tints

Shades of #3D511B

#3D511B
(61,81,27)
#384A19
(56,74,25)
#334317
(51,67,23)
#2E3C15
(46,60,21)
#293513
(41,53,19)
#242E11
(36,46,17)
#1F270F
(31,39,15)
#1A200D
(26,32,13)
#15190B
(21,25,11)
#101209
(16,18,9)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #3D511B

#3D511B
(61,81,27)
#4E602F
(78,96,47)
#5F6F43
(95,111,67)
#707E57
(112,126,87)
#818D6B
(129,141,107)
#929C7F
(146,156,127)
#A3AB93
(163,171,147)
#B4BAA7
(180,186,167)
#C5C9BB
(197,201,187)
#D6D8CF
(214,216,207)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D511B color. Also use rgb(61,81,27) instead hex code.

Text Font Color

.myTextColor { color: #3D511B; }

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

This text font color is #3D511B.


Background Color

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

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

This div background color is #3D511B.


Border color

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

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

This div border color is #3D511B.


Opacity

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

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

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

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

This text has shadow with #3D511B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D511B on black background.


Color preview on white background

This text has color #3D511B on white background.



Black color preview on #3D511B background

This text has black color on #3D511B background.


White color preview on #3D511B background

This text has white color on #3D511B background.