COLOR #2F5F4B

HEX: #2F5F4B
RGB: (47,95,75)

Color info

#2F5F4B contains red, green and blue colors in about the same proportion. Web safe color of #2F5F4B is #336633 (or #363).

RGB color model

#2F5F4B color RGB value is (47,95,75).

  • red value is 47;
  • green value is 95;
  • blue value is 75.
RGB:
(47,95,75)
(18%,37%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 95 of 255 = 37%
B 75 of 255 = 29%

47
95
75

R + G + B ~ 28%. #2F5F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 95 + 75 = 217 (100%)
R 47 of 217 ~ 21.66%
G 95 of 217 ~ 43.78%
B 75 of 217 ~ 34.56%

%21.66
%43.78
%34.56

CMYK color model

#2F5F4B color CMYK value is (51,0,21,63).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 62.75%
CMYK:
(51,0,21,63)
C51M0Y21K63 
(51%,0%,21%,63%)
(0.51/0.00/0.21/0.63)	

CMYK percentages

%50.53
%0
%21.05
%62.75

Codes

Color #2F5F4B in popluar color models

2F5F4B
RGB479575
HSL155°33.80%27.84%
HSB/HSV155°50.53%37.25%
CMYK50.53%0.00%21.05%
62.75%

Color #2F5F4B in popluar number systems.

HEX2F5F4B
Decimal479575
Binary10111110111111001011
Octal57137113

Shades and tints

Shades of #2F5F4B

#2F5F4B
(47,95,75)
#2B5745
(43,87,69)
#274F3F
(39,79,63)
#234739
(35,71,57)
#1F3F33
(31,63,51)
#1B372D
(27,55,45)
#172F27
(23,47,39)
#132721
(19,39,33)
#0F1F1B
(15,31,27)
#0B1715
(11,23,21)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #2F5F4B

#2F5F4B
(47,95,75)
#416D5B
(65,109,91)
#537B6B
(83,123,107)
#65897B
(101,137,123)
#77978B
(119,151,139)
#89A59B
(137,165,155)
#9BB3AB
(155,179,171)
#ADC1BB
(173,193,187)
#BFCFCB
(191,207,203)
#D1DDDB
(209,221,219)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5F4B color. Also use rgb(47,95,75) instead hex code.

Text Font Color

.myTextColor { color: #2F5F4B; }

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

This text font color is #2F5F4B.


Background Color

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

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

This div background color is #2F5F4B.


Border color

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

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

This div border color is #2F5F4B.


Opacity

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

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

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

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

This text has shadow with #2F5F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5F4B on black background.


Color preview on white background

This text has color #2F5F4B on white background.



Black color preview on #2F5F4B background

This text has black color on #2F5F4B background.


White color preview on #2F5F4B background

This text has white color on #2F5F4B background.