COLOR #2F422E

HEX: #2F422E RGB: (47,66,46)

Color info

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

RGB color model

#2F422E color RGB value is (47,66,46).

RGB: (47,66,46) (18%, 26%, 18%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 46 of 255 = 18%

47
66
46

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

Portions of RGB colors in percentages

R + G + B = 47 + 66 + 46 = 159 (100%)
R 47 of 159 ~ 29.56%
G 66 of 159 ~ 41.51%
B 46 of 159 ~ 28.93'%

%29.56
%41.51
%28.93

CMYK color model

#2F422E color CMYK value is (29,0,30,74).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 74.12%

CMYK: (29,0,30,74)
C29M0Y30K74 (29%, 0%, 30%, 74%)
(0.29 / 0.00 / 0.30 / 0.74)

CMYK percentages

%28.79
%0
%30.3
%74.12

Codes

Color #2F422E in popluar color models

2F 42 2E
RGB 47 66 46
HSL 117° 17.86% 21.96%
HSB/HSV 117° 30.30% 25.88%
CMYK 28.79% 0.00% 30.30%
74.12%

Color #2F422E in popluar number systems.

HEX 2F 42 2E
Decimal 47 66 46
Binary 101111 1000010 101110
Octal 57 102 56

Shades and tints

Shades of #2F422E

#2F422E
(47,66,46)
#2B3C2A
(43,60,42)
#273626
(39,54,38)
#233022
(35,48,34)
#1F2A1E
(31,42,30)
#1B241A
(27,36,26)
#171E16
(23,30,22)
#131812
(19,24,18)
#0F120E
(15,18,14)
#0B0C0A
(11,12,10)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #2F422E

#2F422E
(47,66,46)
#415341
(65,83,65)
#536454
(83,100,84)
#657567
(101,117,103)
#77867A
(119,134,122)
#89978D
(137,151,141)
#9BA8A0
(155,168,160)
#ADB9B3
(173,185,179)
#BFCAC6
(191,202,198)
#D1DBD9
(209,219,217)
#E3ECEC
(227,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F422E; }

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

This text font color is #2F422E.

Background Color

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

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

This div background color is #2F422E.

Border color

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

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

This div border color is #2F422E.

Opacity

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

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

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

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

This text has shadow with #2F422E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F422E.

Preview

Color preview on black background

This text has color #2F422E on black background.


Color preview on white background

This text has color #2F422E on white background.


Black color preview on #2F422E background

This text has black color on #2F422E background.


White color preview on #2F422E background

This text has white color on #2F422E background.


Related colors

Complementary color

Complementary color for #hex is #D0BDD1.


I love getcolorcode.com

Triadic colors

1 #2E2F42 and #422E2F with #2F422E are triadic colors.

2 #2E422F and #422F2E with #2F422E are triadic colors.