COLOR #2F6450

HEX: #2F6450
RGB: (47,100,80)

Color info

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

RGB color model

#2F6450 color RGB value is (47,100,80).

  • red value is 47;
  • green value is 100;
  • blue value is 80.
RGB:
(47,100,80)
(18%,39%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 100 of 255 = 39%
B 80 of 255 = 31%

47
100
80

R + G + B ~ 29%. #2F6450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 100 + 80 = 227 (100%)
R 47 of 227 ~ 20.7%
G 100 of 227 ~ 44.05%
B 80 of 227 ~ 35.24%

%20.7
%44.05
%35.24

CMYK color model

#2F6450 color CMYK value is (53,0,20,61).

  • cyan value is 53.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(53,0,20,61)
C53M0Y20K61 
(53%,0%,20%,61%)
(0.53/0.00/0.20/0.61)	

CMYK percentages

%53
%0
%20
%60.78

Codes

Color #2F6450 in popluar color models

2F6450
RGB4710080
HSL157°36.05%28.82%
HSB/HSV157°53.00%39.22%
CMYK53.00%0.00%20.00%
60.78%

Color #2F6450 in popluar number systems.

HEX2F6450
Decimal4710080
Binary10111111001001010000
Octal57144120

Shades and tints

Shades of #2F6450

#2F6450
(47,100,80)
#2B5B49
(43,91,73)
#275242
(39,82,66)
#23493B
(35,73,59)
#1F4034
(31,64,52)
#1B372D
(27,55,45)
#172E26
(23,46,38)
#13251F
(19,37,31)
#0F1C18
(15,28,24)
#0B1311
(11,19,17)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #2F6450

#2F6450
(47,100,80)
#41725F
(65,114,95)
#53806E
(83,128,110)
#658E7D
(101,142,125)
#779C8C
(119,156,140)
#89AA9B
(137,170,155)
#9BB8AA
(155,184,170)
#ADC6B9
(173,198,185)
#BFD4C8
(191,212,200)
#D1E2D7
(209,226,215)
#E3F0E6
(227,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6450 color. Also use rgb(47,100,80) instead hex code.

Text Font Color

.myTextColor { color: #2F6450; }

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

This text font color is #2F6450.


Background Color

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

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

This div background color is #2F6450.


Border color

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

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

This div border color is #2F6450.


Opacity

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

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

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

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

This text has shadow with #2F6450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6450 on black background.


Color preview on white background

This text has color #2F6450 on white background.



Black color preview on #2F6450 background

This text has black color on #2F6450 background.


White color preview on #2F6450 background

This text has white color on #2F6450 background.