COLOR #2F2528

HEX: #2F2528
RGB: (47,37,40)

Color info

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

RGB color model

#2F2528 color RGB value is (47,37,40).

  • red value is 47;
  • green value is 37;
  • blue value is 40.
RGB:
(47,37,40)
(18%,15%,16%)

RGB channels and saturation

R 47 of 255 = 18%
G 37 of 255 = 15%
B 40 of 255 = 16%

47
37
40

R + G + B ~ 16%. #2F2528 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 37 + 40 = 124 (100%)
R 47 of 124 ~ 37.9%
G 37 of 124 ~ 29.84%
B 40 of 124 ~ 32.26%

%37.9
%29.84
%32.26

CMYK color model

#2F2528 color CMYK value is (0,21,15,82).

  • cyan value is 0.00%
  • magenta value is 21.28%
  • yellow value is 14.89%
  • key color value is 81.57%
CMYK:
(0,21,15,82)
C0M21Y15K82 
(0%,21%,15%,82%)
(0.00/0.21/0.15/0.82)	

CMYK percentages

%0
%21.28
%14.89
%81.57

Codes

Color #2F2528 in popluar color models

2F2528
RGB473740
HSL342°11.90%16.47%
HSB/HSV342°21.28%18.43%
CMYK0.00%21.28%14.89%
81.57%

Color #2F2528 in popluar number systems.

HEX2F2528
Decimal473740
Binary101111100101101000
Octal574550

Shades and tints

Shades of #2F2528

#2F2528
(47,37,40)
#2B2225
(43,34,37)
#271F22
(39,31,34)
#231C1F
(35,28,31)
#1F191C
(31,25,28)
#1B1619
(27,22,25)
#171316
(23,19,22)
#131013
(19,16,19)
#0F0D10
(15,13,16)
#0B0A0D
(11,10,13)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #2F2528

#2F2528
(47,37,40)
#41383B
(65,56,59)
#534B4E
(83,75,78)
#655E61
(101,94,97)
#777174
(119,113,116)
#898487
(137,132,135)
#9B979A
(155,151,154)
#ADAAAD
(173,170,173)
#BFBDC0
(191,189,192)
#D1D0D3
(209,208,211)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2528 color. Also use rgb(47,37,40) instead hex code.

Text Font Color

.myTextColor { color: #2F2528; }

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

This text font color is #2F2528.


Background Color

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

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

This div background color is #2F2528.


Border color

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

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

This div border color is #2F2528.


Opacity

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

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

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

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

This text has shadow with #2F2528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2528 on black background.


Color preview on white background

This text has color #2F2528 on white background.



Black color preview on #2F2528 background

This text has black color on #2F2528 background.


White color preview on #2F2528 background

This text has white color on #2F2528 background.