COLOR #2F463D

HEX: #2F463D
RGB: (47,70,61)

Color info

#2F463D contains red, green and blue colors in about the same proportion. Web safe color of #2F463D is #333333 (or #333).

RGB color model

#2F463D color RGB value is (47,70,61).

  • red value is 47;
  • green value is 70;
  • blue value is 61.
RGB:
(47,70,61)
(18%,27%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 61 of 255 = 24%

47
70
61

R + G + B ~ 23%. #2F463D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 61 = 178 (100%)
R 47 of 178 ~ 26.4%
G 70 of 178 ~ 39.33%
B 61 of 178 ~ 34.27%

%26.4
%39.33
%34.27

CMYK color model

#2F463D color CMYK value is (33,0,13,73).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 72.55%
CMYK:
(33,0,13,73)
C33M0Y13K73 
(33%,0%,13%,73%)
(0.33/0.00/0.13/0.73)	

CMYK percentages

%32.86
%0
%12.86
%72.55

Codes

Color #2F463D in popluar color models

2F463D
RGB477061
HSL157°19.66%22.94%
HSB/HSV157°32.86%27.45%
CMYK32.86%0.00%12.86%
72.55%

Color #2F463D in popluar number systems.

HEX2F463D
Decimal477061
Binary1011111000110111101
Octal5710675

Shades and tints

Shades of #2F463D

#2F463D
(47,70,61)
#2B4038
(43,64,56)
#273A33
(39,58,51)
#23342E
(35,52,46)
#1F2E29
(31,46,41)
#1B2824
(27,40,36)
#17221F
(23,34,31)
#131C1A
(19,28,26)
#0F1615
(15,22,21)
#0B1010
(11,16,16)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #2F463D

#2F463D
(47,70,61)
#41564E
(65,86,78)
#53665F
(83,102,95)
#657670
(101,118,112)
#778681
(119,134,129)
#899692
(137,150,146)
#9BA6A3
(155,166,163)
#ADB6B4
(173,182,180)
#BFC6C5
(191,198,197)
#D1D6D6
(209,214,214)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F463D color. Also use rgb(47,70,61) instead hex code.

Text Font Color

.myTextColor { color: #2F463D; }

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

This text font color is #2F463D.


Background Color

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

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

This div background color is #2F463D.


Border color

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

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

This div border color is #2F463D.


Opacity

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

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

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

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

This text has shadow with #2F463D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F463D on black background.


Color preview on white background

This text has color #2F463D on white background.



Black color preview on #2F463D background

This text has black color on #2F463D background.


White color preview on #2F463D background

This text has white color on #2F463D background.