COLOR #183C62

HEX: #183C62 RGB: (24,60,98)

Color info

#183C62 contains mainly green and blue colors. Web safe color of #183C62 is #003366 (or #036).

RGB color model

#183C62 color RGB value is (24,60,98).

RGB: (24,60,98) (9%, 24%, 38%)

RGB channels and saturation

R 24 of 255 = 9%
G 60 of 255 = 24%
B 98 of 255 = 38%

24
60
98

R + G + B ~ 24%. #183C62 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 60 + 98 = 182 (100%)
R 24 of 182 ~ 13.19%
G 60 of 182 ~ 32.97%
B 98 of 182 ~ 53.85'%

%13.19
%32.97
%53.85

CMYK color model

#183C62 color CMYK value is (76,39,0,62).

  • cyan value is 75.51%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (76,39,0,62)
C76M39Y0K62 (76%, 39%, 0%, 62%)
(0.76 / 0.39 / 0.00 / 0.62)

CMYK percentages

%75.51
%38.78
%0
%61.57

Codes

Color #183C62 in popluar color models

18 3C 62
RGB 24 60 98
HSL 211° 60.66% 23.92%
HSB/HSV 211° 75.51% 38.43%
CMYK 75.51% 38.78% 0.00%
61.57%

Color #183C62 in popluar number systems.

HEX 18 3C 62
Decimal 24 60 98
Binary 11000 111100 1100010
Octal 30 74 142

Shades and tints

Shades of #183C62

#183C62
(24,60,98)
#16375A
(22,55,90)
#143252
(20,50,82)
#122D4A
(18,45,74)
#102842
(16,40,66)
#0E233A
(14,35,58)
#0C1E32
(12,30,50)
#0A192A
(10,25,42)
#081422
(8,20,34)
#060F1A
(6,15,26)
#040A12
(4,10,18)
#000000
(0,0,0)

Tints of #183C62

#183C62
(24,60,98)
#2D4D70
(45,77,112)
#425E7E
(66,94,126)
#576F8C
(87,111,140)
#6C809A
(108,128,154)
#8191A8
(129,145,168)
#96A2B6
(150,162,182)
#ABB3C4
(171,179,196)
#C0C4D2
(192,196,210)
#D5D5E0
(213,213,224)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183C62 color. Also use rgb(24,60,98) instead hex code.

Text Font Color

.myTextColor { color: #183C62; }

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

This text font color is #183C62.

Background Color

.myBgColor { background-color: #183C62; }

<div style="background-color:#183C62">Inner text</div>

This div background color is #183C62.

Border color

.myBorderColor { border: 1px solid #183C62; }

<div style="border:3px solid #183C62">Div</div>

This div border color is #183C62.

Opacity

.myOpacity80 { color: #183C62; opacity: 0.8; }

<p style="color:#183C62;opacity:0.8;">80%</p>

Text with #183C62 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 #183C62;}

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

This text has shadow with #183C62 color.


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

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

This text has shadow with #183C62 primary color and red secondary color.


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

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

This text has shadow with #183C62 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #183C62.

Preview

Color preview on black background

This text has color #183C62 on black background.


Color preview on white background

This text has color #183C62 on white background.


Black color preview on #183C62 background

This text has black color on #183C62 background.


White color preview on #183C62 background

This text has white color on #183C62 background.


Related colors

Complementary color

Complementary color for #hex is #E7C39D.


I love getcolorcode.com

Triadic colors

1 #62183C and #3C6218 with #183C62 are triadic colors.

2 #623C18 and #3C1862 with #183C62 are triadic colors.