COLOR #1C3953

HEX: #1C3953
RGB: (28,57,83)

Color info

#1C3953 contains red, green and blue colors in about the same proportion. Web safe color of #1C3953 is #333366 (or #336).

RGB color model

#1C3953 color RGB value is (28,57,83).

  • red value is 28;
  • green value is 57;
  • blue value is 83.
RGB:
(28,57,83)
(11%,22%,33%)

RGB channels and saturation

R 28 of 255 = 11%
G 57 of 255 = 22%
B 83 of 255 = 33%

28
57
83

R + G + B ~ 22%. #1C3953 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 57 + 83 = 168 (100%)
R 28 of 168 ~ 16.67%
G 57 of 168 ~ 33.93%
B 83 of 168 ~ 49.4%

%16.67
%33.93
%49.4

CMYK color model

#1C3953 color CMYK value is (66,31,0,67).

  • cyan value is 66.27%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(66,31,0,67)
C66M31Y0K67 
(66%,31%,0%,67%)
(0.66/0.31/0.00/0.67)	

CMYK percentages

%66.27
%31.33
%0
%67.45

Codes

Color #1C3953 in popluar color models

1C3953
RGB285783
HSL208°49.55%21.76%
HSB/HSV208°66.27%32.55%
CMYK66.27%31.33%0.00%
67.45%

Color #1C3953 in popluar number systems.

HEX1C3953
Decimal285783
Binary111001110011010011
Octal3471123

Shades and tints

Shades of #1C3953

#1C3953
(28,57,83)
#1A344C
(26,52,76)
#182F45
(24,47,69)
#162A3E
(22,42,62)
#142537
(20,37,55)
#122030
(18,32,48)
#101B29
(16,27,41)
#0E1622
(14,22,34)
#0C111B
(12,17,27)
#0A0C14
(10,12,20)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #1C3953

#1C3953
(28,57,83)
#304B62
(48,75,98)
#445D71
(68,93,113)
#586F80
(88,111,128)
#6C818F
(108,129,143)
#80939E
(128,147,158)
#94A5AD
(148,165,173)
#A8B7BC
(168,183,188)
#BCC9CB
(188,201,203)
#D0DBDA
(208,219,218)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3953 color. Also use rgb(28,57,83) instead hex code.

Text Font Color

.myTextColor { color: #1C3953; }

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

This text font color is #1C3953.


Background Color

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

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

This div background color is #1C3953.


Border color

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

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

This div border color is #1C3953.


Opacity

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

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

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

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

This text has shadow with #1C3953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3953 on black background.


Color preview on white background

This text has color #1C3953 on white background.



Black color preview on #1C3953 background

This text has black color on #1C3953 background.


White color preview on #1C3953 background

This text has white color on #1C3953 background.