COLOR #183255

HEX: #183255 RGB: (24,50,85)

Color info

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

RGB color model

#183255 color RGB value is (24,50,85).

RGB: (24,50,85) (9%, 20%, 33%)

RGB channels and saturation

R 24 of 255 = 9%
G 50 of 255 = 20%
B 85 of 255 = 33%

24
50
85

R + G + B ~ 21%. #183255 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 50 + 85 = 159 (100%)
R 24 of 159 ~ 15.09%
G 50 of 159 ~ 31.45%
B 85 of 159 ~ 53.46'%

%15.09
%31.45
%53.46

CMYK color model

#183255 color CMYK value is (72,41,0,67).

  • cyan value is 71.76%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (72,41,0,67)
C72M41Y0K67 (72%, 41%, 0%, 67%)
(0.72 / 0.41 / 0.00 / 0.67)

CMYK percentages

%71.76
%41.18
%0
%66.67

Codes

Color #183255 in popluar color models

18 32 55
RGB 24 50 85
HSL 214° 55.96% 21.37%
HSB/HSV 214° 71.76% 33.33%
CMYK 71.76% 41.18% 0.00%
66.67%

Color #183255 in popluar number systems.

HEX 18 32 55
Decimal 24 50 85
Binary 11000 110010 1010101
Octal 30 62 125

Shades and tints

Shades of #183255

#183255
(24,50,85)
#162E4E
(22,46,78)
#142A47
(20,42,71)
#122640
(18,38,64)
#102239
(16,34,57)
#0E1E32
(14,30,50)
#0C1A2B
(12,26,43)
#0A1624
(10,22,36)
#08121D
(8,18,29)
#060E16
(6,14,22)
#040A0F
(4,10,15)
#000000
(0,0,0)

Tints of #183255

#183255
(24,50,85)
#2D4464
(45,68,100)
#425673
(66,86,115)
#576882
(87,104,130)
#6C7A91
(108,122,145)
#818CA0
(129,140,160)
#969EAF
(150,158,175)
#ABB0BE
(171,176,190)
#C0C2CD
(192,194,205)
#D5D4DC
(213,212,220)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #183255 color. Also use rgb(24,50,85) instead hex code.

Text Font Color

.myTextColor { color: #183255; }

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

This text font color is #183255.

Background Color

.myBgColor { background-color: #183255; }

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

This div background color is #183255.

Border color

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

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

This div border color is #183255.

Opacity

.myOpacity80 { color: #183255; opacity: 0.8; }

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

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

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

This text has shadow with #183255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #183255.

Preview

Color preview on black background

This text has color #183255 on black background.


Color preview on white background

This text has color #183255 on white background.


Black color preview on #183255 background

This text has black color on #183255 background.


White color preview on #183255 background

This text has white color on #183255 background.


Related colors

Complementary color

Complementary color for #hex is #E7CDAA.


I love getcolorcode.com

Triadic colors

1 #551832 and #325518 with #183255 are triadic colors.

2 #553218 and #321855 with #183255 are triadic colors.