COLOR #1C231D

HEX: #1C231D
RGB: (28,35,29)

Color info

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

RGB color model

#1C231D color RGB value is (28,35,29).

  • red value is 28;
  • green value is 35;
  • blue value is 29.
RGB:
(28,35,29)
(11%,14%,11%)

RGB channels and saturation

R 28 of 255 = 11%
G 35 of 255 = 14%
B 29 of 255 = 11%

28
35
29

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

Portions of RGB colors in percentages

R + G + B =
28 + 35 + 29 = 92 (100%)
R 28 of 92 ~ 30.43%
G 35 of 92 ~ 38.04%
B 29 of 92 ~ 31.52%

%30.43
%38.04
%31.52

CMYK color model

#1C231D color CMYK value is (20,0,17,86).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 86.27%
CMYK:
(20,0,17,86)
C20M0Y17K86 
(20%,0%,17%,86%)
(0.20/0.00/0.17/0.86)	

CMYK percentages

%20
%0
%17.14
%86.27

Codes

Color #1C231D in popluar color models

1C231D
RGB283529
HSL129°11.11%12.35%
HSB/HSV129°20.00%13.73%
CMYK20.00%0.00%17.14%
86.27%

Color #1C231D in popluar number systems.

HEX1C231D
Decimal283529
Binary1110010001111101
Octal344335

Shades and tints

Shades of #1C231D

#1C231D
(28,35,29)
#1A201B
(26,32,27)
#181D19
(24,29,25)
#161A17
(22,26,23)
#141715
(20,23,21)
#121413
(18,20,19)
#101111
(16,17,17)
#0E0E0F
(14,14,15)
#0C0B0D
(12,11,13)
#0A080B
(10,8,11)
#080509
(8,5,9)
#000000
(0,0,0)

Tints of #1C231D

#1C231D
(28,35,29)
#303731
(48,55,49)
#444B45
(68,75,69)
#585F59
(88,95,89)
#6C736D
(108,115,109)
#808781
(128,135,129)
#949B95
(148,155,149)
#A8AFA9
(168,175,169)
#BCC3BD
(188,195,189)
#D0D7D1
(208,215,209)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C231D color. Also use rgb(28,35,29) instead hex code.

Text Font Color

.myTextColor { color: #1C231D; }

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

This text font color is #1C231D.


Background Color

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

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

This div background color is #1C231D.


Border color

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

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

This div border color is #1C231D.


Opacity

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

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

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

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

This text has shadow with #1C231D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C231D on black background.


Color preview on white background

This text has color #1C231D on white background.



Black color preview on #1C231D background

This text has black color on #1C231D background.


White color preview on #1C231D background

This text has white color on #1C231D background.