COLOR #2F5758

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

47
87
88

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

Portions of RGB colors in percentages

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

%21.17
%39.19
%39.64

CMYK color model

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

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

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

CMYK percentages

%46.59
%1.14
%0
%65.49

Codes

Color #2F5758 in popluar color models

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

Color #2F5758 in popluar number systems.

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

Shades and tints

Shades of #2F5758

#2F5758
(47,87,88)
#2B5050
(43,80,80)
#274948
(39,73,72)
#234240
(35,66,64)
#1F3B38
(31,59,56)
#1B3430
(27,52,48)
#172D28
(23,45,40)
#132620
(19,38,32)
#0F1F18
(15,31,24)
#0B1810
(11,24,16)
#071108
(7,17,8)
#000000
(0,0,0)

Tints of #2F5758

#2F5758
(47,87,88)
#416667
(65,102,103)
#537576
(83,117,118)
#658485
(101,132,133)
#779394
(119,147,148)
#89A2A3
(137,162,163)
#9BB1B2
(155,177,178)
#ADC0C1
(173,192,193)
#BFCFD0
(191,207,208)
#D1DEDF
(209,222,223)
#E3EDEE
(227,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5758; }

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

This text font color is #2F5758.

Background Color

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

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

This div background color is #2F5758.

Border color

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

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

This div border color is #2F5758.

Opacity

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

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

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

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

This text has shadow with #2F5758 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5758.

Preview

Color preview on black background

This text has color #2F5758 on black background.


Color preview on white background

This text has color #2F5758 on white background.


Black color preview on #2F5758 background

This text has black color on #2F5758 background.


White color preview on #2F5758 background

This text has white color on #2F5758 background.


Related colors

Complementary color

Complementary color for #hex is #D0A8A7.


I love getcolorcode.com

Triadic colors

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

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