COLOR #2F6175

HEX: #2F6175
RGB: (47,97,117)

Color info

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

RGB color model

#2F6175 color RGB value is (47,97,117).

  • red value is 47;
  • green value is 97;
  • blue value is 117.
RGB:
(47,97,117)
(18%,38%,46%)

RGB channels and saturation

R 47 of 255 = 18%
G 97 of 255 = 38%
B 117 of 255 = 46%

47
97
117

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

Portions of RGB colors in percentages

R + G + B =
47 + 97 + 117 = 261 (100%)
R 47 of 261 ~ 18.01%
G 97 of 261 ~ 37.16%
B 117 of 261 ~ 44.83%

%18.01
%37.16
%44.83

CMYK color model

#2F6175 color CMYK value is (60,17,0,54).

  • cyan value is 59.83%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(60,17,0,54)
C60M17Y0K54 
(60%,17%,0%,54%)
(0.60/0.17/0.00/0.54)	

CMYK percentages

%59.83
%17.09
%0
%54.12

Codes

Color #2F6175 in popluar color models

2F6175
RGB4797117
HSL197°42.68%32.16%
HSB/HSV197°59.83%45.88%
CMYK59.83%17.09%0.00%
54.12%

Color #2F6175 in popluar number systems.

HEX2F6175
Decimal4797117
Binary10111111000011110101
Octal57141165

Shades and tints

Shades of #2F6175

#2F6175
(47,97,117)
#2B596B
(43,89,107)
#275161
(39,81,97)
#234957
(35,73,87)
#1F414D
(31,65,77)
#1B3943
(27,57,67)
#173139
(23,49,57)
#13292F
(19,41,47)
#0F2125
(15,33,37)
#0B191B
(11,25,27)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #2F6175

#2F6175
(47,97,117)
#416F81
(65,111,129)
#537D8D
(83,125,141)
#658B99
(101,139,153)
#7799A5
(119,153,165)
#89A7B1
(137,167,177)
#9BB5BD
(155,181,189)
#ADC3C9
(173,195,201)
#BFD1D5
(191,209,213)
#D1DFE1
(209,223,225)
#E3EDED
(227,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6175 color. Also use rgb(47,97,117) instead hex code.

Text Font Color

.myTextColor { color: #2F6175; }

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

This text font color is #2F6175.


Background Color

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

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

This div background color is #2F6175.


Border color

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

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

This div border color is #2F6175.


Opacity

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

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

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

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

This text has shadow with #2F6175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6175 on black background.


Color preview on white background

This text has color #2F6175 on white background.



Black color preview on #2F6175 background

This text has black color on #2F6175 background.


White color preview on #2F6175 background

This text has white color on #2F6175 background.