COLOR #2F778A

HEX: #2F778A RGB: (47,119,138)

Color info

#2F778A contains mainly green and blue colors. Web safe color of #2F778A is #336699 (or #369).

RGB color model

#2F778A color RGB value is (47,119,138).

RGB: (47,119,138) (18%, 47%, 54%)

RGB channels and saturation

R 47 of 255 = 18%
G 119 of 255 = 47%
B 138 of 255 = 54%

47
119
138

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

Portions of RGB colors in percentages

R + G + B = 47 + 119 + 138 = 304 (100%)
R 47 of 304 ~ 15.46%
G 119 of 304 ~ 39.14%
B 138 of 304 ~ 45.39'%

%15.46
%39.14
%45.39

CMYK color model

#2F778A color CMYK value is (66,14,0,46).

  • cyan value is 65.94%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (66,14,0,46)
C66M14Y0K46 (66%, 14%, 0%, 46%)
(0.66 / 0.14 / 0.00 / 0.46)

CMYK percentages

%65.94
%13.77
%0
%45.88

Codes

Color #2F778A in popluar color models

2F 77 8A
RGB 47 119 138
HSL 193° 49.19% 36.27%
HSB/HSV 193° 65.94% 54.12%
CMYK 65.94% 13.77% 0.00%
45.88%

Color #2F778A in popluar number systems.

HEX 2F 77 8A
Decimal 47 119 138
Binary 101111 1110111 10001010
Octal 57 167 212

Shades and tints

Shades of #2F778A

#2F778A
(47,119,138)
#2B6D7E
(43,109,126)
#276372
(39,99,114)
#235966
(35,89,102)
#1F4F5A
(31,79,90)
#1B454E
(27,69,78)
#173B42
(23,59,66)
#133136
(19,49,54)
#0F272A
(15,39,42)
#0B1D1E
(11,29,30)
#071312
(7,19,18)
#000000
(0,0,0)

Tints of #2F778A

#2F778A
(47,119,138)
#418394
(65,131,148)
#538F9E
(83,143,158)
#659BA8
(101,155,168)
#77A7B2
(119,167,178)
#89B3BC
(137,179,188)
#9BBFC6
(155,191,198)
#ADCBD0
(173,203,208)
#BFD7DA
(191,215,218)
#D1E3E4
(209,227,228)
#E3EFEE
(227,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F778A color. Also use rgb(47,119,138) instead hex code.

Text Font Color

.myTextColor { color: #2F778A; }

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

This text font color is #2F778A.

Background Color

.myBgColor { background-color: #2F778A; }

<div style="background-color:#2F778A">Inner text</div>

This div background color is #2F778A.

Border color

.myBorderColor { border: 1px solid #2F778A; }

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

This div border color is #2F778A.

Opacity

.myOpacity80 { color: #2F778A; opacity: 0.8; }

<p style="color:#2F778A;opacity:0.8;">80%</p>

Text with #2F778A 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 #2F778A;}

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

This text has shadow with #2F778A color.


.textShadow {text-shadow: 3px 3px 1px #2F778A', 3px 3px 1px red;}

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

This text has shadow with #2F778A primary color and red secondary color.


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

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

This text has shadow with #2F778A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2F778A.

Preview

Color preview on black background

This text has color #2F778A on black background.


Color preview on white background

This text has color #2F778A on white background.


Black color preview on #2F778A background

This text has black color on #2F778A background.


White color preview on #2F778A background

This text has white color on #2F778A background.


Related colors

Complementary color

Complementary color for #hex is #D08875.


I love getcolorcode.com

Triadic colors

1 #8A2F77 and #778A2F with #2F778A are triadic colors.

2 #8A772F and #772F8A with #2F778A are triadic colors.