COLOR #2F7D59

HEX: #2F7D59
RGB: (47,125,89)

Color info

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

RGB color model

#2F7D59 color RGB value is (47,125,89).

  • red value is 47;
  • green value is 125;
  • blue value is 89.
RGB: (47,125,89) (18%,49%,35%)

RGB channels and saturation

R 47 of 255 = 18%
G 125 of 255 = 49%
B 89 of 255 = 35%

47
125
89

R + G + B ~ 34%. #2F7D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 125 + 89 = 261 (100%)
R 47 of 261 ~ 18.01%
G 125 of 261 ~ 47.89%
B 89 of 261 ~ 34.1%

%18.01
%47.89
%34.1

CMYK color model

#2F7D59 color CMYK value is (62,0,29,51).

  • cyan value is 62.40%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 50.98%
CMYK: (62,0,29,51) C62M0Y29K51 (62%,0%,29%,51%) (0.62/0.00/0.29/0.51)

CMYK percentages

%62.4
%0
%28.8
%50.98

Codes

Color #2F7D59 in popluar color models

2F7D59
RGB4712589
HSL152°45.35%33.73%
HSB/HSV152°62.40%49.02%
CMYK62.40%0.00%28.80%
50.98%

Color #2F7D59 in popluar number systems.

HEX2F7D59
Decimal4712589
Binary10111111111011011001
Octal57175131

Shades and tints

Shades of #2F7D59

#2F7D59
(47,125,89)
#2B7251
(43,114,81)
#276749
(39,103,73)
#235C41
(35,92,65)
#1F5139
(31,81,57)
#1B4631
(27,70,49)
#173B29
(23,59,41)
#133021
(19,48,33)
#0F2519
(15,37,25)
#0B1A11
(11,26,17)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #2F7D59

#2F7D59
(47,125,89)
#418868
(65,136,104)
#539377
(83,147,119)
#659E86
(101,158,134)
#77A995
(119,169,149)
#89B4A4
(137,180,164)
#9BBFB3
(155,191,179)
#ADCAC2
(173,202,194)
#BFD5D1
(191,213,209)
#D1E0E0
(209,224,224)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7D59 color. Also use rgb(47,125,89) instead hex code.

Text Font Color

.myTextColor { color: #2F7D59; }

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

This text font color is #2F7D59.


Background Color

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

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

This div background color is #2F7D59.


Border color

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

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

This div border color is #2F7D59.


Opacity

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

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

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

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

This text has shadow with #2F7D59 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2F7D59 on black background.


Color preview on white background

This text has color #2F7D59 on white background.



Black color preview on #2F7D59 background

This text has black color on #2F7D59 background.


White color preview on #2F7D59 background

This text has white color on #2F7D59 background.