COLOR #2F5857

HEX: #2F5857 RGB: (47,88,87)

Color info

#2F5857 contains red, green and blue colors in about the same proportion. Web safe color of #2F5857 is #336666 (or #366).

RGB color model

#2F5857 color RGB value is (47,88,87).

RGB: (47,88,87) (18%, 35%, 34%)

RGB channels and saturation

R 47 of 255 = 18%
G 88 of 255 = 35%
B 87 of 255 = 34%

47
88
87

R + G + B ~ 29%. #2F5857 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 88 + 87 = 222 (100%)
R 47 of 222 ~ 21.17%
G 88 of 222 ~ 39.64%
B 87 of 222 ~ 39.19'%

%21.17
%39.64
%39.19

CMYK color model

#2F5857 color CMYK value is (47,0,1,65).

  • cyan value is 46.59%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 65.49%

CMYK: (47,0,1,65)
C47M0Y1K65 (47%, 0%, 1%, 65%)
(0.47 / 0.00 / 0.01 / 0.65)

CMYK percentages

%46.59
%0
%1.14
%65.49

Codes

Color #2F5857 in popluar color models

2F 58 57
RGB 47 88 87
HSL 179° 30.37% 26.47%
HSB/HSV 179° 46.59% 34.51%
CMYK 46.59% 0.00% 1.14%
65.49%

Color #2F5857 in popluar number systems.

HEX 2F 58 57
Decimal 47 88 87
Binary 101111 1011000 1010111
Octal 57 130 127

Shades and tints

Shades of #2F5857

#2F5857
(47,88,87)
#2B5050
(43,80,80)
#274849
(39,72,73)
#234042
(35,64,66)
#1F383B
(31,56,59)
#1B3034
(27,48,52)
#17282D
(23,40,45)
#132026
(19,32,38)
#0F181F
(15,24,31)
#0B1018
(11,16,24)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #2F5857

#2F5857
(47,88,87)
#416766
(65,103,102)
#537675
(83,118,117)
#658584
(101,133,132)
#779493
(119,148,147)
#89A3A2
(137,163,162)
#9BB2B1
(155,178,177)
#ADC1C0
(173,193,192)
#BFD0CF
(191,208,207)
#D1DFDE
(209,223,222)
#E3EEED
(227,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5857 color. Also use rgb(47,88,87) instead hex code.

Text Font Color

.myTextColor { color: #2F5857; }

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

This text font color is #2F5857.

Background Color

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

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

This div background color is #2F5857.

Border color

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

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

This div border color is #2F5857.

Opacity

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

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

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

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

This text has shadow with #2F5857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5857.

Preview

Color preview on black background

This text has color #2F5857 on black background.


Color preview on white background

This text has color #2F5857 on white background.


Black color preview on #2F5857 background

This text has black color on #2F5857 background.


White color preview on #2F5857 background

This text has white color on #2F5857 background.


Related colors

Complementary color

Complementary color for #hex is #D0A7A8.


I love getcolorcode.com

Triadic colors

1 #572F58 and #58572F with #2F5857 are triadic colors.

2 #57582F and #582F57 with #2F5857 are triadic colors.