COLOR #2F5254

HEX: #2F5254
RGB: (47,82,84)

Color info

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

RGB color model

#2F5254 color RGB value is (47,82,84).

  • red value is 47;
  • green value is 82;
  • blue value is 84.
RGB:
(47,82,84)
(18%,32%,33%)

RGB channels and saturation

R 47 of 255 = 18%
G 82 of 255 = 32%
B 84 of 255 = 33%

47
82
84

R + G + B ~ 28%. #2F5254 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 82 + 84 = 213 (100%)
R 47 of 213 ~ 22.07%
G 82 of 213 ~ 38.5%
B 84 of 213 ~ 39.44%

%22.07
%38.5
%39.44

CMYK color model

#2F5254 color CMYK value is (44,2,0,67).

  • cyan value is 44.05%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(44,2,0,67)
C44M2Y0K67 
(44%,2%,0%,67%)
(0.44/0.02/0.00/0.67)	

CMYK percentages

%44.05
%2.38
%0
%67.06

Codes

Color #2F5254 in popluar color models

2F5254
RGB478284
HSL183°28.24%25.69%
HSB/HSV183°44.05%32.94%
CMYK44.05%2.38%0.00%
67.06%

Color #2F5254 in popluar number systems.

HEX2F5254
Decimal478284
Binary10111110100101010100
Octal57122124

Shades and tints

Shades of #2F5254

#2F5254
(47,82,84)
#2B4B4D
(43,75,77)
#274446
(39,68,70)
#233D3F
(35,61,63)
#1F3638
(31,54,56)
#1B2F31
(27,47,49)
#17282A
(23,40,42)
#132123
(19,33,35)
#0F1A1C
(15,26,28)
#0B1315
(11,19,21)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #2F5254

#2F5254
(47,82,84)
#416163
(65,97,99)
#537072
(83,112,114)
#657F81
(101,127,129)
#778E90
(119,142,144)
#899D9F
(137,157,159)
#9BACAE
(155,172,174)
#ADBBBD
(173,187,189)
#BFCACC
(191,202,204)
#D1D9DB
(209,217,219)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F5254 color. Also use rgb(47,82,84) instead hex code.

Text Font Color

.myTextColor { color: #2F5254; }

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

This text font color is #2F5254.


Background Color

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

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

This div background color is #2F5254.


Border color

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

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

This div border color is #2F5254.


Opacity

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

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

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

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

This text has shadow with #2F5254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5254 on black background.


Color preview on white background

This text has color #2F5254 on white background.



Black color preview on #2F5254 background

This text has black color on #2F5254 background.


White color preview on #2F5254 background

This text has white color on #2F5254 background.