COLOR #3D7339

HEX: #3D7339
RGB: (61,115,57)

Color info

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

RGB color model

#3D7339 color RGB value is (61,115,57).

  • red value is 61;
  • green value is 115;
  • blue value is 57.
RGB:
(61,115,57)
(24%,45%,22%)

RGB channels and saturation

R 61 of 255 = 24%
G 115 of 255 = 45%
B 57 of 255 = 22%

61
115
57

R + G + B ~ 30%. #3D7339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 115 + 57 = 233 (100%)
R 61 of 233 ~ 26.18%
G 115 of 233 ~ 49.36%
B 57 of 233 ~ 24.46%

%26.18
%49.36
%24.46

CMYK color model

#3D7339 color CMYK value is (47,0,50,55).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 54.90%
CMYK:
(47,0,50,55)
C47M0Y50K55 
(47%,0%,50%,55%)
(0.47/0.00/0.50/0.55)	

CMYK percentages

%46.96
%0
%50.43
%54.9

Codes

Color #3D7339 in popluar color models

3D7339
RGB6111557
HSL116°33.72%33.73%
HSB/HSV116°50.43%45.10%
CMYK46.96%0.00%50.43%
54.90%

Color #3D7339 in popluar number systems.

HEX3D7339
Decimal6111557
Binary1111011110011111001
Octal7516371

Shades and tints

Shades of #3D7339

#3D7339
(61,115,57)
#386934
(56,105,52)
#335F2F
(51,95,47)
#2E552A
(46,85,42)
#294B25
(41,75,37)
#244120
(36,65,32)
#1F371B
(31,55,27)
#1A2D16
(26,45,22)
#152311
(21,35,17)
#10190C
(16,25,12)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #3D7339

#3D7339
(61,115,57)
#4E7F4B
(78,127,75)
#5F8B5D
(95,139,93)
#70976F
(112,151,111)
#81A381
(129,163,129)
#92AF93
(146,175,147)
#A3BBA5
(163,187,165)
#B4C7B7
(180,199,183)
#C5D3C9
(197,211,201)
#D6DFDB
(214,223,219)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7339 color. Also use rgb(61,115,57) instead hex code.

Text Font Color

.myTextColor { color: #3D7339; }

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

This text font color is #3D7339.


Background Color

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

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

This div background color is #3D7339.


Border color

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

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

This div border color is #3D7339.


Opacity

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

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

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

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

This text has shadow with #3D7339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7339 on black background.


Color preview on white background

This text has color #3D7339 on white background.



Black color preview on #3D7339 background

This text has black color on #3D7339 background.


White color preview on #3D7339 background

This text has white color on #3D7339 background.