COLOR #2F493A

HEX: #2F493A RGB: (47,73,58)

Color info

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

RGB color model

#2F493A color RGB value is (47,73,58).

RGB: (47,73,58) (18%, 29%, 23%)

RGB channels and saturation

R 47 of 255 = 18%
G 73 of 255 = 29%
B 58 of 255 = 23%

47
73
58

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

Portions of RGB colors in percentages

R + G + B = 47 + 73 + 58 = 178 (100%)
R 47 of 178 ~ 26.4%
G 73 of 178 ~ 41.01%
B 58 of 178 ~ 32.58'%

%26.4
%41.01
%32.58

CMYK color model

#2F493A color CMYK value is (36,0,21,71).

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

CMYK: (36,0,21,71)
C36M0Y21K71 (36%, 0%, 21%, 71%)
(0.36 / 0.00 / 0.21 / 0.71)

CMYK percentages

%35.62
%0
%20.55
%71.37

Codes

Color #2F493A in popluar color models

2F 49 3A
RGB 47 73 58
HSL 145° 21.67% 23.53%
HSB/HSV 145° 35.62% 28.63%
CMYK 35.62% 0.00% 20.55%
71.37%

Color #2F493A in popluar number systems.

HEX 2F 49 3A
Decimal 47 73 58
Binary 101111 1001001 111010
Octal 57 111 72

Shades and tints

Shades of #2F493A

#2F493A
(47,73,58)
#2B4335
(43,67,53)
#273D30
(39,61,48)
#23372B
(35,55,43)
#1F3126
(31,49,38)
#1B2B21
(27,43,33)
#17251C
(23,37,28)
#131F17
(19,31,23)
#0F1912
(15,25,18)
#0B130D
(11,19,13)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #2F493A

#2F493A
(47,73,58)
#41594B
(65,89,75)
#53695C
(83,105,92)
#65796D
(101,121,109)
#77897E
(119,137,126)
#89998F
(137,153,143)
#9BA9A0
(155,169,160)
#ADB9B1
(173,185,177)
#BFC9C2
(191,201,194)
#D1D9D3
(209,217,211)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F493A; }

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

This text font color is #2F493A.

Background Color

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

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

This div background color is #2F493A.

Border color

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

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

This div border color is #2F493A.

Opacity

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

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

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

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

This text has shadow with #2F493A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F493A.

Preview

Color preview on black background

This text has color #2F493A on black background.


Color preview on white background

This text has color #2F493A on white background.


Black color preview on #2F493A background

This text has black color on #2F493A background.


White color preview on #2F493A background

This text has white color on #2F493A background.


Related colors

Complementary color

Complementary color for #hex is #D0B6C5.


I love getcolorcode.com

Triadic colors

1 #3A2F49 and #493A2F with #2F493A are triadic colors.

2 #3A492F and #492F3A with #2F493A are triadic colors.