COLOR #2F342F

HEX: #2F342F
RGB: (47,52,47)

Color info

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

RGB color model

#2F342F color RGB value is (47,52,47).

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

RGB channels and saturation

R 47 of 255 = 18%
G 52 of 255 = 20%
B 47 of 255 = 18%

47
52
47

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

Portions of RGB colors in percentages

R + G + B =
47 + 52 + 47 = 146 (100%)
R 47 of 146 ~ 32.19%
G 52 of 146 ~ 35.62%
B 47 of 146 ~ 32.19%

%32.19
%35.62
%32.19

CMYK color model

#2F342F color CMYK value is (10,0,10,80).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 79.61%
CMYK:
(10,0,10,80)
C10M0Y10K80 
(10%,0%,10%,80%)
(0.10/0.00/0.10/0.80)	

CMYK percentages

%9.62
%0
%9.62
%79.61

Codes

Color #2F342F in popluar color models

2F342F
RGB475247
HSL120°5.05%19.41%
HSB/HSV120°9.62%20.39%
CMYK9.62%0.00%9.62%
79.61%

Color #2F342F in popluar number systems.

HEX2F342F
Decimal475247
Binary101111110100101111
Octal576457

Shades and tints

Shades of #2F342F

#2F342F
(47,52,47)
#2B302B
(43,48,43)
#272C27
(39,44,39)
#232823
(35,40,35)
#1F241F
(31,36,31)
#1B201B
(27,32,27)
#171C17
(23,28,23)
#131813
(19,24,19)
#0F140F
(15,20,15)
#0B100B
(11,16,11)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #2F342F

#2F342F
(47,52,47)
#414641
(65,70,65)
#535853
(83,88,83)
#656A65
(101,106,101)
#777C77
(119,124,119)
#898E89
(137,142,137)
#9BA09B
(155,160,155)
#ADB2AD
(173,178,173)
#BFC4BF
(191,196,191)
#D1D6D1
(209,214,209)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F342F; }

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

This text font color is #2F342F.


Background Color

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

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

This div background color is #2F342F.


Border color

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

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

This div border color is #2F342F.


Opacity

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

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

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

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

This text has shadow with #2F342F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F342F on black background.


Color preview on white background

This text has color #2F342F on white background.



Black color preview on #2F342F background

This text has black color on #2F342F background.


White color preview on #2F342F background

This text has white color on #2F342F background.