COLOR #1C251B

HEX: #1C251B
RGB: (28,37,27)

Color info

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

RGB color model

#1C251B color RGB value is (28,37,27).

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

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 27 of 255 = 11%

28
37
27

R + G + B ~ 12%. #1C251B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 37 + 27 = 92 (100%)
R 28 of 92 ~ 30.43%
G 37 of 92 ~ 40.22%
B 27 of 92 ~ 29.35%

%30.43
%40.22
%29.35

CMYK color model

#1C251B color CMYK value is (24,0,27,85).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 85.49%
CMYK:
(24,0,27,85)
C24M0Y27K85 
(24%,0%,27%,85%)
(0.24/0.00/0.27/0.85)	

CMYK percentages

%24.32
%0
%27.03
%85.49

Codes

Color #1C251B in popluar color models

1C251B
RGB283727
HSL114°15.63%12.55%
HSB/HSV114°27.03%14.51%
CMYK24.32%0.00%27.03%
85.49%

Color #1C251B in popluar number systems.

HEX1C251B
Decimal283727
Binary1110010010111011
Octal344533

Shades and tints

Shades of #1C251B

#1C251B
(28,37,27)
#1A2219
(26,34,25)
#181F17
(24,31,23)
#161C15
(22,28,21)
#141913
(20,25,19)
#121611
(18,22,17)
#10130F
(16,19,15)
#0E100D
(14,16,13)
#0C0D0B
(12,13,11)
#0A0A09
(10,10,9)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #1C251B

#1C251B
(28,37,27)
#30382F
(48,56,47)
#444B43
(68,75,67)
#585E57
(88,94,87)
#6C716B
(108,113,107)
#80847F
(128,132,127)
#949793
(148,151,147)
#A8AAA7
(168,170,167)
#BCBDBB
(188,189,187)
#D0D0CF
(208,208,207)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C251B color. Also use rgb(28,37,27) instead hex code.

Text Font Color

.myTextColor { color: #1C251B; }

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

This text font color is #1C251B.


Background Color

.myBgColor { background-color: #1C251B; }

<div style="background-color:#1C251B">Inner text</div>

This div background color is #1C251B.


Border color

.myBorderColor { border: 1px solid #1C251B; }

<div style="border:3px solid #1C251B">Div</div>

This div border color is #1C251B.


Opacity

.myOpacity80 { color: #1C251B; opacity: 0.8; }

<p style="color:#1C251B;opacity:0.8;">80%</p>

Text with #1C251B 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 #1C251B;}

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

This text has shadow with #1C251B color.

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

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

This text has shadow with #1C251B primary color and red secondary color.


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

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

This text has shadow with #1C251B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C251B on black background.


Color preview on white background

This text has color #1C251B on white background.



Black color preview on #1C251B background

This text has black color on #1C251B background.


White color preview on #1C251B background

This text has white color on #1C251B background.