COLOR #2F7360

HEX: #2F7360 RGB: (47,115,96)

Color info

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

RGB color model

#2F7360 color RGB value is (47,115,96).

RGB: (47,115,96) (18%, 45%, 38%)

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 96 of 255 = 38%

47
115
96

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

Portions of RGB colors in percentages

R + G + B = 47 + 115 + 96 = 258 (100%)
R 47 of 258 ~ 18.22%
G 115 of 258 ~ 44.57%
B 96 of 258 ~ 37.21'%

%18.22
%44.57
%37.21

CMYK color model

#2F7360 color CMYK value is (59,0,17,55).

  • cyan value is 59.13%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%

CMYK: (59,0,17,55)
C59M0Y17K55 (59%, 0%, 17%, 55%)
(0.59 / 0.00 / 0.17 / 0.55)

CMYK percentages

%59.13
%0
%16.52
%54.9

Codes

Color #2F7360 in popluar color models

2F 73 60
RGB 47 115 96
HSL 163° 41.98% 31.76%
HSB/HSV 163° 59.13% 45.10%
CMYK 59.13% 0.00% 16.52%
54.90%

Color #2F7360 in popluar number systems.

HEX 2F 73 60
Decimal 47 115 96
Binary 101111 1110011 1100000
Octal 57 163 140

Shades and tints

Shades of #2F7360

#2F7360
(47,115,96)
#2B6958
(43,105,88)
#275F50
(39,95,80)
#235548
(35,85,72)
#1F4B40
(31,75,64)
#1B4138
(27,65,56)
#173730
(23,55,48)
#132D28
(19,45,40)
#0F2320
(15,35,32)
#0B1918
(11,25,24)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #2F7360

#2F7360
(47,115,96)
#417F6E
(65,127,110)
#538B7C
(83,139,124)
#65978A
(101,151,138)
#77A398
(119,163,152)
#89AFA6
(137,175,166)
#9BBBB4
(155,187,180)
#ADC7C2
(173,199,194)
#BFD3D0
(191,211,208)
#D1DFDE
(209,223,222)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7360; }

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

This text font color is #2F7360.

Background Color

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

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

This div background color is #2F7360.

Border color

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

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

This div border color is #2F7360.

Opacity

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

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

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

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

This text has shadow with #2F7360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F7360.

Preview

Color preview on black background

This text has color #2F7360 on black background.


Color preview on white background

This text has color #2F7360 on white background.


Black color preview on #2F7360 background

This text has black color on #2F7360 background.


White color preview on #2F7360 background

This text has white color on #2F7360 background.


Related colors

Complementary color

Complementary color for #hex is #D08C9F.


I love getcolorcode.com

Triadic colors

1 #602F73 and #73602F with #2F7360 are triadic colors.

2 #60732F and #732F60 with #2F7360 are triadic colors.