COLOR #2F253A

HEX: #2F253A
RGB: (47,37,58)

Color info

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

RGB color model

#2F253A color RGB value is (47,37,58).

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

RGB channels and saturation

R 47 of 255 = 18%
G 37 of 255 = 15%
B 58 of 255 = 23%

47
37
58

R + G + B ~ 19%. #2F253A is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 37 + 58 = 142 (100%)
R 47 of 142 ~ 33.1%
G 37 of 142 ~ 26.06%
B 58 of 142 ~ 40.85%

%33.1
%26.06
%40.85

CMYK color model

#2F253A color CMYK value is (19,36,0,77).

  • cyan value is 18.97%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(19,36,0,77)
C19M36Y0K77 
(19%,36%,0%,77%)
(0.19/0.36/0.00/0.77)	

CMYK percentages

%18.97
%36.21
%0
%77.25

Codes

Color #2F253A in popluar color models

2F253A
RGB473758
HSL269°22.11%18.63%
HSB/HSV269°36.21%22.75%
CMYK18.97%36.21%0.00%
77.25%

Color #2F253A in popluar number systems.

HEX2F253A
Decimal473758
Binary101111100101111010
Octal574572

Shades and tints

Shades of #2F253A

#2F253A
(47,37,58)
#2B2235
(43,34,53)
#271F30
(39,31,48)
#231C2B
(35,28,43)
#1F1926
(31,25,38)
#1B1621
(27,22,33)
#17131C
(23,19,28)
#131017
(19,16,23)
#0F0D12
(15,13,18)
#0B0A0D
(11,10,13)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #2F253A

#2F253A
(47,37,58)
#41384B
(65,56,75)
#534B5C
(83,75,92)
#655E6D
(101,94,109)
#77717E
(119,113,126)
#89848F
(137,132,143)
#9B97A0
(155,151,160)
#ADAAB1
(173,170,177)
#BFBDC2
(191,189,194)
#D1D0D3
(209,208,211)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F253A; }

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

This text font color is #2F253A.


Background Color

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

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

This div background color is #2F253A.


Border color

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

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

This div border color is #2F253A.


Opacity

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

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

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

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

This text has shadow with #2F253A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F253A on black background.


Color preview on white background

This text has color #2F253A on white background.



Black color preview on #2F253A background

This text has black color on #2F253A background.


White color preview on #2F253A background

This text has white color on #2F253A background.