COLOR #2F413A

HEX: #2F413A
RGB: (47,65,58)

Color info

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

RGB color model

#2F413A color RGB value is (47,65,58).

  • red value is 47;
  • green value is 65;
  • blue value is 58.
RGB:
(47,65,58)
(18%,25%,23%)

RGB channels and saturation

R 47 of 255 = 18%
G 65 of 255 = 25%
B 58 of 255 = 23%

47
65
58

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

Portions of RGB colors in percentages

R + G + B =
47 + 65 + 58 = 170 (100%)
R 47 of 170 ~ 27.65%
G 65 of 170 ~ 38.24%
B 58 of 170 ~ 34.12%

%27.65
%38.24
%34.12

CMYK color model

#2F413A color CMYK value is (28,0,11,75).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(28,0,11,75)
C28M0Y11K75 
(28%,0%,11%,75%)
(0.28/0.00/0.11/0.75)	

CMYK percentages

%27.69
%0
%10.77
%74.51

Codes

Color #2F413A in popluar color models

2F413A
RGB476558
HSL157°16.07%21.96%
HSB/HSV157°27.69%25.49%
CMYK27.69%0.00%10.77%
74.51%

Color #2F413A in popluar number systems.

HEX2F413A
Decimal476558
Binary1011111000001111010
Octal5710172

Shades and tints

Shades of #2F413A

#2F413A
(47,65,58)
#2B3C35
(43,60,53)
#273730
(39,55,48)
#23322B
(35,50,43)
#1F2D26
(31,45,38)
#1B2821
(27,40,33)
#17231C
(23,35,28)
#131E17
(19,30,23)
#0F1912
(15,25,18)
#0B140D
(11,20,13)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #2F413A

#2F413A
(47,65,58)
#41524B
(65,82,75)
#53635C
(83,99,92)
#65746D
(101,116,109)
#77857E
(119,133,126)
#89968F
(137,150,143)
#9BA7A0
(155,167,160)
#ADB8B1
(173,184,177)
#BFC9C2
(191,201,194)
#D1DAD3
(209,218,211)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F413A; }

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

This text font color is #2F413A.


Background Color

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

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

This div background color is #2F413A.


Border color

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

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

This div border color is #2F413A.


Opacity

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

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

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

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

This text has shadow with #2F413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F413A on black background.


Color preview on white background

This text has color #2F413A on white background.



Black color preview on #2F413A background

This text has black color on #2F413A background.


White color preview on #2F413A background

This text has white color on #2F413A background.