COLOR #2F4237

HEX: #2F4237 RGB: (47,66,55)

Color info

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

RGB color model

#2F4237 color RGB value is (47,66,55).

RGB: (47,66,55) (18%, 26%, 22%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 55 of 255 = 22%

47
66
55

R + G + B ~ 22%. #2F4237 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 66 + 55 = 168 (100%)
R 47 of 168 ~ 27.98%
G 66 of 168 ~ 39.29%
B 55 of 168 ~ 32.74'%

%27.98
%39.29
%32.74

CMYK color model

#2F4237 color CMYK value is (29,0,17,74).

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

CMYK: (29,0,17,74)
C29M0Y17K74 (29%, 0%, 17%, 74%)
(0.29 / 0.00 / 0.17 / 0.74)

CMYK percentages

%28.79
%0
%16.67
%74.12

Codes

Color #2F4237 in popluar color models

2F 42 37
RGB 47 66 55
HSL 145° 16.81% 22.16%
HSB/HSV 145° 28.79% 25.88%
CMYK 28.79% 0.00% 16.67%
74.12%

Color #2F4237 in popluar number systems.

HEX 2F 42 37
Decimal 47 66 55
Binary 101111 1000010 110111
Octal 57 102 67

Shades and tints

Shades of #2F4237

#2F4237
(47,66,55)
#2B3C32
(43,60,50)
#27362D
(39,54,45)
#233028
(35,48,40)
#1F2A23
(31,42,35)
#1B241E
(27,36,30)
#171E19
(23,30,25)
#131814
(19,24,20)
#0F120F
(15,18,15)
#0B0C0A
(11,12,10)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #2F4237

#2F4237
(47,66,55)
#415349
(65,83,73)
#53645B
(83,100,91)
#65756D
(101,117,109)
#77867F
(119,134,127)
#899791
(137,151,145)
#9BA8A3
(155,168,163)
#ADB9B5
(173,185,181)
#BFCAC7
(191,202,199)
#D1DBD9
(209,219,217)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4237; }

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

This text font color is #2F4237.

Background Color

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

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

This div background color is #2F4237.

Border color

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

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

This div border color is #2F4237.

Opacity

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

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

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

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

This text has shadow with #2F4237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4237.

Preview

Color preview on black background

This text has color #2F4237 on black background.


Color preview on white background

This text has color #2F4237 on white background.


Black color preview on #2F4237 background

This text has black color on #2F4237 background.


White color preview on #2F4237 background

This text has white color on #2F4237 background.


Related colors

Complementary color

Complementary color for #hex is #D0BDC8.


I love getcolorcode.com

Triadic colors

1 #372F42 and #42372F with #2F4237 are triadic colors.

2 #37422F and #422F37 with #2F4237 are triadic colors.