COLOR #2F756D

HEX: #2F756D
RGB: (47,117,109)

Color info

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

RGB color model

#2F756D color RGB value is (47,117,109).

  • red value is 47;
  • green value is 117;
  • blue value is 109.
RGB:
(47,117,109)
(18%,46%,43%)

RGB channels and saturation

R 47 of 255 = 18%
G 117 of 255 = 46%
B 109 of 255 = 43%

47
117
109

R + G + B ~ 36%. #2F756D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 117 + 109 = 273 (100%)
R 47 of 273 ~ 17.22%
G 117 of 273 ~ 42.86%
B 109 of 273 ~ 39.93%

%17.22
%42.86
%39.93

CMYK color model

#2F756D color CMYK value is (60,0,7,54).

  • cyan value is 59.83%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 54.12%
CMYK:
(60,0,7,54)
C60M0Y7K54 
(60%,0%,7%,54%)
(0.60/0.00/0.07/0.54)	

CMYK percentages

%59.83
%0
%6.84
%54.12

Codes

Color #2F756D in popluar color models

2F756D
RGB47117109
HSL173°42.68%32.16%
HSB/HSV173°59.83%45.88%
CMYK59.83%0.00%6.84%
54.12%

Color #2F756D in popluar number systems.

HEX2F756D
Decimal47117109
Binary10111111101011101101
Octal57165155

Shades and tints

Shades of #2F756D

#2F756D
(47,117,109)
#2B6B64
(43,107,100)
#27615B
(39,97,91)
#235752
(35,87,82)
#1F4D49
(31,77,73)
#1B4340
(27,67,64)
#173937
(23,57,55)
#132F2E
(19,47,46)
#0F2525
(15,37,37)
#0B1B1C
(11,27,28)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #2F756D

#2F756D
(47,117,109)
#41817A
(65,129,122)
#538D87
(83,141,135)
#659994
(101,153,148)
#77A5A1
(119,165,161)
#89B1AE
(137,177,174)
#9BBDBB
(155,189,187)
#ADC9C8
(173,201,200)
#BFD5D5
(191,213,213)
#D1E1E2
(209,225,226)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F756D color. Also use rgb(47,117,109) instead hex code.

Text Font Color

.myTextColor { color: #2F756D; }

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

This text font color is #2F756D.


Background Color

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

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

This div background color is #2F756D.


Border color

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

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

This div border color is #2F756D.


Opacity

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

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

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

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

This text has shadow with #2F756D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F756D on black background.


Color preview on white background

This text has color #2F756D on white background.



Black color preview on #2F756D background

This text has black color on #2F756D background.


White color preview on #2F756D background

This text has white color on #2F756D background.