COLOR #1C093D

HEX: #1C093D RGB: (28,9,61)

Color info

#1C093D contains red, green and blue colors in about the same proportion. Web safe color of #1C093D is #330033 (or #303).

RGB color model

#1C093D color RGB value is (28,9,61).

RGB: (28,9,61) (11%, 4%, 24%)

RGB channels and saturation

R 28 of 255 = 11%
G 9 of 255 = 4%
B 61 of 255 = 24%

28
9
61

R + G + B ~ 13%. #1C093D is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 9 + 61 = 98 (100%)
R 28 of 98 ~ 28.57%
G 9 of 98 ~ 9.18%
B 61 of 98 ~ 62.24'%

%28.57
%62.24

CMYK color model

#1C093D color CMYK value is (54,85,0,76).

  • cyan value is 54.10%
  • magenta value is 85.25%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (54,85,0,76)
C54M85Y0K76 (54%, 85%, 0%, 76%)
(0.54 / 0.85 / 0.00 / 0.76)

CMYK percentages

%54.1
%85.25
%0
%76.08

Codes

Color #1C093D in popluar color models

1C 09 3D
RGB 28 9 61
HSL 262° 74.29% 13.73%
HSB/HSV 262° 85.25% 23.92%
CMYK 54.10% 85.25% 0.00%
76.08%

Color #1C093D in popluar number systems.

HEX 1C 09 3D
Decimal 28 9 61
Binary 11100 1001 111101
Octal 34 11 75

Shades and tints

Shades of #1C093D

#1C093D
(28,9,61)
#1A0938
(26,9,56)
#180933
(24,9,51)
#16092E
(22,9,46)
#140929
(20,9,41)
#120924
(18,9,36)
#10091F
(16,9,31)
#0E091A
(14,9,26)
#0C0915
(12,9,21)
#0A0910
(10,9,16)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #1C093D

#1C093D
(28,9,61)
#301F4E
(48,31,78)
#44355F
(68,53,95)
#584B70
(88,75,112)
#6C6181
(108,97,129)
#807792
(128,119,146)
#948DA3
(148,141,163)
#A8A3B4
(168,163,180)
#BCB9C5
(188,185,197)
#D0CFD6
(208,207,214)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C093D; }

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

This text font color is #1C093D.

Background Color

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

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

This div background color is #1C093D.

Border color

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

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

This div border color is #1C093D.

Opacity

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

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

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

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

This text has shadow with #1C093D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C093D.

Preview

Color preview on black background

This text has color #1C093D on black background.


Color preview on white background

This text has color #1C093D on white background.


Black color preview on #1C093D background

This text has black color on #1C093D background.


White color preview on #1C093D background

This text has white color on #1C093D background.


Related colors

Complementary color

Complementary color for #hex is #E3F6C2.


I love getcolorcode.com

Triadic colors

1 #3D1C09 and #093D1C with #1C093D are triadic colors.

2 #3D091C and #091C3D with #1C093D are triadic colors.