COLOR #2F5349

HEX: #2F5349
RGB: (47,83,73)

Color info

#2F5349 contains red, green and blue colors in about the same proportion. Web safe color of #2F5349 is #336633 (or #363).

RGB color model

#2F5349 color RGB value is (47,83,73).

  • red value is 47;
  • green value is 83;
  • blue value is 73.
RGB:
(47,83,73)
(18%,33%,29%)

RGB channels and saturation

R 47 of 255 = 18%
G 83 of 255 = 33%
B 73 of 255 = 29%

47
83
73

R + G + B ~ 27%. #2F5349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 83 + 73 = 203 (100%)
R 47 of 203 ~ 23.15%
G 83 of 203 ~ 40.89%
B 73 of 203 ~ 35.96%

%23.15
%40.89
%35.96

CMYK color model

#2F5349 color CMYK value is (43,0,12,67).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(43,0,12,67)
C43M0Y12K67 
(43%,0%,12%,67%)
(0.43/0.00/0.12/0.67)	

CMYK percentages

%43.37
%0
%12.05
%67.45

Codes

Color #2F5349 in popluar color models

2F5349
RGB478373
HSL163°27.69%25.49%
HSB/HSV163°43.37%32.55%
CMYK43.37%0.00%12.05%
67.45%

Color #2F5349 in popluar number systems.

HEX2F5349
Decimal478373
Binary10111110100111001001
Octal57123111

Shades and tints

Shades of #2F5349

#2F5349
(47,83,73)
#2B4C43
(43,76,67)
#27453D
(39,69,61)
#233E37
(35,62,55)
#1F3731
(31,55,49)
#1B302B
(27,48,43)
#172925
(23,41,37)
#13221F
(19,34,31)
#0F1B19
(15,27,25)
#0B1413
(11,20,19)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #2F5349

#2F5349
(47,83,73)
#416259
(65,98,89)
#537169
(83,113,105)
#658079
(101,128,121)
#778F89
(119,143,137)
#899E99
(137,158,153)
#9BADA9
(155,173,169)
#ADBCB9
(173,188,185)
#BFCBC9
(191,203,201)
#D1DAD9
(209,218,217)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5349; }

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

This text font color is #2F5349.


Background Color

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

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

This div background color is #2F5349.


Border color

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

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

This div border color is #2F5349.


Opacity

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

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

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

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

This text has shadow with #2F5349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F5349 on black background.


Color preview on white background

This text has color #2F5349 on white background.



Black color preview on #2F5349 background

This text has black color on #2F5349 background.


White color preview on #2F5349 background

This text has white color on #2F5349 background.