COLOR #2F6B55

HEX: #2F6B55
RGB: (47,107,85)

Color info

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

RGB color model

#2F6B55 color RGB value is (47,107,85).

  • red value is 47;
  • green value is 107;
  • blue value is 85.
RGB:
(47,107,85)
(18%,42%,33%)

RGB channels and saturation

R 47 of 255 = 18%
G 107 of 255 = 42%
B 85 of 255 = 33%

47
107
85

R + G + B ~ 31%. #2F6B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 107 + 85 = 239 (100%)
R 47 of 239 ~ 19.67%
G 107 of 239 ~ 44.77%
B 85 of 239 ~ 35.56%

%19.67
%44.77
%35.56

CMYK color model

#2F6B55 color CMYK value is (56,0,21,58).

  • cyan value is 56.07%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 58.04%
CMYK:
(56,0,21,58)
C56M0Y21K58 
(56%,0%,21%,58%)
(0.56/0.00/0.21/0.58)	

CMYK percentages

%56.07
%0
%20.56
%58.04

Codes

Color #2F6B55 in popluar color models

2F6B55
RGB4710785
HSL158°38.96%30.20%
HSB/HSV158°56.07%41.96%
CMYK56.07%0.00%20.56%
58.04%

Color #2F6B55 in popluar number systems.

HEX2F6B55
Decimal4710785
Binary10111111010111010101
Octal57153125

Shades and tints

Shades of #2F6B55

#2F6B55
(47,107,85)
#2B624E
(43,98,78)
#275947
(39,89,71)
#235040
(35,80,64)
#1F4739
(31,71,57)
#1B3E32
(27,62,50)
#17352B
(23,53,43)
#132C24
(19,44,36)
#0F231D
(15,35,29)
#0B1A16
(11,26,22)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #2F6B55

#2F6B55
(47,107,85)
#417864
(65,120,100)
#538573
(83,133,115)
#659282
(101,146,130)
#779F91
(119,159,145)
#89ACA0
(137,172,160)
#9BB9AF
(155,185,175)
#ADC6BE
(173,198,190)
#BFD3CD
(191,211,205)
#D1E0DC
(209,224,220)
#E3EDEB
(227,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6B55 color. Also use rgb(47,107,85) instead hex code.

Text Font Color

.myTextColor { color: #2F6B55; }

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

This text font color is #2F6B55.


Background Color

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

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

This div background color is #2F6B55.


Border color

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

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

This div border color is #2F6B55.


Opacity

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

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

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

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

This text has shadow with #2F6B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6B55 on black background.


Color preview on white background

This text has color #2F6B55 on white background.



Black color preview on #2F6B55 background

This text has black color on #2F6B55 background.


White color preview on #2F6B55 background

This text has white color on #2F6B55 background.