COLOR #3D591E

HEX: #3D591E
RGB: (61,89,30)

Color info

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

RGB color model

#3D591E color RGB value is (61,89,30).

  • red value is 61;
  • green value is 89;
  • blue value is 30.
RGB:
(61,89,30)
(24%,35%,12%)

RGB channels and saturation

R 61 of 255 = 24%
G 89 of 255 = 35%
B 30 of 255 = 12%

61
89
30

R + G + B ~ 24%. #3D591E is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 89 + 30 = 180 (100%)
R 61 of 180 ~ 33.89%
G 89 of 180 ~ 49.44%
B 30 of 180 ~ 16.67%

%33.89
%49.44
%16.67

CMYK color model

#3D591E color CMYK value is (31,0,66,65).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 66.29%
  • key color value is 65.10%
CMYK:
(31,0,66,65)
C31M0Y66K65 
(31%,0%,66%,65%)
(0.31/0.00/0.66/0.65)	

CMYK percentages

%31.46
%0
%66.29
%65.1

Codes

Color #3D591E in popluar color models

3D591E
RGB618930
HSL88°49.58%23.33%
HSB/HSV88°66.29%34.90%
CMYK31.46%0.00%66.29%
65.10%

Color #3D591E in popluar number systems.

HEX3D591E
Decimal618930
Binary111101101100111110
Octal7513136

Shades and tints

Shades of #3D591E

#3D591E
(61,89,30)
#38511C
(56,81,28)
#33491A
(51,73,26)
#2E4118
(46,65,24)
#293916
(41,57,22)
#243114
(36,49,20)
#1F2912
(31,41,18)
#1A2110
(26,33,16)
#15190E
(21,25,14)
#10110C
(16,17,12)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #3D591E

#3D591E
(61,89,30)
#4E6832
(78,104,50)
#5F7746
(95,119,70)
#70865A
(112,134,90)
#81956E
(129,149,110)
#92A482
(146,164,130)
#A3B396
(163,179,150)
#B4C2AA
(180,194,170)
#C5D1BE
(197,209,190)
#D6E0D2
(214,224,210)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D591E color. Also use rgb(61,89,30) instead hex code.

Text Font Color

.myTextColor { color: #3D591E; }

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

This text font color is #3D591E.


Background Color

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

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

This div background color is #3D591E.


Border color

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

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

This div border color is #3D591E.


Opacity

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

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

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

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

This text has shadow with #3D591E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D591E on black background.


Color preview on white background

This text has color #3D591E on white background.



Black color preview on #3D591E background

This text has black color on #3D591E background.


White color preview on #3D591E background

This text has white color on #3D591E background.