COLOR #183C58

HEX: #183C58 RGB: (24,60,88)

Color info

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

RGB color model

#183C58 color RGB value is (24,60,88).

RGB: (24,60,88) (9%, 24%, 35%)

RGB channels and saturation

R 24 of 255 = 9%
G 60 of 255 = 24%
B 88 of 255 = 35%

24
60
88

R + G + B ~ 23%. #183C58 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 60 + 88 = 172 (100%)
R 24 of 172 ~ 13.95%
G 60 of 172 ~ 34.88%
B 88 of 172 ~ 51.16'%

%13.95
%34.88
%51.16

CMYK color model

#183C58 color CMYK value is (73,32,0,65).

  • cyan value is 72.73%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (73,32,0,65)
C73M32Y0K65 (73%, 32%, 0%, 65%)
(0.73 / 0.32 / 0.00 / 0.65)

CMYK percentages

%72.73
%31.82
%0
%65.49

Codes

Color #183C58 in popluar color models

18 3C 58
RGB 24 60 88
HSL 206° 57.14% 21.96%
HSB/HSV 206° 72.73% 34.51%
CMYK 72.73% 31.82% 0.00%
65.49%

Color #183C58 in popluar number systems.

HEX 18 3C 58
Decimal 24 60 88
Binary 11000 111100 1011000
Octal 30 74 130

Shades and tints

Shades of #183C58

#183C58
(24,60,88)
#163750
(22,55,80)
#143248
(20,50,72)
#122D40
(18,45,64)
#102838
(16,40,56)
#0E2330
(14,35,48)
#0C1E28
(12,30,40)
#0A1920
(10,25,32)
#081418
(8,20,24)
#060F10
(6,15,16)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #183C58

#183C58
(24,60,88)
#2D4D67
(45,77,103)
#425E76
(66,94,118)
#576F85
(87,111,133)
#6C8094
(108,128,148)
#8191A3
(129,145,163)
#96A2B2
(150,162,178)
#ABB3C1
(171,179,193)
#C0C4D0
(192,196,208)
#D5D5DF
(213,213,223)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #183C58; }

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

This text font color is #183C58.

Background Color

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

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

This div background color is #183C58.

Border color

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

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

This div border color is #183C58.

Opacity

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

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

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

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

This text has shadow with #183C58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183C58.

Preview

Color preview on black background

This text has color #183C58 on black background.


Color preview on white background

This text has color #183C58 on white background.


Black color preview on #183C58 background

This text has black color on #183C58 background.


White color preview on #183C58 background

This text has white color on #183C58 background.


Related colors

Complementary color

Complementary color for #hex is #E7C3A7.


I love getcolorcode.com

Triadic colors

1 #58183C and #3C5818 with #183C58 are triadic colors.

2 #583C18 and #3C1858 with #183C58 are triadic colors.