COLOR #2F6975

HEX: #2F6975
RGB: (47,105,117)

Color info

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

RGB color model

#2F6975 color RGB value is (47,105,117).

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

RGB channels and saturation

R 47 of 255 = 18%
G 105 of 255 = 41%
B 117 of 255 = 46%

47
105
117

R + G + B ~ 35%. #2F6975 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 105 + 117 = 269 (100%)
R 47 of 269 ~ 17.47%
G 105 of 269 ~ 39.03%
B 117 of 269 ~ 43.49%

%17.47
%39.03
%43.49

CMYK color model

#2F6975 color CMYK value is (60,10,0,54).

  • cyan value is 59.83%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(60,10,0,54)
C60M10Y0K54 
(60%,10%,0%,54%)
(0.60/0.10/0.00/0.54)	

CMYK percentages

%59.83
%10.26
%0
%54.12

Codes

Color #2F6975 in popluar color models

2F6975
RGB47105117
HSL190°42.68%32.16%
HSB/HSV190°59.83%45.88%
CMYK59.83%10.26%0.00%
54.12%

Color #2F6975 in popluar number systems.

HEX2F6975
Decimal47105117
Binary10111111010011110101
Octal57151165

Shades and tints

Shades of #2F6975

#2F6975
(47,105,117)
#2B606B
(43,96,107)
#275761
(39,87,97)
#234E57
(35,78,87)
#1F454D
(31,69,77)
#1B3C43
(27,60,67)
#173339
(23,51,57)
#132A2F
(19,42,47)
#0F2125
(15,33,37)
#0B181B
(11,24,27)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #2F6975

#2F6975
(47,105,117)
#417681
(65,118,129)
#53838D
(83,131,141)
#659099
(101,144,153)
#779DA5
(119,157,165)
#89AAB1
(137,170,177)
#9BB7BD
(155,183,189)
#ADC4C9
(173,196,201)
#BFD1D5
(191,209,213)
#D1DEE1
(209,222,225)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F6975; }

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

This text font color is #2F6975.


Background Color

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

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

This div background color is #2F6975.


Border color

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

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

This div border color is #2F6975.


Opacity

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

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

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

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

This text has shadow with #2F6975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6975 on black background.


Color preview on white background

This text has color #2F6975 on white background.



Black color preview on #2F6975 background

This text has black color on #2F6975 background.


White color preview on #2F6975 background

This text has white color on #2F6975 background.