COLOR #1C3130

HEX: #1C3130
RGB: (28,49,48)

Color info

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

RGB color model

#1C3130 color RGB value is (28,49,48).

  • red value is 28;
  • green value is 49;
  • blue value is 48.
RGB:
(28,49,48)
(11%,19%,19%)

RGB channels and saturation

R 28 of 255 = 11%
G 49 of 255 = 19%
B 48 of 255 = 19%

28
49
48

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

Portions of RGB colors in percentages

R + G + B =
28 + 49 + 48 = 125 (100%)
R 28 of 125 ~ 22.4%
G 49 of 125 ~ 39.2%
B 48 of 125 ~ 38.4%

%22.4
%39.2
%38.4

CMYK color model

#1C3130 color CMYK value is (43,0,2,81).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(43,0,2,81)
C43M0Y2K81 
(43%,0%,2%,81%)
(0.43/0.00/0.02/0.81)	

CMYK percentages

%42.86
%0
%2.04
%80.78

Codes

Color #1C3130 in popluar color models

1C3130
RGB284948
HSL177°27.27%15.10%
HSB/HSV177°42.86%19.22%
CMYK42.86%0.00%2.04%
80.78%

Color #1C3130 in popluar number systems.

HEX1C3130
Decimal284948
Binary11100110001110000
Octal346160

Shades and tints

Shades of #1C3130

#1C3130
(28,49,48)
#1A2D2C
(26,45,44)
#182928
(24,41,40)
#162524
(22,37,36)
#142120
(20,33,32)
#121D1C
(18,29,28)
#101918
(16,25,24)
#0E1514
(14,21,20)
#0C1110
(12,17,16)
#0A0D0C
(10,13,12)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #1C3130

#1C3130
(28,49,48)
#304342
(48,67,66)
#445554
(68,85,84)
#586766
(88,103,102)
#6C7978
(108,121,120)
#808B8A
(128,139,138)
#949D9C
(148,157,156)
#A8AFAE
(168,175,174)
#BCC1C0
(188,193,192)
#D0D3D2
(208,211,210)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3130 color. Also use rgb(28,49,48) instead hex code.

Text Font Color

.myTextColor { color: #1C3130; }

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

This text font color is #1C3130.


Background Color

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

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

This div background color is #1C3130.


Border color

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

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

This div border color is #1C3130.


Opacity

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

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

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

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

This text has shadow with #1C3130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3130 on black background.


Color preview on white background

This text has color #1C3130 on white background.



Black color preview on #1C3130 background

This text has black color on #1C3130 background.


White color preview on #1C3130 background

This text has white color on #1C3130 background.