COLOR #1C3B3A

HEX: #1C3B3A
RGB: (28,59,58)

Color info

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

RGB color model

#1C3B3A color RGB value is (28,59,58).

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

RGB channels and saturation

R 28 of 255 = 11%
G 59 of 255 = 23%
B 58 of 255 = 23%

28
59
58

R + G + B ~ 19%. #1C3B3A is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 59 + 58 = 145 (100%)
R 28 of 145 ~ 19.31%
G 59 of 145 ~ 40.69%
B 58 of 145 ~ 40%

%19.31
%40.69
%40

CMYK color model

#1C3B3A color CMYK value is (53,0,2,77).

  • cyan value is 52.54%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(53,0,2,77)
C53M0Y2K77 
(53%,0%,2%,77%)
(0.53/0.00/0.02/0.77)	

CMYK percentages

%52.54
%0
%1.69
%76.86

Codes

Color #1C3B3A in popluar color models

1C3B3A
RGB285958
HSL178°35.63%17.06%
HSB/HSV178°52.54%23.14%
CMYK52.54%0.00%1.69%
76.86%

Color #1C3B3A in popluar number systems.

HEX1C3B3A
Decimal285958
Binary11100111011111010
Octal347372

Shades and tints

Shades of #1C3B3A

#1C3B3A
(28,59,58)
#1A3635
(26,54,53)
#183130
(24,49,48)
#162C2B
(22,44,43)
#142726
(20,39,38)
#122221
(18,34,33)
#101D1C
(16,29,28)
#0E1817
(14,24,23)
#0C1312
(12,19,18)
#0A0E0D
(10,14,13)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #1C3B3A

#1C3B3A
(28,59,58)
#304C4B
(48,76,75)
#445D5C
(68,93,92)
#586E6D
(88,110,109)
#6C7F7E
(108,127,126)
#80908F
(128,144,143)
#94A1A0
(148,161,160)
#A8B2B1
(168,178,177)
#BCC3C2
(188,195,194)
#D0D4D3
(208,212,211)
#E4E5E4
(228,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3B3A; }

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

This text font color is #1C3B3A.


Background Color

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

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

This div background color is #1C3B3A.


Border color

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

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

This div border color is #1C3B3A.


Opacity

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

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

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

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

This text has shadow with #1C3B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3B3A on black background.


Color preview on white background

This text has color #1C3B3A on white background.



Black color preview on #1C3B3A background

This text has black color on #1C3B3A background.


White color preview on #1C3B3A background

This text has white color on #1C3B3A background.