COLOR #2F5453

HEX: #2F5453
RGB: (47,84,83)

Color info

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

RGB color model

#2F5453 color RGB value is (47,84,83).

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

RGB channels and saturation

R 47 of 255 = 18%
G 84 of 255 = 33%
B 83 of 255 = 33%

47
84
83

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

Portions of RGB colors in percentages

R + G + B =
47 + 84 + 83 = 214 (100%)
R 47 of 214 ~ 21.96%
G 84 of 214 ~ 39.25%
B 83 of 214 ~ 38.79%

%21.96
%39.25
%38.79

CMYK color model

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

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 67.06%
CMYK:
(44,0,1,67)
C44M0Y1K67 
(44%,0%,1%,67%)
(0.44/0.00/0.01/0.67)	

CMYK percentages

%44.05
%0
%1.19
%67.06

Codes

Color #2F5453 in popluar color models

2F5453
RGB478483
HSL178°28.24%25.69%
HSB/HSV178°44.05%32.94%
CMYK44.05%0.00%1.19%
67.06%

Color #2F5453 in popluar number systems.

HEX2F5453
Decimal478483
Binary10111110101001010011
Octal57124123

Shades and tints

Shades of #2F5453

#2F5453
(47,84,83)
#2B4D4C
(43,77,76)
#274645
(39,70,69)
#233F3E
(35,63,62)
#1F3837
(31,56,55)
#1B3130
(27,49,48)
#172A29
(23,42,41)
#132322
(19,35,34)
#0F1C1B
(15,28,27)
#0B1514
(11,21,20)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #2F5453

#2F5453
(47,84,83)
#416362
(65,99,98)
#537271
(83,114,113)
#658180
(101,129,128)
#77908F
(119,144,143)
#899F9E
(137,159,158)
#9BAEAD
(155,174,173)
#ADBDBC
(173,189,188)
#BFCCCB
(191,204,203)
#D1DBDA
(209,219,218)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5453; }

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

This text font color is #2F5453.


Background Color

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

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

This div background color is #2F5453.


Border color

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

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

This div border color is #2F5453.


Opacity

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

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

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

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

This text has shadow with #2F5453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5453 on black background.


Color preview on white background

This text has color #2F5453 on white background.



Black color preview on #2F5453 background

This text has black color on #2F5453 background.


White color preview on #2F5453 background

This text has white color on #2F5453 background.