COLOR #1C3829

HEX: #1C3829
RGB: (28,56,41)

Color info

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

RGB color model

#1C3829 color RGB value is (28,56,41).

  • red value is 28;
  • green value is 56;
  • blue value is 41.
RGB:
(28,56,41)
(11%,22%,16%)

RGB channels and saturation

R 28 of 255 = 11%
G 56 of 255 = 22%
B 41 of 255 = 16%

28
56
41

R + G + B ~ 16%. #1C3829 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 56 + 41 = 125 (100%)
R 28 of 125 ~ 22.4%
G 56 of 125 ~ 44.8%
B 41 of 125 ~ 32.8%

%22.4
%44.8
%32.8

CMYK color model

#1C3829 color CMYK value is (50,0,27,78).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(50,0,27,78)
C50M0Y27K78 
(50%,0%,27%,78%)
(0.50/0.00/0.27/0.78)	

CMYK percentages

%50
%0
%26.79
%78.04

Codes

Color #1C3829 in popluar color models

1C3829
RGB285641
HSL148°33.33%16.47%
HSB/HSV148°50.00%21.96%
CMYK50.00%0.00%26.79%
78.04%

Color #1C3829 in popluar number systems.

HEX1C3829
Decimal285641
Binary11100111000101001
Octal347051

Shades and tints

Shades of #1C3829

#1C3829
(28,56,41)
#1A3326
(26,51,38)
#182E23
(24,46,35)
#162920
(22,41,32)
#14241D
(20,36,29)
#121F1A
(18,31,26)
#101A17
(16,26,23)
#0E1514
(14,21,20)
#0C1011
(12,16,17)
#0A0B0E
(10,11,14)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #1C3829

#1C3829
(28,56,41)
#304A3C
(48,74,60)
#445C4F
(68,92,79)
#586E62
(88,110,98)
#6C8075
(108,128,117)
#809288
(128,146,136)
#94A49B
(148,164,155)
#A8B6AE
(168,182,174)
#BCC8C1
(188,200,193)
#D0DAD4
(208,218,212)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3829 color. Also use rgb(28,56,41) instead hex code.

Text Font Color

.myTextColor { color: #1C3829; }

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

This text font color is #1C3829.


Background Color

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

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

This div background color is #1C3829.


Border color

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

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

This div border color is #1C3829.


Opacity

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

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

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

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

This text has shadow with #1C3829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3829 on black background.


Color preview on white background

This text has color #1C3829 on white background.



Black color preview on #1C3829 background

This text has black color on #1C3829 background.


White color preview on #1C3829 background

This text has white color on #1C3829 background.