COLOR #2F6678

HEX: #2F6678 RGB: (47,102,120)

Color info

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

RGB color model

#2F6678 color RGB value is (47,102,120).

RGB: (47,102,120) (18%, 40%, 47%)

RGB channels and saturation

R 47 of 255 = 18%
G 102 of 255 = 40%
B 120 of 255 = 47%

47
102
120

R + G + B ~ 35%. #2F6678 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 102 + 120 = 269 (100%)
R 47 of 269 ~ 17.47%
G 102 of 269 ~ 37.92%
B 120 of 269 ~ 44.61'%

%17.47
%37.92
%44.61

CMYK color model

#2F6678 color CMYK value is (61,15,0,53).

  • cyan value is 60.83%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (61,15,0,53)
C61M15Y0K53 (61%, 15%, 0%, 53%)
(0.61 / 0.15 / 0.00 / 0.53)

CMYK percentages

%60.83
%15
%0
%52.94

Codes

Color #2F6678 in popluar color models

2F 66 78
RGB 47 102 120
HSL 195° 43.71% 32.75%
HSB/HSV 195° 60.83% 47.06%
CMYK 60.83% 15.00% 0.00%
52.94%

Color #2F6678 in popluar number systems.

HEX 2F 66 78
Decimal 47 102 120
Binary 101111 1100110 1111000
Octal 57 146 170

Shades and tints

Shades of #2F6678

#2F6678
(47,102,120)
#2B5D6E
(43,93,110)
#275464
(39,84,100)
#234B5A
(35,75,90)
#1F4250
(31,66,80)
#1B3946
(27,57,70)
#17303C
(23,48,60)
#132732
(19,39,50)
#0F1E28
(15,30,40)
#0B151E
(11,21,30)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #2F6678

#2F6678
(47,102,120)
#417384
(65,115,132)
#538090
(83,128,144)
#658D9C
(101,141,156)
#779AA8
(119,154,168)
#89A7B4
(137,167,180)
#9BB4C0
(155,180,192)
#ADC1CC
(173,193,204)
#BFCED8
(191,206,216)
#D1DBE4
(209,219,228)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6678 color. Also use rgb(47,102,120) instead hex code.

Text Font Color

.myTextColor { color: #2F6678; }

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

This text font color is #2F6678.

Background Color

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

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

This div background color is #2F6678.

Border color

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

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

This div border color is #2F6678.

Opacity

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

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

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

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

This text has shadow with #2F6678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F6678.

Preview

Color preview on black background

This text has color #2F6678 on black background.


Color preview on white background

This text has color #2F6678 on white background.


Black color preview on #2F6678 background

This text has black color on #2F6678 background.


White color preview on #2F6678 background

This text has white color on #2F6678 background.


Related colors

Complementary color

Complementary color for #hex is #D09987.


I love getcolorcode.com

Triadic colors

1 #782F66 and #66782F with #2F6678 are triadic colors.

2 #78662F and #662F78 with #2F6678 are triadic colors.