COLOR #2F4955

HEX: #2F4955
RGB: (47,73,85)

Color info

#2F4955 contains red, green and blue colors in about the same proportion. Web safe color of #2F4955 is #333366 (or #336).

RGB color model

#2F4955 color RGB value is (47,73,85).

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

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 85 of 255 = 33%

47
73
85

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

Portions of RGB colors in percentages

R + G + B =
47 + 73 + 85 = 205 (100%)
R 47 of 205 ~ 22.93%
G 73 of 205 ~ 35.61%
B 85 of 205 ~ 41.46%

%22.93
%35.61
%41.46

CMYK color model

#2F4955 color CMYK value is (45,14,0,67).

  • cyan value is 44.71%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(45,14,0,67)
C45M14Y0K67 
(45%,14%,0%,67%)
(0.45/0.14/0.00/0.67)	

CMYK percentages

%44.71
%14.12
%0
%66.67

Codes

Color #2F4955 in popluar color models

2F4955
RGB477385
HSL199°28.79%25.88%
HSB/HSV199°44.71%33.33%
CMYK44.71%14.12%0.00%
66.67%

Color #2F4955 in popluar number systems.

HEX2F4955
Decimal477385
Binary10111110010011010101
Octal57111125

Shades and tints

Shades of #2F4955

#2F4955
(47,73,85)
#2B434E
(43,67,78)
#273D47
(39,61,71)
#233740
(35,55,64)
#1F3139
(31,49,57)
#1B2B32
(27,43,50)
#17252B
(23,37,43)
#131F24
(19,31,36)
#0F191D
(15,25,29)
#0B1316
(11,19,22)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #2F4955

#2F4955
(47,73,85)
#415964
(65,89,100)
#536973
(83,105,115)
#657982
(101,121,130)
#778991
(119,137,145)
#8999A0
(137,153,160)
#9BA9AF
(155,169,175)
#ADB9BE
(173,185,190)
#BFC9CD
(191,201,205)
#D1D9DC
(209,217,220)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4955; }

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

This text font color is #2F4955.


Background Color

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

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

This div background color is #2F4955.


Border color

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

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

This div border color is #2F4955.


Opacity

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

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

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

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

This text has shadow with #2F4955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F4955 on black background.


Color preview on white background

This text has color #2F4955 on white background.



Black color preview on #2F4955 background

This text has black color on #2F4955 background.


White color preview on #2F4955 background

This text has white color on #2F4955 background.