COLOR #2F8A53

HEX: #2F8A53
RGB: (47,138,83)

Color info

#2F8A53 contains mainly green and blue colors. Web safe color of #2F8A53 is #339966 (or #396).

RGB color model

#2F8A53 color RGB value is (47,138,83).

  • red value is 47;
  • green value is 138;
  • blue value is 83.
RGB:
(47,138,83)
(18%,54%,33%)

RGB channels and saturation

R 47 of 255 = 18%
G 138 of 255 = 54%
B 83 of 255 = 33%

47
138
83

R + G + B ~ 35%. #2F8A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 138 + 83 = 268 (100%)
R 47 of 268 ~ 17.54%
G 138 of 268 ~ 51.49%
B 83 of 268 ~ 30.97%

%17.54
%51.49
%30.97

CMYK color model

#2F8A53 color CMYK value is (66,0,40,46).

  • cyan value is 65.94%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 45.88%
CMYK:
(66,0,40,46)
C66M0Y40K46 
(66%,0%,40%,46%)
(0.66/0.00/0.40/0.46)	

CMYK percentages

%65.94
%0
%39.86
%45.88

Codes

Color #2F8A53 in popluar color models

2F8A53
RGB4713883
HSL144°49.19%36.27%
HSB/HSV144°65.94%54.12%
CMYK65.94%0.00%39.86%
45.88%

Color #2F8A53 in popluar number systems.

HEX2F8A53
Decimal4713883
Binary101111100010101010011
Octal57212123

Shades and tints

Shades of #2F8A53

#2F8A53
(47,138,83)
#2B7E4C
(43,126,76)
#277245
(39,114,69)
#23663E
(35,102,62)
#1F5A37
(31,90,55)
#1B4E30
(27,78,48)
#174229
(23,66,41)
#133622
(19,54,34)
#0F2A1B
(15,42,27)
#0B1E14
(11,30,20)
#07120D
(7,18,13)
#000000
(0,0,0)

Tints of #2F8A53

#2F8A53
(47,138,83)
#419462
(65,148,98)
#539E71
(83,158,113)
#65A880
(101,168,128)
#77B28F
(119,178,143)
#89BC9E
(137,188,158)
#9BC6AD
(155,198,173)
#ADD0BC
(173,208,188)
#BFDACB
(191,218,203)
#D1E4DA
(209,228,218)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8A53 color. Also use rgb(47,138,83) instead hex code.

Text Font Color

.myTextColor { color: #2F8A53; }

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

This text font color is #2F8A53.


Background Color

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

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

This div background color is #2F8A53.


Border color

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

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

This div border color is #2F8A53.


Opacity

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

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

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

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

This text has shadow with #2F8A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F8A53 on black background.


Color preview on white background

This text has color #2F8A53 on white background.



Black color preview on #2F8A53 background

This text has black color on #2F8A53 background.


White color preview on #2F8A53 background

This text has white color on #2F8A53 background.