COLOR #1C3427

HEX: #1C3427
RGB: (28,52,39)

Color info

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

RGB color model

#1C3427 color RGB value is (28,52,39).

  • red value is 28;
  • green value is 52;
  • blue value is 39.
RGB:
(28,52,39)
(11%,20%,15%)

RGB channels and saturation

R 28 of 255 = 11%
G 52 of 255 = 20%
B 39 of 255 = 15%

28
52
39

R + G + B ~ 15%. #1C3427 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 52 + 39 = 119 (100%)
R 28 of 119 ~ 23.53%
G 52 of 119 ~ 43.7%
B 39 of 119 ~ 32.77%

%23.53
%43.7
%32.77

CMYK color model

#1C3427 color CMYK value is (46,0,25,80).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 79.61%
CMYK:
(46,0,25,80)
C46M0Y25K80 
(46%,0%,25%,80%)
(0.46/0.00/0.25/0.80)	

CMYK percentages

%46.15
%0
%25
%79.61

Codes

Color #1C3427 in popluar color models

1C3427
RGB285239
HSL148°30.00%15.69%
HSB/HSV148°46.15%20.39%
CMYK46.15%0.00%25.00%
79.61%

Color #1C3427 in popluar number systems.

HEX1C3427
Decimal285239
Binary11100110100100111
Octal346447

Shades and tints

Shades of #1C3427

#1C3427
(28,52,39)
#1A3024
(26,48,36)
#182C21
(24,44,33)
#16281E
(22,40,30)
#14241B
(20,36,27)
#122018
(18,32,24)
#101C15
(16,28,21)
#0E1812
(14,24,18)
#0C140F
(12,20,15)
#0A100C
(10,16,12)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #1C3427

#1C3427
(28,52,39)
#30463A
(48,70,58)
#44584D
(68,88,77)
#586A60
(88,106,96)
#6C7C73
(108,124,115)
#808E86
(128,142,134)
#94A099
(148,160,153)
#A8B2AC
(168,178,172)
#BCC4BF
(188,196,191)
#D0D6D2
(208,214,210)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3427 color. Also use rgb(28,52,39) instead hex code.

Text Font Color

.myTextColor { color: #1C3427; }

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

This text font color is #1C3427.


Background Color

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

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

This div background color is #1C3427.


Border color

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

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

This div border color is #1C3427.


Opacity

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

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

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

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

This text has shadow with #1C3427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3427 on black background.


Color preview on white background

This text has color #1C3427 on white background.



Black color preview on #1C3427 background

This text has black color on #1C3427 background.


White color preview on #1C3427 background

This text has white color on #1C3427 background.