COLOR #3D7E5B

HEX: #3D7E5B
RGB: (61,126,91)

Color info

#3D7E5B contains mainly green and blue colors. Web safe color of #3D7E5B is #336666 (or #366).

RGB color model

#3D7E5B color RGB value is (61,126,91).

  • red value is 61;
  • green value is 126;
  • blue value is 91.
RGB:
(61,126,91)
(24%,49%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 126 of 255 = 49%
B 91 of 255 = 36%

61
126
91

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

Portions of RGB colors in percentages

R + G + B =
61 + 126 + 91 = 278 (100%)
R 61 of 278 ~ 21.94%
G 126 of 278 ~ 45.32%
B 91 of 278 ~ 32.73%

%21.94
%45.32
%32.73

CMYK color model

#3D7E5B color CMYK value is (52,0,28,51).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(52,0,28,51)
C52M0Y28K51 
(52%,0%,28%,51%)
(0.52/0.00/0.28/0.51)	

CMYK percentages

%51.59
%0
%27.78
%50.59

Codes

Color #3D7E5B in popluar color models

3D7E5B
RGB6112691
HSL148°34.76%36.67%
HSB/HSV148°51.59%49.41%
CMYK51.59%0.00%27.78%
50.59%

Color #3D7E5B in popluar number systems.

HEX3D7E5B
Decimal6112691
Binary11110111111101011011
Octal75176133

Shades and tints

Shades of #3D7E5B

#3D7E5B
(61,126,91)
#387353
(56,115,83)
#33684B
(51,104,75)
#2E5D43
(46,93,67)
#29523B
(41,82,59)
#244733
(36,71,51)
#1F3C2B
(31,60,43)
#1A3123
(26,49,35)
#15261B
(21,38,27)
#101B13
(16,27,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #3D7E5B

#3D7E5B
(61,126,91)
#4E8969
(78,137,105)
#5F9477
(95,148,119)
#709F85
(112,159,133)
#81AA93
(129,170,147)
#92B5A1
(146,181,161)
#A3C0AF
(163,192,175)
#B4CBBD
(180,203,189)
#C5D6CB
(197,214,203)
#D6E1D9
(214,225,217)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7E5B color. Also use rgb(61,126,91) instead hex code.

Text Font Color

.myTextColor { color: #3D7E5B; }

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

This text font color is #3D7E5B.


Background Color

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

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

This div background color is #3D7E5B.


Border color

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

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

This div border color is #3D7E5B.


Opacity

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

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

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

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

This text has shadow with #3D7E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7E5B on black background.


Color preview on white background

This text has color #3D7E5B on white background.



Black color preview on #3D7E5B background

This text has black color on #3D7E5B background.


White color preview on #3D7E5B background

This text has white color on #3D7E5B background.