COLOR #2F462D

HEX: #2F462D
RGB: (47,70,45)

Color info

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

RGB color model

#2F462D color RGB value is (47,70,45).

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

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 45 of 255 = 18%

47
70
45

R + G + B ~ 21%. #2F462D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 70 + 45 = 162 (100%)
R 47 of 162 ~ 29.01%
G 70 of 162 ~ 43.21%
B 45 of 162 ~ 27.78%

%29.01
%43.21
%27.78

CMYK color model

#2F462D color CMYK value is (33,0,36,73).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 72.55%
CMYK:
(33,0,36,73)
C33M0Y36K73 
(33%,0%,36%,73%)
(0.33/0.00/0.36/0.73)	

CMYK percentages

%32.86
%0
%35.71
%72.55

Codes

Color #2F462D in popluar color models

2F462D
RGB477045
HSL115°21.74%22.55%
HSB/HSV115°35.71%27.45%
CMYK32.86%0.00%35.71%
72.55%

Color #2F462D in popluar number systems.

HEX2F462D
Decimal477045
Binary1011111000110101101
Octal5710655

Shades and tints

Shades of #2F462D

#2F462D
(47,70,45)
#2B4029
(43,64,41)
#273A25
(39,58,37)
#233421
(35,52,33)
#1F2E1D
(31,46,29)
#1B2819
(27,40,25)
#172215
(23,34,21)
#131C11
(19,28,17)
#0F160D
(15,22,13)
#0B1009
(11,16,9)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #2F462D

#2F462D
(47,70,45)
#415640
(65,86,64)
#536653
(83,102,83)
#657666
(101,118,102)
#778679
(119,134,121)
#89968C
(137,150,140)
#9BA69F
(155,166,159)
#ADB6B2
(173,182,178)
#BFC6C5
(191,198,197)
#D1D6D8
(209,214,216)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F462D; }

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

This text font color is #2F462D.


Background Color

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

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

This div background color is #2F462D.


Border color

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

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

This div border color is #2F462D.


Opacity

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

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

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

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

This text has shadow with #2F462D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F462D on black background.


Color preview on white background

This text has color #2F462D on white background.



Black color preview on #2F462D background

This text has black color on #2F462D background.


White color preview on #2F462D background

This text has white color on #2F462D background.