COLOR #251C21

HEX: #251C21
RGB: (37,28,33)

Color info

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

RGB color model

#251C21 color RGB value is (37,28,33).

  • red value is 37;
  • green value is 28;
  • blue value is 33.
RGB:
(37,28,33)
(15%,11%,13%)

RGB channels and saturation

R 37 of 255 = 15%
G 28 of 255 = 11%
B 33 of 255 = 13%

37
28
33

R + G + B ~ 13%. #251C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 28 + 33 = 98 (100%)
R 37 of 98 ~ 37.76%
G 28 of 98 ~ 28.57%
B 33 of 98 ~ 33.67%

%37.76
%28.57
%33.67

CMYK color model

#251C21 color CMYK value is (0,24,11,85).

  • cyan value is 0.00%
  • magenta value is 24.32%
  • yellow value is 10.81%
  • key color value is 85.49%
CMYK:
(0,24,11,85)
C0M24Y11K85 
(0%,24%,11%,85%)
(0.00/0.24/0.11/0.85)	

CMYK percentages

%0
%24.32
%10.81
%85.49

Codes

Color #251C21 in popluar color models

251C21
RGB372833
HSL327°13.85%12.75%
HSB/HSV327°24.32%14.51%
CMYK0.00%24.32%10.81%
85.49%

Color #251C21 in popluar number systems.

HEX251C21
Decimal372833
Binary10010111100100001
Octal453441

Shades and tints

Shades of #251C21

#251C21
(37,28,33)
#221A1E
(34,26,30)
#1F181B
(31,24,27)
#1C1618
(28,22,24)
#191415
(25,20,21)
#161212
(22,18,18)
#13100F
(19,16,15)
#100E0C
(16,14,12)
#0D0C09
(13,12,9)
#0A0A06
(10,10,6)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #251C21

#251C21
(37,28,33)
#383035
(56,48,53)
#4B4449
(75,68,73)
#5E585D
(94,88,93)
#716C71
(113,108,113)
#848085
(132,128,133)
#979499
(151,148,153)
#AAA8AD
(170,168,173)
#BDBCC1
(189,188,193)
#D0D0D5
(208,208,213)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #251C21 color. Also use rgb(37,28,33) instead hex code.

Text Font Color

.myTextColor { color: #251C21; }

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

This text font color is #251C21.


Background Color

.myBgColor { background-color: #251C21; }

<div style="background-color:#251C21">Inner text</div>

This div background color is #251C21.


Border color

.myBorderColor { border: 1px solid #251C21; }

<div style="border:3px solid #251C21">Div</div>

This div border color is #251C21.


Opacity

.myOpacity80 { color: #251C21; opacity: 0.8; }

<p style="color:#251C21;opacity:0.8;">80%</p>

Text with #251C21 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 #251C21;}

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

This text has shadow with #251C21 color.

.textShadow {text-shadow: 3px 3px 1px #251C21, 3px 3px 1px red;}

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

This text has shadow with #251C21 primary color and red secondary color.


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

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

This text has shadow with #251C21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251C21 on black background.


Color preview on white background

This text has color #251C21 on white background.



Black color preview on #251C21 background

This text has black color on #251C21 background.


White color preview on #251C21 background

This text has white color on #251C21 background.