COLOR #1C3D61

HEX: #1C3D61 RGB: (28,61,97)

Color info

#1C3D61 contains mainly green and blue colors. Web safe color of #1C3D61 is #333366 (or #336).

RGB color model

#1C3D61 color RGB value is (28,61,97).

RGB: (28,61,97) (11%, 24%, 38%)

RGB channels and saturation

R 28 of 255 = 11%
G 61 of 255 = 24%
B 97 of 255 = 38%

28
61
97

R + G + B ~ 24%. #1C3D61 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 61 + 97 = 186 (100%)
R 28 of 186 ~ 15.05%
G 61 of 186 ~ 32.8%
B 97 of 186 ~ 52.15'%

%15.05
%32.8
%52.15

CMYK color model

#1C3D61 color CMYK value is (71,37,0,62).

  • cyan value is 71.13%
  • magenta value is 37.11%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (71,37,0,62) C71M37Y0K62 (71%,37%,0%,62%) (0.71/0.37/0.00/0.62) 

CMYK percentages

%71.13
%37.11
%0
%61.96

Codes

Color #1C3D61 in popluar color models

1C 3D 61
RGB 28 61 97
HSL 211° 55.20% 24.51%
HSB/HSV 211° 71.13% 38.04%
CMYK 71.13% 37.11% 0.00%
61.96%

Color #1C3D61 in popluar number systems.

HEX 1C 3D 61
Decimal 28 61 97
Binary 11100 111101 1100001
Octal 34 75 141

Shades and tints

Shades of #1C3D61

#1C3D61
(28,61,97)
#1A3859
(26,56,89)
#183351
(24,51,81)
#162E49
(22,46,73)
#142941
(20,41,65)
#122439
(18,36,57)
#101F31
(16,31,49)
#0E1A29
(14,26,41)
#0C1521
(12,21,33)
#0A1019
(10,16,25)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #1C3D61

#1C3D61
(28,61,97)
#304E6F
(48,78,111)
#445F7D
(68,95,125)
#58708B
(88,112,139)
#6C8199
(108,129,153)
#8092A7
(128,146,167)
#94A3B5
(148,163,181)
#A8B4C3
(168,180,195)
#BCC5D1
(188,197,209)
#D0D6DF
(208,214,223)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3D61 color. Also use rgb(28,61,97) instead hex code.

Text Font Color

.myTextColor { color: #1C3D61; }

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

This text font color is #1C3D61.

Background Color

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

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

This div background color is #1C3D61.

Border color

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

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

This div border color is #1C3D61.

Opacity

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

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

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

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

This text has shadow with #1C3D61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3D61.

Preview

Color preview on black background

This text has color #1C3D61 on black background.


Color preview on white background

This text has color #1C3D61 on white background.


Black color preview on #1C3D61 background

This text has black color on #1C3D61 background.


White color preview on #1C3D61 background

This text has white color on #1C3D61 background.


Related colors

Complementary color

Complementary color for #hex is #E3C29E.


I love getcolorcode.com

Triadic colors

1 #611C3D and #3D611C with #1C3D61 are triadic colors.

2 #613D1C and #3D1C61 with #1C3D61 are triadic colors.