COLOR #3D8774

HEX: #3D8774
RGB: (61,135,116)

Color info

#3D8774 contains mainly green and blue colors. Web safe color of #3D8774 is #339966 (or #396).

RGB color model

#3D8774 color RGB value is (61,135,116).

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

RGB channels and saturation

R 61 of 255 = 24%
G 135 of 255 = 53%
B 116 of 255 = 45%

61
135
116

R + G + B ~ 41%. #3D8774 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 135 + 116 = 312 (100%)
R 61 of 312 ~ 19.55%
G 135 of 312 ~ 43.27%
B 116 of 312 ~ 37.18%

%19.55
%43.27
%37.18

CMYK color model

#3D8774 color CMYK value is (55,0,14,47).

  • cyan value is 54.81%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 47.06%
CMYK:
(55,0,14,47)
C55M0Y14K47 
(55%,0%,14%,47%)
(0.55/0.00/0.14/0.47)	

CMYK percentages

%54.81
%0
%14.07
%47.06

Codes

Color #3D8774 in popluar color models

3D8774
RGB61135116
HSL165°37.76%38.43%
HSB/HSV165°54.81%52.94%
CMYK54.81%0.00%14.07%
47.06%

Color #3D8774 in popluar number systems.

HEX3D8774
Decimal61135116
Binary111101100001111110100
Octal75207164

Shades and tints

Shades of #3D8774

#3D8774
(61,135,116)
#387B6A
(56,123,106)
#336F60
(51,111,96)
#2E6356
(46,99,86)
#29574C
(41,87,76)
#244B42
(36,75,66)
#1F3F38
(31,63,56)
#1A332E
(26,51,46)
#152724
(21,39,36)
#101B1A
(16,27,26)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #3D8774

#3D8774
(61,135,116)
#4E9180
(78,145,128)
#5F9B8C
(95,155,140)
#70A598
(112,165,152)
#81AFA4
(129,175,164)
#92B9B0
(146,185,176)
#A3C3BC
(163,195,188)
#B4CDC8
(180,205,200)
#C5D7D4
(197,215,212)
#D6E1E0
(214,225,224)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D8774; }

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

This text font color is #3D8774.


Background Color

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

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

This div background color is #3D8774.


Border color

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

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

This div border color is #3D8774.


Opacity

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

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

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

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

This text has shadow with #3D8774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D8774 on black background.


Color preview on white background

This text has color #3D8774 on white background.



Black color preview on #3D8774 background

This text has black color on #3D8774 background.


White color preview on #3D8774 background

This text has white color on #3D8774 background.