COLOR #1C493A

HEX: #1C493A
RGB: (28,73,58)

Color info

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

RGB color model

#1C493A color RGB value is (28,73,58).

  • red value is 28;
  • green value is 73;
  • blue value is 58.
RGB:
(28,73,58)
(11%,29%,23%)

RGB channels and saturation

R 28 of 255 = 11%
G 73 of 255 = 29%
B 58 of 255 = 23%

28
73
58

R + G + B ~ 21%. #1C493A is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 73 + 58 = 159 (100%)
R 28 of 159 ~ 17.61%
G 73 of 159 ~ 45.91%
B 58 of 159 ~ 36.48%

%17.61
%45.91
%36.48

CMYK color model

#1C493A color CMYK value is (62,0,21,71).

  • cyan value is 61.64%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(62,0,21,71)
C62M0Y21K71 
(62%,0%,21%,71%)
(0.62/0.00/0.21/0.71)	

CMYK percentages

%61.64
%0
%20.55
%71.37

Codes

Color #1C493A in popluar color models

1C493A
RGB287358
HSL160°44.55%19.80%
HSB/HSV160°61.64%28.63%
CMYK61.64%0.00%20.55%
71.37%

Color #1C493A in popluar number systems.

HEX1C493A
Decimal287358
Binary111001001001111010
Octal3411172

Shades and tints

Shades of #1C493A

#1C493A
(28,73,58)
#1A4335
(26,67,53)
#183D30
(24,61,48)
#16372B
(22,55,43)
#143126
(20,49,38)
#122B21
(18,43,33)
#10251C
(16,37,28)
#0E1F17
(14,31,23)
#0C1912
(12,25,18)
#0A130D
(10,19,13)
#080D08
(8,13,8)
#000000
(0,0,0)

Tints of #1C493A

#1C493A
(28,73,58)
#30594B
(48,89,75)
#44695C
(68,105,92)
#58796D
(88,121,109)
#6C897E
(108,137,126)
#80998F
(128,153,143)
#94A9A0
(148,169,160)
#A8B9B1
(168,185,177)
#BCC9C2
(188,201,194)
#D0D9D3
(208,217,211)
#E4E9E4
(228,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C493A color. Also use rgb(28,73,58) instead hex code.

Text Font Color

.myTextColor { color: #1C493A; }

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

This text font color is #1C493A.


Background Color

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

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

This div background color is #1C493A.


Border color

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

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

This div border color is #1C493A.


Opacity

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

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

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

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

This text has shadow with #1C493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C493A on black background.


Color preview on white background

This text has color #1C493A on white background.



Black color preview on #1C493A background

This text has black color on #1C493A background.


White color preview on #1C493A background

This text has white color on #1C493A background.