COLOR #3D6639

HEX: #3D6639
RGB: (61,102,57)

Color info

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

RGB color model

#3D6639 color RGB value is (61,102,57).

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

RGB channels and saturation

R 61 of 255 = 24%
G 102 of 255 = 40%
B 57 of 255 = 22%

61
102
57

R + G + B ~ 29%. #3D6639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 102 + 57 = 220 (100%)
R 61 of 220 ~ 27.73%
G 102 of 220 ~ 46.36%
B 57 of 220 ~ 25.91%

%27.73
%46.36
%25.91

CMYK color model

#3D6639 color CMYK value is (40,0,44,60).

  • cyan value is 40.20%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(40,0,44,60)
C40M0Y44K60 
(40%,0%,44%,60%)
(0.40/0.00/0.44/0.60)	

CMYK percentages

%40.2
%0
%44.12
%60

Codes

Color #3D6639 in popluar color models

3D6639
RGB6110257
HSL115°28.30%31.18%
HSB/HSV115°44.12%40.00%
CMYK40.20%0.00%44.12%
60.00%

Color #3D6639 in popluar number systems.

HEX3D6639
Decimal6110257
Binary1111011100110111001
Octal7514671

Shades and tints

Shades of #3D6639

#3D6639
(61,102,57)
#385D34
(56,93,52)
#33542F
(51,84,47)
#2E4B2A
(46,75,42)
#294225
(41,66,37)
#243920
(36,57,32)
#1F301B
(31,48,27)
#1A2716
(26,39,22)
#151E11
(21,30,17)
#10150C
(16,21,12)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #3D6639

#3D6639
(61,102,57)
#4E734B
(78,115,75)
#5F805D
(95,128,93)
#708D6F
(112,141,111)
#819A81
(129,154,129)
#92A793
(146,167,147)
#A3B4A5
(163,180,165)
#B4C1B7
(180,193,183)
#C5CEC9
(197,206,201)
#D6DBDB
(214,219,219)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D6639; }

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

This text font color is #3D6639.


Background Color

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

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

This div background color is #3D6639.


Border color

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

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

This div border color is #3D6639.


Opacity

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

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

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

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

This text has shadow with #3D6639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6639 on black background.


Color preview on white background

This text has color #3D6639 on white background.



Black color preview on #3D6639 background

This text has black color on #3D6639 background.


White color preview on #3D6639 background

This text has white color on #3D6639 background.