COLOR #2F7367

HEX: #2F7367 RGB: (47,115,103)

Color info

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

RGB color model

#2F7367 color RGB value is (47,115,103).

RGB: (47,115,103) (18%, 45%, 40%)

RGB channels and saturation

R 47 of 255 = 18%
G 115 of 255 = 45%
B 103 of 255 = 40%

47
115
103

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

Portions of RGB colors in percentages

R + G + B = 47 + 115 + 103 = 265 (100%)
R 47 of 265 ~ 17.74%
G 115 of 265 ~ 43.4%
B 103 of 265 ~ 38.87'%

%17.74
%43.4
%38.87

CMYK color model

#2F7367 color CMYK value is (59,0,10,55).

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

CMYK: (59,0,10,55)
C59M0Y10K55 (59%, 0%, 10%, 55%)
(0.59 / 0.00 / 0.10 / 0.55)

CMYK percentages

%59.13
%0
%10.43
%54.9

Codes

Color #2F7367 in popluar color models

2F 73 67
RGB 47 115 103
HSL 169° 41.98% 31.76%
HSB/HSV 169° 59.13% 45.10%
CMYK 59.13% 0.00% 10.43%
54.90%

Color #2F7367 in popluar number systems.

HEX 2F 73 67
Decimal 47 115 103
Binary 101111 1110011 1100111
Octal 57 163 147

Shades and tints

Shades of #2F7367

#2F7367
(47,115,103)
#2B695E
(43,105,94)
#275F55
(39,95,85)
#23554C
(35,85,76)
#1F4B43
(31,75,67)
#1B413A
(27,65,58)
#173731
(23,55,49)
#132D28
(19,45,40)
#0F231F
(15,35,31)
#0B1916
(11,25,22)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #2F7367

#2F7367
(47,115,103)
#417F74
(65,127,116)
#538B81
(83,139,129)
#65978E
(101,151,142)
#77A39B
(119,163,155)
#89AFA8
(137,175,168)
#9BBBB5
(155,187,181)
#ADC7C2
(173,199,194)
#BFD3CF
(191,211,207)
#D1DFDC
(209,223,220)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F7367; }

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

This text font color is #2F7367.

Background Color

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

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

This div background color is #2F7367.

Border color

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

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

This div border color is #2F7367.

Opacity

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

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

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

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

This text has shadow with #2F7367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F7367.

Preview

Color preview on black background

This text has color #2F7367 on black background.


Color preview on white background

This text has color #2F7367 on white background.


Black color preview on #2F7367 background

This text has black color on #2F7367 background.


White color preview on #2F7367 background

This text has white color on #2F7367 background.


Related colors

Complementary color

Complementary color for #hex is #D08C98.


I love getcolorcode.com

Triadic colors

1 #672F73 and #73672F with #2F7367 are triadic colors.

2 #67732F and #732F67 with #2F7367 are triadic colors.