COLOR #2F736D

HEX: #2F736D
RGB: (47,115,109)

Color info

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

RGB color model

#2F736D color RGB value is (47,115,109).

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

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 109 of 255 = 43%

47
115
109

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

Portions of RGB colors in percentages

R + G + B =
47 + 115 + 109 = 271 (100%)
R 47 of 271 ~ 17.34%
G 115 of 271 ~ 42.44%
B 109 of 271 ~ 40.22%

%17.34
%42.44
%40.22

CMYK color model

#2F736D color CMYK value is (59,0,5,55).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(59,0,5,55)
C59M0Y5K55 
(59%,0%,5%,55%)
(0.59/0.00/0.05/0.55)	

CMYK percentages

%59.13
%0
%5.22
%54.9

Codes

Color #2F736D in popluar color models

2F736D
RGB47115109
HSL175°41.98%31.76%
HSB/HSV175°59.13%45.10%
CMYK59.13%0.00%5.22%
54.90%

Color #2F736D in popluar number systems.

HEX2F736D
Decimal47115109
Binary10111111100111101101
Octal57163155

Shades and tints

Shades of #2F736D

#2F736D
(47,115,109)
#2B6964
(43,105,100)
#275F5B
(39,95,91)
#235552
(35,85,82)
#1F4B49
(31,75,73)
#1B4140
(27,65,64)
#173737
(23,55,55)
#132D2E
(19,45,46)
#0F2325
(15,35,37)
#0B191C
(11,25,28)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #2F736D

#2F736D
(47,115,109)
#417F7A
(65,127,122)
#538B87
(83,139,135)
#659794
(101,151,148)
#77A3A1
(119,163,161)
#89AFAE
(137,175,174)
#9BBBBB
(155,187,187)
#ADC7C8
(173,199,200)
#BFD3D5
(191,211,213)
#D1DFE2
(209,223,226)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F736D; }

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

This text font color is #2F736D.


Background Color

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

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

This div background color is #2F736D.


Border color

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

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

This div border color is #2F736D.


Opacity

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

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

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

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

This text has shadow with #2F736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F736D on black background.


Color preview on white background

This text has color #2F736D on white background.



Black color preview on #2F736D background

This text has black color on #2F736D background.


White color preview on #2F736D background

This text has white color on #2F736D background.