COLOR #2F5266

HEX: #2F5266
RGB: (47,82,102)

Color info

#2F5266 contains red, green and blue colors in about the same proportion. Web safe color of #2F5266 is #336666 (or #366).

RGB color model

#2F5266 color RGB value is (47,82,102).

  • red value is 47;
  • green value is 82;
  • blue value is 102.
RGB:
(47,82,102)
(18%,32%,40%)

RGB channels and saturation

R 47 of 255 = 18%
G 82 of 255 = 32%
B 102 of 255 = 40%

47
82
102

R + G + B ~ 30%. #2F5266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 82 + 102 = 231 (100%)
R 47 of 231 ~ 20.35%
G 82 of 231 ~ 35.5%
B 102 of 231 ~ 44.16%

%20.35
%35.5
%44.16

CMYK color model

#2F5266 color CMYK value is (54,20,0,60).

  • cyan value is 53.92%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(54,20,0,60)
C54M20Y0K60 
(54%,20%,0%,60%)
(0.54/0.20/0.00/0.60)	

CMYK percentages

%53.92
%19.61
%0
%60

Codes

Color #2F5266 in popluar color models

2F5266
RGB4782102
HSL202°36.91%29.22%
HSB/HSV202°53.92%40.00%
CMYK53.92%19.61%0.00%
60.00%

Color #2F5266 in popluar number systems.

HEX2F5266
Decimal4782102
Binary10111110100101100110
Octal57122146

Shades and tints

Shades of #2F5266

#2F5266
(47,82,102)
#2B4B5D
(43,75,93)
#274454
(39,68,84)
#233D4B
(35,61,75)
#1F3642
(31,54,66)
#1B2F39
(27,47,57)
#172830
(23,40,48)
#132127
(19,33,39)
#0F1A1E
(15,26,30)
#0B1315
(11,19,21)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #2F5266

#2F5266
(47,82,102)
#416173
(65,97,115)
#537080
(83,112,128)
#657F8D
(101,127,141)
#778E9A
(119,142,154)
#899DA7
(137,157,167)
#9BACB4
(155,172,180)
#ADBBC1
(173,187,193)
#BFCACE
(191,202,206)
#D1D9DB
(209,217,219)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5266; }

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

This text font color is #2F5266.


Background Color

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

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

This div background color is #2F5266.


Border color

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

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

This div border color is #2F5266.


Opacity

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

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

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

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

This text has shadow with #2F5266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5266 on black background.


Color preview on white background

This text has color #2F5266 on white background.



Black color preview on #2F5266 background

This text has black color on #2F5266 background.


White color preview on #2F5266 background

This text has white color on #2F5266 background.