COLOR #2F6356

HEX: #2F6356
RGB: (47,99,86)

Color info

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

RGB color model

#2F6356 color RGB value is (47,99,86).

  • red value is 47;
  • green value is 99;
  • blue value is 86.
RGB:
(47,99,86)
(18%,39%,34%)

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 86 of 255 = 34%

47
99
86

R + G + B ~ 30%. #2F6356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 99 + 86 = 232 (100%)
R 47 of 232 ~ 20.26%
G 99 of 232 ~ 42.67%
B 86 of 232 ~ 37.07%

%20.26
%42.67
%37.07

CMYK color model

#2F6356 color CMYK value is (53,0,13,61).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(53,0,13,61)
C53M0Y13K61 
(53%,0%,13%,61%)
(0.53/0.00/0.13/0.61)	

CMYK percentages

%52.53
%0
%13.13
%61.18

Codes

Color #2F6356 in popluar color models

2F6356
RGB479986
HSL165°35.62%28.63%
HSB/HSV165°52.53%38.82%
CMYK52.53%0.00%13.13%
61.18%

Color #2F6356 in popluar number systems.

HEX2F6356
Decimal479986
Binary10111111000111010110
Octal57143126

Shades and tints

Shades of #2F6356

#2F6356
(47,99,86)
#2B5A4F
(43,90,79)
#275148
(39,81,72)
#234841
(35,72,65)
#1F3F3A
(31,63,58)
#1B3633
(27,54,51)
#172D2C
(23,45,44)
#132425
(19,36,37)
#0F1B1E
(15,27,30)
#0B1217
(11,18,23)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #2F6356

#2F6356
(47,99,86)
#417165
(65,113,101)
#537F74
(83,127,116)
#658D83
(101,141,131)
#779B92
(119,155,146)
#89A9A1
(137,169,161)
#9BB7B0
(155,183,176)
#ADC5BF
(173,197,191)
#BFD3CE
(191,211,206)
#D1E1DD
(209,225,221)
#E3EFEC
(227,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6356 color. Also use rgb(47,99,86) instead hex code.

Text Font Color

.myTextColor { color: #2F6356; }

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

This text font color is #2F6356.


Background Color

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

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

This div background color is #2F6356.


Border color

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

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

This div border color is #2F6356.


Opacity

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

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

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

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

This text has shadow with #2F6356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6356 on black background.


Color preview on white background

This text has color #2F6356 on white background.



Black color preview on #2F6356 background

This text has black color on #2F6356 background.


White color preview on #2F6356 background

This text has white color on #2F6356 background.