COLOR #2F768A

HEX: #2F768A RGB: (47,118,138)

Color info

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

RGB color model

#2F768A color RGB value is (47,118,138).

RGB: (47,118,138) (18%, 46%, 54%)

RGB channels and saturation

R 47 of 255 = 18%
G 118 of 255 = 46%
B 138 of 255 = 54%

47
118
138

R + G + B ~ 39%. #2F768A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 118 + 138 = 303 (100%)
R 47 of 303 ~ 15.51%
G 118 of 303 ~ 38.94%
B 138 of 303 ~ 45.54'%

%15.51
%38.94
%45.54

CMYK color model

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

  • cyan value is 65.94%
  • magenta value is 14.49%
  • 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
%14.49
%0
%45.88

Codes

Color #2F768A in popluar color models

2F 76 8A
RGB 47 118 138
HSL 193° 49.19% 36.27%
HSB/HSV 193° 65.94% 54.12%
CMYK 65.94% 14.49% 0.00%
45.88%

Color #2F768A in popluar number systems.

HEX 2F 76 8A
Decimal 47 118 138
Binary 101111 1110110 10001010
Octal 57 166 212

Shades and tints

Shades of #2F768A

#2F768A
(47,118,138)
#2B6C7E
(43,108,126)
#276272
(39,98,114)
#235866
(35,88,102)
#1F4E5A
(31,78,90)
#1B444E
(27,68,78)
#173A42
(23,58,66)
#133036
(19,48,54)
#0F262A
(15,38,42)
#0B1C1E
(11,28,30)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #2F768A

#2F768A
(47,118,138)
#418294
(65,130,148)
#538E9E
(83,142,158)
#659AA8
(101,154,168)
#77A6B2
(119,166,178)
#89B2BC
(137,178,188)
#9BBEC6
(155,190,198)
#ADCAD0
(173,202,208)
#BFD6DA
(191,214,218)
#D1E2E4
(209,226,228)
#E3EEEE
(227,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F768A; }

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

This text font color is #2F768A.

Background Color

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

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

This div background color is #2F768A.

Border color

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

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

This div border color is #2F768A.

Opacity

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

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

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

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

This text has shadow with #2F768A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F768A.

Preview

Color preview on black background

This text has color #2F768A on black background.


Color preview on white background

This text has color #2F768A on white background.


Black color preview on #2F768A background

This text has black color on #2F768A background.


White color preview on #2F768A background

This text has white color on #2F768A background.


Related colors

Complementary color

Complementary color for #hex is #D08975.


I love getcolorcode.com

Triadic colors

1 #8A2F76 and #768A2F with #2F768A are triadic colors.

2 #8A762F and #762F8A with #2F768A are triadic colors.