COLOR #2F615E

HEX: #2F615E
RGB: (47,97,94)

Color info

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

RGB color model

#2F615E color RGB value is (47,97,94).

  • red value is 47;
  • green value is 97;
  • blue value is 94.
RGB:
(47,97,94)
(18%,38%,37%)

RGB channels and saturation

R 47 of 255 = 18%
G 97 of 255 = 38%
B 94 of 255 = 37%

47
97
94

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

Portions of RGB colors in percentages

R + G + B =
47 + 97 + 94 = 238 (100%)
R 47 of 238 ~ 19.75%
G 97 of 238 ~ 40.76%
B 94 of 238 ~ 39.5%

%19.75
%40.76
%39.5

CMYK color model

#2F615E color CMYK value is (52,0,3,62).

  • cyan value is 51.55%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 61.96%
CMYK:
(52,0,3,62)
C52M0Y3K62 
(52%,0%,3%,62%)
(0.52/0.00/0.03/0.62)	

CMYK percentages

%51.55
%0
%3.09
%61.96

Codes

Color #2F615E in popluar color models

2F615E
RGB479794
HSL176°34.72%28.24%
HSB/HSV176°51.55%38.04%
CMYK51.55%0.00%3.09%
61.96%

Color #2F615E in popluar number systems.

HEX2F615E
Decimal479794
Binary10111111000011011110
Octal57141136

Shades and tints

Shades of #2F615E

#2F615E
(47,97,94)
#2B5956
(43,89,86)
#27514E
(39,81,78)
#234946
(35,73,70)
#1F413E
(31,65,62)
#1B3936
(27,57,54)
#17312E
(23,49,46)
#132926
(19,41,38)
#0F211E
(15,33,30)
#0B1916
(11,25,22)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #2F615E

#2F615E
(47,97,94)
#416F6C
(65,111,108)
#537D7A
(83,125,122)
#658B88
(101,139,136)
#779996
(119,153,150)
#89A7A4
(137,167,164)
#9BB5B2
(155,181,178)
#ADC3C0
(173,195,192)
#BFD1CE
(191,209,206)
#D1DFDC
(209,223,220)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F615E color. Also use rgb(47,97,94) instead hex code.

Text Font Color

.myTextColor { color: #2F615E; }

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

This text font color is #2F615E.


Background Color

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

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

This div background color is #2F615E.


Border color

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

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

This div border color is #2F615E.


Opacity

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

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

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

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

This text has shadow with #2F615E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F615E on black background.


Color preview on white background

This text has color #2F615E on white background.



Black color preview on #2F615E background

This text has black color on #2F615E background.


White color preview on #2F615E background

This text has white color on #2F615E background.