COLOR #2F6375

HEX: #2F6375
RGB: (47,99,117)

Color info

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

RGB color model

#2F6375 color RGB value is (47,99,117).

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

RGB channels and saturation

R 47 of 255 = 18%
G 99 of 255 = 39%
B 117 of 255 = 46%

47
99
117

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

Portions of RGB colors in percentages

R + G + B =
47 + 99 + 117 = 263 (100%)
R 47 of 263 ~ 17.87%
G 99 of 263 ~ 37.64%
B 117 of 263 ~ 44.49%

%17.87
%37.64
%44.49

CMYK color model

#2F6375 color CMYK value is (60,15,0,54).

  • cyan value is 59.83%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(60,15,0,54)
C60M15Y0K54 
(60%,15%,0%,54%)
(0.60/0.15/0.00/0.54)	

CMYK percentages

%59.83
%15.38
%0
%54.12

Codes

Color #2F6375 in popluar color models

2F6375
RGB4799117
HSL195°42.68%32.16%
HSB/HSV195°59.83%45.88%
CMYK59.83%15.38%0.00%
54.12%

Color #2F6375 in popluar number systems.

HEX2F6375
Decimal4799117
Binary10111111000111110101
Octal57143165

Shades and tints

Shades of #2F6375

#2F6375
(47,99,117)
#2B5A6B
(43,90,107)
#275161
(39,81,97)
#234857
(35,72,87)
#1F3F4D
(31,63,77)
#1B3643
(27,54,67)
#172D39
(23,45,57)
#13242F
(19,36,47)
#0F1B25
(15,27,37)
#0B121B
(11,18,27)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #2F6375

#2F6375
(47,99,117)
#417181
(65,113,129)
#537F8D
(83,127,141)
#658D99
(101,141,153)
#779BA5
(119,155,165)
#89A9B1
(137,169,177)
#9BB7BD
(155,183,189)
#ADC5C9
(173,197,201)
#BFD3D5
(191,211,213)
#D1E1E1
(209,225,225)
#E3EFED
(227,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6375; }

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

This text font color is #2F6375.


Background Color

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

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

This div background color is #2F6375.


Border color

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

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

This div border color is #2F6375.


Opacity

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

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

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

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

This text has shadow with #2F6375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6375 on black background.


Color preview on white background

This text has color #2F6375 on white background.



Black color preview on #2F6375 background

This text has black color on #2F6375 background.


White color preview on #2F6375 background

This text has white color on #2F6375 background.