COLOR #2F492C

HEX: #2F492C RGB: (47,73,44)

Color info

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

RGB color model

#2F492C color RGB value is (47,73,44).

RGB: (47,73,44) (18%, 29%, 17%)

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 44 of 255 = 17%

47
73
44

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

Portions of RGB colors in percentages

R + G + B = 47 + 73 + 44 = 164 (100%)
R 47 of 164 ~ 28.66%
G 73 of 164 ~ 44.51%
B 44 of 164 ~ 26.83'%

%28.66
%44.51
%26.83

CMYK color model

#2F492C color CMYK value is (36,0,40,71).

  • cyan value is 35.62%
  • magenta value is 0.00%
  • yellow value is 39.73%
  • key color value is 71.37%

CMYK: (36,0,40,71)
C36M0Y40K71 (36%, 0%, 40%, 71%)
(0.36 / 0.00 / 0.40 / 0.71)

CMYK percentages

%35.62
%0
%39.73
%71.37

Codes

Color #2F492C in popluar color models

2F 49 2C
RGB 47 73 44
HSL 114° 24.79% 22.94%
HSB/HSV 114° 39.73% 28.63%
CMYK 35.62% 0.00% 39.73%
71.37%

Color #2F492C in popluar number systems.

HEX 2F 49 2C
Decimal 47 73 44
Binary 101111 1001001 101100
Octal 57 111 54

Shades and tints

Shades of #2F492C

#2F492C
(47,73,44)
#2B4328
(43,67,40)
#273D24
(39,61,36)
#233720
(35,55,32)
#1F311C
(31,49,28)
#1B2B18
(27,43,24)
#172514
(23,37,20)
#131F10
(19,31,16)
#0F190C
(15,25,12)
#0B1308
(11,19,8)
#070D04
(7,13,4)
#000000
(0,0,0)

Tints of #2F492C

#2F492C
(47,73,44)
#41593F
(65,89,63)
#536952
(83,105,82)
#657965
(101,121,101)
#778978
(119,137,120)
#89998B
(137,153,139)
#9BA99E
(155,169,158)
#ADB9B1
(173,185,177)
#BFC9C4
(191,201,196)
#D1D9D7
(209,217,215)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F492C; }

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

This text font color is #2F492C.

Background Color

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

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

This div background color is #2F492C.

Border color

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

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

This div border color is #2F492C.

Opacity

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

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

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

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

This text has shadow with #2F492C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F492C.

Preview

Color preview on black background

This text has color #2F492C on black background.


Color preview on white background

This text has color #2F492C on white background.


Black color preview on #2F492C background

This text has black color on #2F492C background.


White color preview on #2F492C background

This text has white color on #2F492C background.


Related colors

Complementary color

Complementary color for #hex is #D0B6D3.


I love getcolorcode.com

Triadic colors

1 #2C2F49 and #492C2F with #2F492C are triadic colors.

2 #2C492F and #492F2C with #2F492C are triadic colors.