COLOR #2F343A

HEX: #2F343A RGB: (47,52,58)

Color info

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

RGB color model

#2F343A color RGB value is (47,52,58).

RGB: (47,52,58) (18%, 20%, 23%)

RGB channels and saturation

R 47 of 255 = 18%
G 52 of 255 = 20%
B 58 of 255 = 23%

47
52
58

R + G + B ~ 20%. #2F343A is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 52 + 58 = 157 (100%)
R 47 of 157 ~ 29.94%
G 52 of 157 ~ 33.12%
B 58 of 157 ~ 36.94'%

%29.94
%33.12
%36.94

CMYK color model

#2F343A color CMYK value is (19,10,0,77).

  • cyan value is 18.97%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (19,10,0,77)
C19M10Y0K77 (19%, 10%, 0%, 77%)
(0.19 / 0.10 / 0.00 / 0.77)

CMYK percentages

%18.97
%10.34
%0
%77.25

Codes

Color #2F343A in popluar color models

2F 34 3A
RGB 47 52 58
HSL 213° 10.48% 20.59%
HSB/HSV 213° 18.97% 22.75%
CMYK 18.97% 10.34% 0.00%
77.25%

Color #2F343A in popluar number systems.

HEX 2F 34 3A
Decimal 47 52 58
Binary 101111 110100 111010
Octal 57 64 72

Shades and tints

Shades of #2F343A

#2F343A
(47,52,58)
#2B3035
(43,48,53)
#272C30
(39,44,48)
#23282B
(35,40,43)
#1F2426
(31,36,38)
#1B2021
(27,32,33)
#171C1C
(23,28,28)
#131817
(19,24,23)
#0F1412
(15,20,18)
#0B100D
(11,16,13)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #2F343A

#2F343A
(47,52,58)
#41464B
(65,70,75)
#53585C
(83,88,92)
#656A6D
(101,106,109)
#777C7E
(119,124,126)
#898E8F
(137,142,143)
#9BA0A0
(155,160,160)
#ADB2B1
(173,178,177)
#BFC4C2
(191,196,194)
#D1D6D3
(209,214,211)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F343A; }

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

This text font color is #2F343A.

Background Color

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

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

This div background color is #2F343A.

Border color

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

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

This div border color is #2F343A.

Opacity

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

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

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

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

This text has shadow with #2F343A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F343A.

Preview

Color preview on black background

This text has color #2F343A on black background.


Color preview on white background

This text has color #2F343A on white background.


Black color preview on #2F343A background

This text has black color on #2F343A background.


White color preview on #2F343A background

This text has white color on #2F343A background.


Related colors

Complementary color

Complementary color for #hex is #D0CBC5.


I love getcolorcode.com

Triadic colors

1 #3A2F34 and #343A2F with #2F343A are triadic colors.

2 #3A342F and #342F3A with #2F343A are triadic colors.