COLOR #2F634F

HEX: #2F634F
RGB: (47,99,79)

Color info

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

RGB color model

#2F634F color RGB value is (47,99,79).

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

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 79 of 255 = 31%

47
99
79

R + G + B ~ 29%. #2F634F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 99 + 79 = 225 (100%)
R 47 of 225 ~ 20.89%
G 99 of 225 ~ 44%
B 79 of 225 ~ 35.11%

%20.89
%44
%35.11

CMYK color model

#2F634F color CMYK value is (53,0,20,61).

  • cyan value is 52.53%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 61.18%
CMYK:
(53,0,20,61)
C53M0Y20K61 
(53%,0%,20%,61%)
(0.53/0.00/0.20/0.61)	

CMYK percentages

%52.53
%0
%20.2
%61.18

Codes

Color #2F634F in popluar color models

2F634F
RGB479979
HSL157°35.62%28.63%
HSB/HSV157°52.53%38.82%
CMYK52.53%0.00%20.20%
61.18%

Color #2F634F in popluar number systems.

HEX2F634F
Decimal479979
Binary10111111000111001111
Octal57143117

Shades and tints

Shades of #2F634F

#2F634F
(47,99,79)
#2B5A48
(43,90,72)
#275141
(39,81,65)
#23483A
(35,72,58)
#1F3F33
(31,63,51)
#1B362C
(27,54,44)
#172D25
(23,45,37)
#13241E
(19,36,30)
#0F1B17
(15,27,23)
#0B1210
(11,18,16)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #2F634F

#2F634F
(47,99,79)
#41715F
(65,113,95)
#537F6F
(83,127,111)
#658D7F
(101,141,127)
#779B8F
(119,155,143)
#89A99F
(137,169,159)
#9BB7AF
(155,183,175)
#ADC5BF
(173,197,191)
#BFD3CF
(191,211,207)
#D1E1DF
(209,225,223)
#E3EFEF
(227,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F634F; }

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

This text font color is #2F634F.


Background Color

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

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

This div background color is #2F634F.


Border color

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

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

This div border color is #2F634F.


Opacity

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

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

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

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

This text has shadow with #2F634F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F634F on black background.


Color preview on white background

This text has color #2F634F on white background.



Black color preview on #2F634F background

This text has black color on #2F634F background.


White color preview on #2F634F background

This text has white color on #2F634F background.