COLOR #2F708D

HEX: #2F708D RGB: (47,112,141)

Color info

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

RGB color model

#2F708D color RGB value is (47,112,141).

RGB: (47,112,141) (18%, 44%, 55%)

RGB channels and saturation

R 47 of 255 = 18%
G 112 of 255 = 44%
B 141 of 255 = 55%

47
112
141

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

Portions of RGB colors in percentages

R + G + B = 47 + 112 + 141 = 300 (100%)
R 47 of 300 ~ 15.67%
G 112 of 300 ~ 37.33%
B 141 of 300 ~ 47'%

%15.67
%37.33
%47

CMYK color model

#2F708D color CMYK value is (67,21,0,45).

  • cyan value is 66.67%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (67,21,0,45)
C67M21Y0K45 (67%, 21%, 0%, 45%)
(0.67 / 0.21 / 0.00 / 0.45)

CMYK percentages

%66.67
%20.57
%0
%44.71

Codes

Color #2F708D in popluar color models

2F 70 8D
RGB 47 112 141
HSL 199° 50.00% 36.86%
HSB/HSV 199° 66.67% 55.29%
CMYK 66.67% 20.57% 0.00%
44.71%

Color #2F708D in popluar number systems.

HEX 2F 70 8D
Decimal 47 112 141
Binary 101111 1110000 10001101
Octal 57 160 215

Shades and tints

Shades of #2F708D

#2F708D
(47,112,141)
#2B6681
(43,102,129)
#275C75
(39,92,117)
#235269
(35,82,105)
#1F485D
(31,72,93)
#1B3E51
(27,62,81)
#173445
(23,52,69)
#132A39
(19,42,57)
#0F202D
(15,32,45)
#0B1621
(11,22,33)
#070C15
(7,12,21)
#000000
(0,0,0)

Tints of #2F708D

#2F708D
(47,112,141)
#417D97
(65,125,151)
#538AA1
(83,138,161)
#6597AB
(101,151,171)
#77A4B5
(119,164,181)
#89B1BF
(137,177,191)
#9BBEC9
(155,190,201)
#ADCBD3
(173,203,211)
#BFD8DD
(191,216,221)
#D1E5E7
(209,229,231)
#E3F2F1
(227,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F708D color. Also use rgb(47,112,141) instead hex code.

Text Font Color

.myTextColor { color: #2F708D; }

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

This text font color is #2F708D.

Background Color

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

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

This div background color is #2F708D.

Border color

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

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

This div border color is #2F708D.

Opacity

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

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

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

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

This text has shadow with #2F708D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F708D.

Preview

Color preview on black background

This text has color #2F708D on black background.


Color preview on white background

This text has color #2F708D on white background.


Black color preview on #2F708D background

This text has black color on #2F708D background.


White color preview on #2F708D background

This text has white color on #2F708D background.


Related colors

Complementary color

Complementary color for #2F708D is #D08F72.


I love getcolorcode.com

Triadic colors

1 #8D2F70 and #708D2F with #2F708D are triadic colors.

2 #8D702F and #702F8D with #2F708D are triadic colors.