COLOR #3D777A

HEX: #3D777A
RGB: (61,119,122)

Color info

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

RGB color model

#3D777A color RGB value is (61,119,122).

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

RGB channels and saturation

R 61 of 255 = 24%
G 119 of 255 = 47%
B 122 of 255 = 48%

61
119
122

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

Portions of RGB colors in percentages

R + G + B =
61 + 119 + 122 = 302 (100%)
R 61 of 302 ~ 20.2%
G 119 of 302 ~ 39.4%
B 122 of 302 ~ 40.4%

%20.2
%39.4
%40.4

CMYK color model

#3D777A color CMYK value is (50,2,0,52).

  • cyan value is 50.00%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(50,2,0,52)
C50M2Y0K52 
(50%,2%,0%,52%)
(0.50/0.02/0.00/0.52)	

CMYK percentages

%50
%2.46
%0
%52.16

Codes

Color #3D777A in popluar color models

3D777A
RGB61119122
HSL183°33.33%35.88%
HSB/HSV183°50.00%47.84%
CMYK50.00%2.46%0.00%
52.16%

Color #3D777A in popluar number systems.

HEX3D777A
Decimal61119122
Binary11110111101111111010
Octal75167172

Shades and tints

Shades of #3D777A

#3D777A
(61,119,122)
#386D6F
(56,109,111)
#336364
(51,99,100)
#2E5959
(46,89,89)
#294F4E
(41,79,78)
#244543
(36,69,67)
#1F3B38
(31,59,56)
#1A312D
(26,49,45)
#152722
(21,39,34)
#101D17
(16,29,23)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #3D777A

#3D777A
(61,119,122)
#4E8386
(78,131,134)
#5F8F92
(95,143,146)
#709B9E
(112,155,158)
#81A7AA
(129,167,170)
#92B3B6
(146,179,182)
#A3BFC2
(163,191,194)
#B4CBCE
(180,203,206)
#C5D7DA
(197,215,218)
#D6E3E6
(214,227,230)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D777A; }

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

This text font color is #3D777A.


Background Color

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

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

This div background color is #3D777A.


Border color

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

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

This div border color is #3D777A.


Opacity

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

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

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

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

This text has shadow with #3D777A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D777A on black background.


Color preview on white background

This text has color #3D777A on white background.



Black color preview on #3D777A background

This text has black color on #3D777A background.


White color preview on #3D777A background

This text has white color on #3D777A background.