COLOR #2F362F

HEX: #2F362F
RGB: (47,54,47)

Color info

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

RGB color model

#2F362F color RGB value is (47,54,47).

  • red value is 47;
  • green value is 54;
  • blue value is 47.
RGB:
(47,54,47)
(18%,21%,18%)

RGB channels and saturation

R 47 of 255 = 18%
G 54 of 255 = 21%
B 47 of 255 = 18%

47
54
47

R + G + B ~ 19%. #2F362F is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 54 + 47 = 148 (100%)
R 47 of 148 ~ 31.76%
G 54 of 148 ~ 36.49%
B 47 of 148 ~ 31.76%

%31.76
%36.49
%31.76

CMYK color model

#2F362F color CMYK value is (13,0,13,79).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 78.82%
CMYK:
(13,0,13,79)
C13M0Y13K79 
(13%,0%,13%,79%)
(0.13/0.00/0.13/0.79)	

CMYK percentages

%12.96
%0
%12.96
%78.82

Codes

Color #2F362F in popluar color models

2F362F
RGB475447
HSL120°6.93%19.80%
HSB/HSV120°12.96%21.18%
CMYK12.96%0.00%12.96%
78.82%

Color #2F362F in popluar number systems.

HEX2F362F
Decimal475447
Binary101111110110101111
Octal576657

Shades and tints

Shades of #2F362F

#2F362F
(47,54,47)
#2B322B
(43,50,43)
#272E27
(39,46,39)
#232A23
(35,42,35)
#1F261F
(31,38,31)
#1B221B
(27,34,27)
#171E17
(23,30,23)
#131A13
(19,26,19)
#0F160F
(15,22,15)
#0B120B
(11,18,11)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #2F362F

#2F362F
(47,54,47)
#414841
(65,72,65)
#535A53
(83,90,83)
#656C65
(101,108,101)
#777E77
(119,126,119)
#899089
(137,144,137)
#9BA29B
(155,162,155)
#ADB4AD
(173,180,173)
#BFC6BF
(191,198,191)
#D1D8D1
(209,216,209)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F362F; }

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

This text font color is #2F362F.


Background Color

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

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

This div background color is #2F362F.


Border color

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

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

This div border color is #2F362F.


Opacity

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

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

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

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

This text has shadow with #2F362F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F362F on black background.


Color preview on white background

This text has color #2F362F on white background.



Black color preview on #2F362F background

This text has black color on #2F362F background.


White color preview on #2F362F background

This text has white color on #2F362F background.