COLOR #1C230E

HEX: #1C230E RGB: (28,35,14)

Color info

#1C230E contains red, green and blue colors in about the same proportion. Web safe color of #1C230E is #333300 (or #330).

RGB color model

#1C230E color RGB value is (28,35,14).

RGB: (28,35,14) (11%, 14%, 5%)

RGB channels and saturation

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

28
35
14

R + G + B ~ 10%. #1C230E is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 35 + 14 = 77 (100%)
R 28 of 77 ~ 36.36%
G 35 of 77 ~ 45.45%
B 14 of 77 ~ 18.18'%

%36.36
%45.45
%18.18

CMYK color model

#1C230E color CMYK value is (20,0,60,86).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 86.27%

CMYK: (20,0,60,86)
C20M0Y60K86 (20%, 0%, 60%, 86%)
(0.20 / 0.00 / 0.60 / 0.86)

CMYK percentages

%20
%0
%60
%86.27

Codes

Color #1C230E in popluar color models

1C 23 0E
RGB 28 35 14
HSL 80° 42.86% 9.61%
HSB/HSV 80° 60.00% 13.73%
CMYK 20.00% 0.00% 60.00%
86.27%

Color #1C230E in popluar number systems.

HEX 1C 23 0E
Decimal 28 35 14
Binary 11100 100011 1110
Octal 34 43 16

Shades and tints

Shades of #1C230E

#1C230E
(28,35,14)
#1A200D
(26,32,13)
#181D0C
(24,29,12)
#161A0B
(22,26,11)
#14170A
(20,23,10)
#121409
(18,20,9)
#101108
(16,17,8)
#0E0E07
(14,14,7)
#0C0B06
(12,11,6)
#0A0805
(10,8,5)
#080504
(8,5,4)
#000000
(0,0,0)

Tints of #1C230E

#1C230E
(28,35,14)
#303723
(48,55,35)
#444B38
(68,75,56)
#585F4D
(88,95,77)
#6C7362
(108,115,98)
#808777
(128,135,119)
#949B8C
(148,155,140)
#A8AFA1
(168,175,161)
#BCC3B6
(188,195,182)
#D0D7CB
(208,215,203)
#E4EBE0
(228,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C230E; }

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

This text font color is #1C230E.

Background Color

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

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

This div background color is #1C230E.

Border color

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

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

This div border color is #1C230E.

Opacity

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

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

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

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

This text has shadow with #1C230E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C230E.

Preview

Color preview on black background

This text has color #1C230E on black background.


Color preview on white background

This text has color #1C230E on white background.


Black color preview on #1C230E background

This text has black color on #1C230E background.


White color preview on #1C230E background

This text has white color on #1C230E background.


Related colors

Complementary color

Complementary color for #hex is #E3DCF1.


I love getcolorcode.com

Triadic colors

1 #0E1C23 and #230E1C with #1C230E are triadic colors.

2 #0E231C and #231C0E with #1C230E are triadic colors.