COLOR #184255

HEX: #184255 RGB: (24,66,85)

Color info

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

RGB color model

#184255 color RGB value is (24,66,85).

RGB: (24,66,85) (9%, 26%, 33%)

RGB channels and saturation

R 24 of 255 = 9%
G 66 of 255 = 26%
B 85 of 255 = 33%

24
66
85

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

Portions of RGB colors in percentages

R + G + B = 24 + 66 + 85 = 175 (100%)
R 24 of 175 ~ 13.71%
G 66 of 175 ~ 37.71%
B 85 of 175 ~ 48.57'%

%13.71
%37.71
%48.57

CMYK color model

#184255 color CMYK value is (72,22,0,67).

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

CMYK: (72,22,0,67)
C72M22Y0K67 (72%, 22%, 0%, 67%)
(0.72 / 0.22 / 0.00 / 0.67)

CMYK percentages

%71.76
%22.35
%0
%66.67

Codes

Color #184255 in popluar color models

18 42 55
RGB 24 66 85
HSL 199° 55.96% 21.37%
HSB/HSV 199° 71.76% 33.33%
CMYK 71.76% 22.35% 0.00%
66.67%

Color #184255 in popluar number systems.

HEX 18 42 55
Decimal 24 66 85
Binary 11000 1000010 1010101
Octal 30 102 125

Shades and tints

Shades of #184255

#184255
(24,66,85)
#163C4E
(22,60,78)
#143647
(20,54,71)
#123040
(18,48,64)
#102A39
(16,42,57)
#0E2432
(14,36,50)
#0C1E2B
(12,30,43)
#0A1824
(10,24,36)
#08121D
(8,18,29)
#060C16
(6,12,22)
#04060F
(4,6,15)
#000000
(0,0,0)

Tints of #184255

#184255
(24,66,85)
#2D5364
(45,83,100)
#426473
(66,100,115)
#577582
(87,117,130)
#6C8691
(108,134,145)
#8197A0
(129,151,160)
#96A8AF
(150,168,175)
#ABB9BE
(171,185,190)
#C0CACD
(192,202,205)
#D5DBDC
(213,219,220)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184255; }

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

This text font color is #184255.

Background Color

.myBgColor { background-color: #184255; }

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

This div background color is #184255.

Border color

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

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

This div border color is #184255.

Opacity

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

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

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

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

This text has shadow with #184255 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184255.

Preview

Color preview on black background

This text has color #184255 on black background.


Color preview on white background

This text has color #184255 on white background.


Black color preview on #184255 background

This text has black color on #184255 background.


White color preview on #184255 background

This text has white color on #184255 background.


Related colors

Complementary color

Complementary color for #hex is #E7BDAA.


I love getcolorcode.com

Triadic colors

1 #551842 and #425518 with #184255 are triadic colors.

2 #554218 and #421855 with #184255 are triadic colors.