COLOR #2F4641

HEX: #2F4641 RGB: (47,70,65)

Color info

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

RGB color model

#2F4641 color RGB value is (47,70,65).

RGB: (47,70,65) (18%, 27%, 25%)

RGB channels and saturation

R 47 of 255 = 18%
G 70 of 255 = 27%
B 65 of 255 = 25%

47
70
65

R + G + B ~ 23%. #2F4641 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 70 + 65 = 182 (100%)
R 47 of 182 ~ 25.82%
G 70 of 182 ~ 38.46%
B 65 of 182 ~ 35.71'%

%25.82
%38.46
%35.71

CMYK color model

#2F4641 color CMYK value is (33,0,7,73).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%

CMYK: (33,0,7,73)
C33M0Y7K73 (33%, 0%, 7%, 73%)
(0.33 / 0.00 / 0.07 / 0.73)

CMYK percentages

%32.86
%0
%7.14
%72.55

Codes

Color #2F4641 in popluar color models

2F 46 41
RGB 47 70 65
HSL 167° 19.66% 22.94%
HSB/HSV 167° 32.86% 27.45%
CMYK 32.86% 0.00% 7.14%
72.55%

Color #2F4641 in popluar number systems.

HEX 2F 46 41
Decimal 47 70 65
Binary 101111 1000110 1000001
Octal 57 106 101

Shades and tints

Shades of #2F4641

#2F4641
(47,70,65)
#2B403C
(43,64,60)
#273A37
(39,58,55)
#233432
(35,52,50)
#1F2E2D
(31,46,45)
#1B2828
(27,40,40)
#172223
(23,34,35)
#131C1E
(19,28,30)
#0F1619
(15,22,25)
#0B1014
(11,16,20)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #2F4641

#2F4641
(47,70,65)
#415652
(65,86,82)
#536663
(83,102,99)
#657674
(101,118,116)
#778685
(119,134,133)
#899696
(137,150,150)
#9BA6A7
(155,166,167)
#ADB6B8
(173,182,184)
#BFC6C9
(191,198,201)
#D1D6DA
(209,214,218)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4641; }

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

This text font color is #2F4641.

Background Color

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

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

This div background color is #2F4641.

Border color

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

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

This div border color is #2F4641.

Opacity

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

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

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

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

This text has shadow with #2F4641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4641.

Preview

Color preview on black background

This text has color #2F4641 on black background.


Color preview on white background

This text has color #2F4641 on white background.


Black color preview on #2F4641 background

This text has black color on #2F4641 background.


White color preview on #2F4641 background

This text has white color on #2F4641 background.


Related colors

Complementary color

Complementary color for #hex is #D0B9BE.


I love getcolorcode.com

Triadic colors

1 #412F46 and #46412F with #2F4641 are triadic colors.

2 #41462F and #462F41 with #2F4641 are triadic colors.