COLOR #2F280D

HEX: #2F280D
RGB: (47,40,13)

Color info

#2F280D contains red, green and blue colors in about the same proportion. Web safe color of #2F280D is #333300 (or #330).

RGB color model

#2F280D color RGB value is (47,40,13).

  • red value is 47;
  • green value is 40;
  • blue value is 13.
RGB:
(47,40,13)
(18%,16%,5%)

RGB channels and saturation

R 47 of 255 = 18%
G 40 of 255 = 16%
B 13 of 255 = 5%

47
40
13

R + G + B ~ 13%. #2F280D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 40 + 13 = 100 (100%)
R 47 of 100 ~ 47%
G 40 of 100 ~ 40%
B 13 of 100 ~ 13%

%47
%40
%13

CMYK color model

#2F280D color CMYK value is (0,15,72,82).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 72.34%
  • key color value is 81.57%
CMYK:
(0,15,72,82)
C0M15Y72K82 
(0%,15%,72%,82%)
(0.00/0.15/0.72/0.82)	

CMYK percentages

%0
%14.89
%72.34
%81.57

Codes

Color #2F280D in popluar color models

2F280D
RGB474013
HSL48°56.67%11.76%
HSB/HSV48°72.34%18.43%
CMYK0.00%14.89%72.34%
81.57%

Color #2F280D in popluar number systems.

HEX2F280D
Decimal474013
Binary1011111010001101
Octal575015

Shades and tints

Shades of #2F280D

#2F280D
(47,40,13)
#2B250C
(43,37,12)
#27220B
(39,34,11)
#231F0A
(35,31,10)
#1F1C09
(31,28,9)
#1B1908
(27,25,8)
#171607
(23,22,7)
#131306
(19,19,6)
#0F1005
(15,16,5)
#0B0D04
(11,13,4)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #2F280D

#2F280D
(47,40,13)
#413B23
(65,59,35)
#534E39
(83,78,57)
#65614F
(101,97,79)
#777465
(119,116,101)
#89877B
(137,135,123)
#9B9A91
(155,154,145)
#ADADA7
(173,173,167)
#BFC0BD
(191,192,189)
#D1D3D3
(209,211,211)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F280D color. Also use rgb(47,40,13) instead hex code.

Text Font Color

.myTextColor { color: #2F280D; }

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

This text font color is #2F280D.


Background Color

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

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

This div background color is #2F280D.


Border color

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

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

This div border color is #2F280D.


Opacity

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

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

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

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

This text has shadow with #2F280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F280D on black background.


Color preview on white background

This text has color #2F280D on white background.



Black color preview on #2F280D background

This text has black color on #2F280D background.


White color preview on #2F280D background

This text has white color on #2F280D background.