COLOR #3D6231

HEX: #3D6231
RGB: (61,98,49)

Color info

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

RGB color model

#3D6231 color RGB value is (61,98,49).

  • red value is 61;
  • green value is 98;
  • blue value is 49.
RGB:
(61,98,49)
(24%,38%,19%)

RGB channels and saturation

R 61 of 255 = 24%
G 98 of 255 = 38%
B 49 of 255 = 19%

61
98
49

R + G + B ~ 27%. #3D6231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 98 + 49 = 208 (100%)
R 61 of 208 ~ 29.33%
G 98 of 208 ~ 47.12%
B 49 of 208 ~ 23.56%

%29.33
%47.12
%23.56

CMYK color model

#3D6231 color CMYK value is (38,0,50,62).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 61.57%
CMYK:
(38,0,50,62)
C38M0Y50K62 
(38%,0%,50%,62%)
(0.38/0.00/0.50/0.62)	

CMYK percentages

%37.76
%0
%50
%61.57

Codes

Color #3D6231 in popluar color models

3D6231
RGB619849
HSL105°33.33%28.82%
HSB/HSV105°50.00%38.43%
CMYK37.76%0.00%50.00%
61.57%

Color #3D6231 in popluar number systems.

HEX3D6231
Decimal619849
Binary1111011100010110001
Octal7514261

Shades and tints

Shades of #3D6231

#3D6231
(61,98,49)
#385A2D
(56,90,45)
#335229
(51,82,41)
#2E4A25
(46,74,37)
#294221
(41,66,33)
#243A1D
(36,58,29)
#1F3219
(31,50,25)
#1A2A15
(26,42,21)
#152211
(21,34,17)
#101A0D
(16,26,13)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #3D6231

#3D6231
(61,98,49)
#4E7043
(78,112,67)
#5F7E55
(95,126,85)
#708C67
(112,140,103)
#819A79
(129,154,121)
#92A88B
(146,168,139)
#A3B69D
(163,182,157)
#B4C4AF
(180,196,175)
#C5D2C1
(197,210,193)
#D6E0D3
(214,224,211)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6231 color. Also use rgb(61,98,49) instead hex code.

Text Font Color

.myTextColor { color: #3D6231; }

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

This text font color is #3D6231.


Background Color

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

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

This div background color is #3D6231.


Border color

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

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

This div border color is #3D6231.


Opacity

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

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

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

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

This text has shadow with #3D6231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6231 on black background.


Color preview on white background

This text has color #3D6231 on white background.



Black color preview on #3D6231 background

This text has black color on #3D6231 background.


White color preview on #3D6231 background

This text has white color on #3D6231 background.