COLOR #3D7766

HEX: #3D7766
RGB: (61,119,102)

Color info

#3D7766 contains red, green and blue colors in about the same proportion. Web safe color of #3D7766 is #336666 (or #366).

RGB color model

#3D7766 color RGB value is (61,119,102).

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

RGB channels and saturation

R 61 of 255 = 24%
G 119 of 255 = 47%
B 102 of 255 = 40%

61
119
102

R + G + B ~ 37%. #3D7766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 119 + 102 = 282 (100%)
R 61 of 282 ~ 21.63%
G 119 of 282 ~ 42.2%
B 102 of 282 ~ 36.17%

%21.63
%42.2
%36.17

CMYK color model

#3D7766 color CMYK value is (49,0,14,53).

  • cyan value is 48.74%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(49,0,14,53)
C49M0Y14K53 
(49%,0%,14%,53%)
(0.49/0.00/0.14/0.53)	

CMYK percentages

%48.74
%0
%14.29
%53.33

Codes

Color #3D7766 in popluar color models

3D7766
RGB61119102
HSL162°32.22%35.29%
HSB/HSV162°48.74%46.67%
CMYK48.74%0.00%14.29%
53.33%

Color #3D7766 in popluar number systems.

HEX3D7766
Decimal61119102
Binary11110111101111100110
Octal75167146

Shades and tints

Shades of #3D7766

#3D7766
(61,119,102)
#386D5D
(56,109,93)
#336354
(51,99,84)
#2E594B
(46,89,75)
#294F42
(41,79,66)
#244539
(36,69,57)
#1F3B30
(31,59,48)
#1A3127
(26,49,39)
#15271E
(21,39,30)
#101D15
(16,29,21)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #3D7766

#3D7766
(61,119,102)
#4E8373
(78,131,115)
#5F8F80
(95,143,128)
#709B8D
(112,155,141)
#81A79A
(129,167,154)
#92B3A7
(146,179,167)
#A3BFB4
(163,191,180)
#B4CBC1
(180,203,193)
#C5D7CE
(197,215,206)
#D6E3DB
(214,227,219)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7766; }

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

This text font color is #3D7766.


Background Color

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

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

This div background color is #3D7766.


Border color

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

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

This div border color is #3D7766.


Opacity

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

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

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

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

This text has shadow with #3D7766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7766 on black background.


Color preview on white background

This text has color #3D7766 on white background.



Black color preview on #3D7766 background

This text has black color on #3D7766 background.


White color preview on #3D7766 background

This text has white color on #3D7766 background.