COLOR #2F4349

HEX: #2F4349 RGB: (47,67,73)

Color info

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

RGB color model

#2F4349 color RGB value is (47,67,73).

RGB: (47,67,73) (18%, 26%, 29%)

RGB channels and saturation

R 47 of 255 = 18%
G 67 of 255 = 26%
B 73 of 255 = 29%

47
67
73

R + G + B ~ 24%. #2F4349 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 67 + 73 = 187 (100%)
R 47 of 187 ~ 25.13%
G 67 of 187 ~ 35.83%
B 73 of 187 ~ 39.04'%

%25.13
%35.83
%39.04

CMYK color model

#2F4349 color CMYK value is (36,8,0,71).

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

CMYK: (36,8,0,71)
C36M8Y0K71 (36%, 8%, 0%, 71%)
(0.36 / 0.08 / 0.00 / 0.71)

CMYK percentages

%35.62
%8.22
%0
%71.37

Codes

Color #2F4349 in popluar color models

2F 43 49
RGB 47 67 73
HSL 194° 21.67% 23.53%
HSB/HSV 194° 35.62% 28.63%
CMYK 35.62% 8.22% 0.00%
71.37%

Color #2F4349 in popluar number systems.

HEX 2F 43 49
Decimal 47 67 73
Binary 101111 1000011 1001001
Octal 57 103 111

Shades and tints

Shades of #2F4349

#2F4349
(47,67,73)
#2B3D43
(43,61,67)
#27373D
(39,55,61)
#233137
(35,49,55)
#1F2B31
(31,43,49)
#1B252B
(27,37,43)
#171F25
(23,31,37)
#13191F
(19,25,31)
#0F1319
(15,19,25)
#0B0D13
(11,13,19)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #2F4349

#2F4349
(47,67,73)
#415459
(65,84,89)
#536569
(83,101,105)
#657679
(101,118,121)
#778789
(119,135,137)
#899899
(137,152,153)
#9BA9A9
(155,169,169)
#ADBAB9
(173,186,185)
#BFCBC9
(191,203,201)
#D1DCD9
(209,220,217)
#E3EDE9
(227,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F4349; }

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

This text font color is #2F4349.

Background Color

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

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

This div background color is #2F4349.

Border color

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

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

This div border color is #2F4349.

Opacity

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

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

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

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

This text has shadow with #2F4349 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F4349.

Preview

Color preview on black background

This text has color #2F4349 on black background.


Color preview on white background

This text has color #2F4349 on white background.


Black color preview on #2F4349 background

This text has black color on #2F4349 background.


White color preview on #2F4349 background

This text has white color on #2F4349 background.


Related colors

Complementary color

Complementary color for #hex is #D0BCB6.


I love getcolorcode.com

Triadic colors

1 #492F43 and #43492F with #2F4349 are triadic colors.

2 #49432F and #432F49 with #2F4349 are triadic colors.