COLOR #3D874D

HEX: #3D874D
RGB: (61,135,77)

Color info

#3D874D contains mainly green and blue colors. Web safe color of #3D874D is #339933 (or #393).

RGB color model

#3D874D color RGB value is (61,135,77).

  • red value is 61;
  • green value is 135;
  • blue value is 77.
RGB:
(61,135,77)
(24%,53%,30%)

RGB channels and saturation

R 61 of 255 = 24%
G 135 of 255 = 53%
B 77 of 255 = 30%

61
135
77

R + G + B ~ 36%. #3D874D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 135 + 77 = 273 (100%)
R 61 of 273 ~ 22.34%
G 135 of 273 ~ 49.45%
B 77 of 273 ~ 28.21%

%22.34
%49.45
%28.21

CMYK color model

#3D874D color CMYK value is (55,0,43,47).

  • cyan value is 54.81%
  • magenta value is 0.00%
  • yellow value is 42.96%
  • key color value is 47.06%
CMYK:
(55,0,43,47)
C55M0Y43K47 
(55%,0%,43%,47%)
(0.55/0.00/0.43/0.47)	

CMYK percentages

%54.81
%0
%42.96
%47.06

Codes

Color #3D874D in popluar color models

3D874D
RGB6113577
HSL133°37.76%38.43%
HSB/HSV133°54.81%52.94%
CMYK54.81%0.00%42.96%
47.06%

Color #3D874D in popluar number systems.

HEX3D874D
Decimal6113577
Binary111101100001111001101
Octal75207115

Shades and tints

Shades of #3D874D

#3D874D
(61,135,77)
#387B46
(56,123,70)
#336F3F
(51,111,63)
#2E6338
(46,99,56)
#295731
(41,87,49)
#244B2A
(36,75,42)
#1F3F23
(31,63,35)
#1A331C
(26,51,28)
#152715
(21,39,21)
#101B0E
(16,27,14)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #3D874D

#3D874D
(61,135,77)
#4E915D
(78,145,93)
#5F9B6D
(95,155,109)
#70A57D
(112,165,125)
#81AF8D
(129,175,141)
#92B99D
(146,185,157)
#A3C3AD
(163,195,173)
#B4CDBD
(180,205,189)
#C5D7CD
(197,215,205)
#D6E1DD
(214,225,221)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D874D color. Also use rgb(61,135,77) instead hex code.

Text Font Color

.myTextColor { color: #3D874D; }

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

This text font color is #3D874D.


Background Color

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

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

This div background color is #3D874D.


Border color

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

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

This div border color is #3D874D.


Opacity

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

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

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

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

This text has shadow with #3D874D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D874D on black background.


Color preview on white background

This text has color #3D874D on white background.



Black color preview on #3D874D background

This text has black color on #3D874D background.


White color preview on #3D874D background

This text has white color on #3D874D background.