COLOR #2F3745

HEX: #2F3745 RGB: (47,55,69)

Color info

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

RGB color model

#2F3745 color RGB value is (47,55,69).

RGB: (47,55,69) (18%, 22%, 27%)

RGB channels and saturation

R 47 of 255 = 18%
G 55 of 255 = 22%
B 69 of 255 = 27%

47
55
69

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

Portions of RGB colors in percentages

R + G + B = 47 + 55 + 69 = 171 (100%)
R 47 of 171 ~ 27.49%
G 55 of 171 ~ 32.16%
B 69 of 171 ~ 40.35'%

%27.49
%32.16
%40.35

CMYK color model

#2F3745 color CMYK value is (32,20,0,73).

  • cyan value is 31.88%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (32,20,0,73)
C32M20Y0K73 (32%, 20%, 0%, 73%)
(0.32 / 0.20 / 0.00 / 0.73)

CMYK percentages

%31.88
%20.29
%0
%72.94

Codes

Color #2F3745 in popluar color models

2F 37 45
RGB 47 55 69
HSL 218° 18.97% 22.75%
HSB/HSV 218° 31.88% 27.06%
CMYK 31.88% 20.29% 0.00%
72.94%

Color #2F3745 in popluar number systems.

HEX 2F 37 45
Decimal 47 55 69
Binary 101111 110111 1000101
Octal 57 67 105

Shades and tints

Shades of #2F3745

#2F3745
(47,55,69)
#2B323F
(43,50,63)
#272D39
(39,45,57)
#232833
(35,40,51)
#1F232D
(31,35,45)
#1B1E27
(27,30,39)
#171921
(23,25,33)
#13141B
(19,20,27)
#0F0F15
(15,15,21)
#0B0A0F
(11,10,15)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #2F3745

#2F3745
(47,55,69)
#414955
(65,73,85)
#535B65
(83,91,101)
#656D75
(101,109,117)
#777F85
(119,127,133)
#899195
(137,145,149)
#9BA3A5
(155,163,165)
#ADB5B5
(173,181,181)
#BFC7C5
(191,199,197)
#D1D9D5
(209,217,213)
#E3EBE5
(227,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3745 color. Also use rgb(47,55,69) instead hex code.

Text Font Color

.myTextColor { color: #2F3745; }

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

This text font color is #2F3745.

Background Color

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

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

This div background color is #2F3745.

Border color

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

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

This div border color is #2F3745.

Opacity

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

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

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

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

This text has shadow with #2F3745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3745.

Preview

Color preview on black background

This text has color #2F3745 on black background.


Color preview on white background

This text has color #2F3745 on white background.


Black color preview on #2F3745 background

This text has black color on #2F3745 background.


White color preview on #2F3745 background

This text has white color on #2F3745 background.


Related colors

Complementary color

Complementary color for #hex is #D0C8BA.


I love getcolorcode.com

Triadic colors

1 #452F37 and #37452F with #2F3745 are triadic colors.

2 #45372F and #372F45 with #2F3745 are triadic colors.