COLOR #2F423D

HEX: #2F423D
RGB: (47,66,61)

Color info

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

RGB color model

#2F423D color RGB value is (47,66,61).

  • red value is 47;
  • green value is 66;
  • blue value is 61.
RGB:
(47,66,61)
(18%,26%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 61 of 255 = 24%

47
66
61

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

Portions of RGB colors in percentages

R + G + B =
47 + 66 + 61 = 174 (100%)
R 47 of 174 ~ 27.01%
G 66 of 174 ~ 37.93%
B 61 of 174 ~ 35.06%

%27.01
%37.93
%35.06

CMYK color model

#2F423D color CMYK value is (29,0,8,74).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 74.12%
CMYK:
(29,0,8,74)
C29M0Y8K74 
(29%,0%,8%,74%)
(0.29/0.00/0.08/0.74)	

CMYK percentages

%28.79
%0
%7.58
%74.12

Codes

Color #2F423D in popluar color models

2F423D
RGB476661
HSL164°16.81%22.16%
HSB/HSV164°28.79%25.88%
CMYK28.79%0.00%7.58%
74.12%

Color #2F423D in popluar number systems.

HEX2F423D
Decimal476661
Binary1011111000010111101
Octal5710275

Shades and tints

Shades of #2F423D

#2F423D
(47,66,61)
#2B3C38
(43,60,56)
#273633
(39,54,51)
#23302E
(35,48,46)
#1F2A29
(31,42,41)
#1B2424
(27,36,36)
#171E1F
(23,30,31)
#13181A
(19,24,26)
#0F1215
(15,18,21)
#0B0C10
(11,12,16)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #2F423D

#2F423D
(47,66,61)
#41534E
(65,83,78)
#53645F
(83,100,95)
#657570
(101,117,112)
#778681
(119,134,129)
#899792
(137,151,146)
#9BA8A3
(155,168,163)
#ADB9B4
(173,185,180)
#BFCAC5
(191,202,197)
#D1DBD6
(209,219,214)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F423D; }

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

This text font color is #2F423D.


Background Color

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

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

This div background color is #2F423D.


Border color

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

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

This div border color is #2F423D.


Opacity

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

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

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

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

This text has shadow with #2F423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F423D on black background.


Color preview on white background

This text has color #2F423D on white background.



Black color preview on #2F423D background

This text has black color on #2F423D background.


White color preview on #2F423D background

This text has white color on #2F423D background.