COLOR #2F7354

HEX: #2F7354
RGB: (47,115,84)

Color info

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

RGB color model

#2F7354 color RGB value is (47,115,84).

  • red value is 47;
  • green value is 115;
  • blue value is 84.
RGB:
(47,115,84)
(18%,45%,33%)

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 84 of 255 = 33%

47
115
84

R + G + B ~ 32%. #2F7354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 115 + 84 = 246 (100%)
R 47 of 246 ~ 19.11%
G 115 of 246 ~ 46.75%
B 84 of 246 ~ 34.15%

%19.11
%46.75
%34.15

CMYK color model

#2F7354 color CMYK value is (59,0,27,55).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(59,0,27,55)
C59M0Y27K55 
(59%,0%,27%,55%)
(0.59/0.00/0.27/0.55)	

CMYK percentages

%59.13
%0
%26.96
%54.9

Codes

Color #2F7354 in popluar color models

2F7354
RGB4711584
HSL153°41.98%31.76%
HSB/HSV153°59.13%45.10%
CMYK59.13%0.00%26.96%
54.90%

Color #2F7354 in popluar number systems.

HEX2F7354
Decimal4711584
Binary10111111100111010100
Octal57163124

Shades and tints

Shades of #2F7354

#2F7354
(47,115,84)
#2B694D
(43,105,77)
#275F46
(39,95,70)
#23553F
(35,85,63)
#1F4B38
(31,75,56)
#1B4131
(27,65,49)
#17372A
(23,55,42)
#132D23
(19,45,35)
#0F231C
(15,35,28)
#0B1915
(11,25,21)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #2F7354

#2F7354
(47,115,84)
#417F63
(65,127,99)
#538B72
(83,139,114)
#659781
(101,151,129)
#77A390
(119,163,144)
#89AF9F
(137,175,159)
#9BBBAE
(155,187,174)
#ADC7BD
(173,199,189)
#BFD3CC
(191,211,204)
#D1DFDB
(209,223,219)
#E3EBEA
(227,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7354 color. Also use rgb(47,115,84) instead hex code.

Text Font Color

.myTextColor { color: #2F7354; }

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

This text font color is #2F7354.


Background Color

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

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

This div background color is #2F7354.


Border color

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

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

This div border color is #2F7354.


Opacity

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

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

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

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

This text has shadow with #2F7354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7354 on black background.


Color preview on white background

This text has color #2F7354 on white background.



Black color preview on #2F7354 background

This text has black color on #2F7354 background.


White color preview on #2F7354 background

This text has white color on #2F7354 background.