COLOR #2F554F

HEX: #2F554F
RGB: (47,85,79)

Color info

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

RGB color model

#2F554F color RGB value is (47,85,79).

  • red value is 47;
  • green value is 85;
  • blue value is 79.
RGB:
(47,85,79)
(18%,33%,31%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 79 of 255 = 31%

47
85
79

R + G + B ~ 27%. #2F554F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 85 + 79 = 211 (100%)
R 47 of 211 ~ 22.27%
G 85 of 211 ~ 40.28%
B 79 of 211 ~ 37.44%

%22.27
%40.28
%37.44

CMYK color model

#2F554F color CMYK value is (45,0,7,67).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%
CMYK:
(45,0,7,67)
C45M0Y7K67 
(45%,0%,7%,67%)
(0.45/0.00/0.07/0.67)	

CMYK percentages

%44.71
%0
%7.06
%66.67

Codes

Color #2F554F in popluar color models

2F554F
RGB478579
HSL171°28.79%25.88%
HSB/HSV171°44.71%33.33%
CMYK44.71%0.00%7.06%
66.67%

Color #2F554F in popluar number systems.

HEX2F554F
Decimal478579
Binary10111110101011001111
Octal57125117

Shades and tints

Shades of #2F554F

#2F554F
(47,85,79)
#2B4E48
(43,78,72)
#274741
(39,71,65)
#23403A
(35,64,58)
#1F3933
(31,57,51)
#1B322C
(27,50,44)
#172B25
(23,43,37)
#13241E
(19,36,30)
#0F1D17
(15,29,23)
#0B1610
(11,22,16)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #2F554F

#2F554F
(47,85,79)
#41645F
(65,100,95)
#53736F
(83,115,111)
#65827F
(101,130,127)
#77918F
(119,145,143)
#89A09F
(137,160,159)
#9BAFAF
(155,175,175)
#ADBEBF
(173,190,191)
#BFCDCF
(191,205,207)
#D1DCDF
(209,220,223)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F554F color. Also use rgb(47,85,79) instead hex code.

Text Font Color

.myTextColor { color: #2F554F; }

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

This text font color is #2F554F.


Background Color

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

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

This div background color is #2F554F.


Border color

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

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

This div border color is #2F554F.


Opacity

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

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

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

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

This text has shadow with #2F554F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F554F on black background.


Color preview on white background

This text has color #2F554F on white background.



Black color preview on #2F554F background

This text has black color on #2F554F background.


White color preview on #2F554F background

This text has white color on #2F554F background.