COLOR #2F2E07

HEX: #2F2E07
RGB: (47,46,7)

Color info

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

RGB color model

#2F2E07 color RGB value is (47,46,7).

  • red value is 47;
  • green value is 46;
  • blue value is 7.
RGB:
(47,46,7)
(18%,18%,3%)

RGB channels and saturation

R 47 of 255 = 18%
G 46 of 255 = 18%
B 7 of 255 = 3%

47
46
7

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

Portions of RGB colors in percentages

R + G + B =
47 + 46 + 7 = 100 (100%)
R 47 of 100 ~ 47%
G 46 of 100 ~ 46%
B 7 of 100 ~ 7%

%47
%46

CMYK color model

#2F2E07 color CMYK value is (0,2,85,82).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 85.11%
  • key color value is 81.57%
CMYK:
(0,2,85,82)
C0M2Y85K82 
(0%,2%,85%,82%)
(0.00/0.02/0.85/0.82)	

CMYK percentages

%0
%2.13
%85.11
%81.57

Codes

Color #2F2E07 in popluar color models

2F2E07
RGB47467
HSL59°74.07%10.59%
HSB/HSV59°85.11%18.43%
CMYK0.00%2.13%85.11%
81.57%

Color #2F2E07 in popluar number systems.

HEX2F2E07
Decimal47467
Binary101111101110111
Octal57567

Shades and tints

Shades of #2F2E07

#2F2E07
(47,46,7)
#2B2A07
(43,42,7)
#272607
(39,38,7)
#232207
(35,34,7)
#1F1E07
(31,30,7)
#1B1A07
(27,26,7)
#171607
(23,22,7)
#131207
(19,18,7)
#0F0E07
(15,14,7)
#0B0A07
(11,10,7)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #2F2E07

#2F2E07
(47,46,7)
#41411D
(65,65,29)
#535433
(83,84,51)
#656749
(101,103,73)
#777A5F
(119,122,95)
#898D75
(137,141,117)
#9BA08B
(155,160,139)
#ADB3A1
(173,179,161)
#BFC6B7
(191,198,183)
#D1D9CD
(209,217,205)
#E3ECE3
(227,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2E07 color. Also use rgb(47,46,7) instead hex code.

Text Font Color

.myTextColor { color: #2F2E07; }

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

This text font color is #2F2E07.


Background Color

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

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

This div background color is #2F2E07.


Border color

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

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

This div border color is #2F2E07.


Opacity

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

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

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

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

This text has shadow with #2F2E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2E07 on black background.


Color preview on white background

This text has color #2F2E07 on white background.



Black color preview on #2F2E07 background

This text has black color on #2F2E07 background.


White color preview on #2F2E07 background

This text has white color on #2F2E07 background.