COLOR #2F535E

HEX: #2F535E
RGB: (47,83,94)

Color info

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

RGB color model

#2F535E color RGB value is (47,83,94).

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

RGB channels and saturation

R 47 of 255 = 18%
G 83 of 255 = 33%
B 94 of 255 = 37%

47
83
94

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

Portions of RGB colors in percentages

R + G + B =
47 + 83 + 94 = 224 (100%)
R 47 of 224 ~ 20.98%
G 83 of 224 ~ 37.05%
B 94 of 224 ~ 41.96%

%20.98
%37.05
%41.96

CMYK color model

#2F535E color CMYK value is (50,12,0,63).

  • cyan value is 50.00%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(50,12,0,63)
C50M12Y0K63 
(50%,12%,0%,63%)
(0.50/0.12/0.00/0.63)	

CMYK percentages

%50
%11.7
%0
%63.14

Codes

Color #2F535E in popluar color models

2F535E
RGB478394
HSL194°33.33%27.65%
HSB/HSV194°50.00%36.86%
CMYK50.00%11.70%0.00%
63.14%

Color #2F535E in popluar number systems.

HEX2F535E
Decimal478394
Binary10111110100111011110
Octal57123136

Shades and tints

Shades of #2F535E

#2F535E
(47,83,94)
#2B4C56
(43,76,86)
#27454E
(39,69,78)
#233E46
(35,62,70)
#1F373E
(31,55,62)
#1B3036
(27,48,54)
#17292E
(23,41,46)
#132226
(19,34,38)
#0F1B1E
(15,27,30)
#0B1416
(11,20,22)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #2F535E

#2F535E
(47,83,94)
#41626C
(65,98,108)
#53717A
(83,113,122)
#658088
(101,128,136)
#778F96
(119,143,150)
#899EA4
(137,158,164)
#9BADB2
(155,173,178)
#ADBCC0
(173,188,192)
#BFCBCE
(191,203,206)
#D1DADC
(209,218,220)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F535E; }

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

This text font color is #2F535E.


Background Color

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

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

This div background color is #2F535E.


Border color

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

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

This div border color is #2F535E.


Opacity

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

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

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

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

This text has shadow with #2F535E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F535E on black background.


Color preview on white background

This text has color #2F535E on white background.



Black color preview on #2F535E background

This text has black color on #2F535E background.


White color preview on #2F535E background

This text has white color on #2F535E background.