COLOR #1C3425

HEX: #1C3425
RGB: (28,52,37)

Color info

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

RGB color model

#1C3425 color RGB value is (28,52,37).

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

RGB channels and saturation

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

28
52
37

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

Portions of RGB colors in percentages

R + G + B =
28 + 52 + 37 = 117 (100%)
R 28 of 117 ~ 23.93%
G 52 of 117 ~ 44.44%
B 37 of 117 ~ 31.62%

%23.93
%44.44
%31.62

CMYK color model

#1C3425 color CMYK value is (46,0,29,80).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 79.61%
CMYK:
(46,0,29,80)
C46M0Y29K80 
(46%,0%,29%,80%)
(0.46/0.00/0.29/0.80)	

CMYK percentages

%46.15
%0
%28.85
%79.61

Codes

Color #1C3425 in popluar color models

1C3425
RGB285237
HSL143°30.00%15.69%
HSB/HSV143°46.15%20.39%
CMYK46.15%0.00%28.85%
79.61%

Color #1C3425 in popluar number systems.

HEX1C3425
Decimal285237
Binary11100110100100101
Octal346445

Shades and tints

Shades of #1C3425

#1C3425
(28,52,37)
#1A3022
(26,48,34)
#182C1F
(24,44,31)
#16281C
(22,40,28)
#142419
(20,36,25)
#122016
(18,32,22)
#101C13
(16,28,19)
#0E1810
(14,24,16)
#0C140D
(12,20,13)
#0A100A
(10,16,10)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #1C3425

#1C3425
(28,52,37)
#304638
(48,70,56)
#44584B
(68,88,75)
#586A5E
(88,106,94)
#6C7C71
(108,124,113)
#808E84
(128,142,132)
#94A097
(148,160,151)
#A8B2AA
(168,178,170)
#BCC4BD
(188,196,189)
#D0D6D0
(208,214,208)
#E4E8E3
(228,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3425; }

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

This text font color is #1C3425.


Background Color

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

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

This div background color is #1C3425.


Border color

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

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

This div border color is #1C3425.


Opacity

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

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

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

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

This text has shadow with #1C3425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3425 on black background.


Color preview on white background

This text has color #1C3425 on white background.



Black color preview on #1C3425 background

This text has black color on #1C3425 background.


White color preview on #1C3425 background

This text has white color on #1C3425 background.