COLOR #3D6D4C

HEX: #3D6D4C
RGB: (61,109,76)

Color info

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

RGB color model

#3D6D4C color RGB value is (61,109,76).

  • red value is 61;
  • green value is 109;
  • blue value is 76.
RGB:
(61,109,76)
(24%,43%,30%)

RGB channels and saturation

R 61 of 255 = 24%
G 109 of 255 = 43%
B 76 of 255 = 30%

61
109
76

R + G + B ~ 32%. #3D6D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 109 + 76 = 246 (100%)
R 61 of 246 ~ 24.8%
G 109 of 246 ~ 44.31%
B 76 of 246 ~ 30.89%

%24.8
%44.31
%30.89

CMYK color model

#3D6D4C color CMYK value is (44,0,30,57).

  • cyan value is 44.04%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(44,0,30,57)
C44M0Y30K57 
(44%,0%,30%,57%)
(0.44/0.00/0.30/0.57)	

CMYK percentages

%44.04
%0
%30.28
%57.25

Codes

Color #3D6D4C in popluar color models

3D6D4C
RGB6110976
HSL139°28.24%33.33%
HSB/HSV139°44.04%42.75%
CMYK44.04%0.00%30.28%
57.25%

Color #3D6D4C in popluar number systems.

HEX3D6D4C
Decimal6110976
Binary11110111011011001100
Octal75155114

Shades and tints

Shades of #3D6D4C

#3D6D4C
(61,109,76)
#386446
(56,100,70)
#335B40
(51,91,64)
#2E523A
(46,82,58)
#294934
(41,73,52)
#24402E
(36,64,46)
#1F3728
(31,55,40)
#1A2E22
(26,46,34)
#15251C
(21,37,28)
#101C16
(16,28,22)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #3D6D4C

#3D6D4C
(61,109,76)
#4E7A5C
(78,122,92)
#5F876C
(95,135,108)
#70947C
(112,148,124)
#81A18C
(129,161,140)
#92AE9C
(146,174,156)
#A3BBAC
(163,187,172)
#B4C8BC
(180,200,188)
#C5D5CC
(197,213,204)
#D6E2DC
(214,226,220)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6D4C color. Also use rgb(61,109,76) instead hex code.

Text Font Color

.myTextColor { color: #3D6D4C; }

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

This text font color is #3D6D4C.


Background Color

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

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

This div background color is #3D6D4C.


Border color

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

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

This div border color is #3D6D4C.


Opacity

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

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

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

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

This text has shadow with #3D6D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6D4C on black background.


Color preview on white background

This text has color #3D6D4C on white background.



Black color preview on #3D6D4C background

This text has black color on #3D6D4C background.


White color preview on #3D6D4C background

This text has white color on #3D6D4C background.