COLOR #1C3325

HEX: #1C3325
RGB: (28,51,37)

Color info

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

RGB color model

#1C3325 color RGB value is (28,51,37).

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

RGB channels and saturation

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

28
51
37

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

Portions of RGB colors in percentages

R + G + B =
28 + 51 + 37 = 116 (100%)
R 28 of 116 ~ 24.14%
G 51 of 116 ~ 43.97%
B 37 of 116 ~ 31.9%

%24.14
%43.97
%31.9

CMYK color model

#1C3325 color CMYK value is (45,0,27,80).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK:
(45,0,27,80)
C45M0Y27K80 
(45%,0%,27%,80%)
(0.45/0.00/0.27/0.80)	

CMYK percentages

%45.1
%0
%27.45
%80

Codes

Color #1C3325 in popluar color models

1C3325
RGB285137
HSL143°29.11%15.49%
HSB/HSV143°45.10%20.00%
CMYK45.10%0.00%27.45%
80.00%

Color #1C3325 in popluar number systems.

HEX1C3325
Decimal285137
Binary11100110011100101
Octal346345

Shades and tints

Shades of #1C3325

#1C3325
(28,51,37)
#1A2F22
(26,47,34)
#182B1F
(24,43,31)
#16271C
(22,39,28)
#142319
(20,35,25)
#121F16
(18,31,22)
#101B13
(16,27,19)
#0E1710
(14,23,16)
#0C130D
(12,19,13)
#0A0F0A
(10,15,10)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #1C3325

#1C3325
(28,51,37)
#304538
(48,69,56)
#44574B
(68,87,75)
#58695E
(88,105,94)
#6C7B71
(108,123,113)
#808D84
(128,141,132)
#949F97
(148,159,151)
#A8B1AA
(168,177,170)
#BCC3BD
(188,195,189)
#D0D5D0
(208,213,208)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3325; }

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

This text font color is #1C3325.


Background Color

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

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

This div background color is #1C3325.


Border color

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

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

This div border color is #1C3325.


Opacity

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

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

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

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

This text has shadow with #1C3325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3325 on black background.


Color preview on white background

This text has color #1C3325 on white background.



Black color preview on #1C3325 background

This text has black color on #1C3325 background.


White color preview on #1C3325 background

This text has white color on #1C3325 background.