COLOR #184261

HEX: #184261 RGB: (24,66,97)

Color info

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

RGB color model

#184261 color RGB value is (24,66,97).

RGB: (24,66,97) (9%, 26%, 38%)

RGB channels and saturation

R 24 of 255 = 9%
G 66 of 255 = 26%
B 97 of 255 = 38%

24
66
97

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

Portions of RGB colors in percentages

R + G + B = 24 + 66 + 97 = 187 (100%)
R 24 of 187 ~ 12.83%
G 66 of 187 ~ 35.29%
B 97 of 187 ~ 51.87'%

%12.83
%35.29
%51.87

CMYK color model

#184261 color CMYK value is (75,32,0,62).

  • cyan value is 75.26%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (75,32,0,62) C75M32Y0K62 (75%,32%,0%,62%) (0.75/0.32/0.00/0.62) 

CMYK percentages

%75.26
%31.96
%0
%61.96

Codes

Color #184261 in popluar color models

18 42 61
RGB 24 66 97
HSL 205° 60.33% 23.73%
HSB/HSV 205° 75.26% 38.04%
CMYK 75.26% 31.96% 0.00%
61.96%

Color #184261 in popluar number systems.

HEX 18 42 61
Decimal 24 66 97
Binary 11000 1000010 1100001
Octal 30 102 141

Shades and tints

Shades of #184261

#184261
(24,66,97)
#163C59
(22,60,89)
#143651
(20,54,81)
#123049
(18,48,73)
#102A41
(16,42,65)
#0E2439
(14,36,57)
#0C1E31
(12,30,49)
#0A1829
(10,24,41)
#081221
(8,18,33)
#060C19
(6,12,25)
#040611
(4,6,17)
#000000
(0,0,0)

Tints of #184261

#184261
(24,66,97)
#2D536F
(45,83,111)
#42647D
(66,100,125)
#57758B
(87,117,139)
#6C8699
(108,134,153)
#8197A7
(129,151,167)
#96A8B5
(150,168,181)
#ABB9C3
(171,185,195)
#C0CAD1
(192,202,209)
#D5DBDF
(213,219,223)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184261; }

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

This text font color is #184261.

Background Color

.myBgColor { background-color: #184261; }

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

This div background color is #184261.

Border color

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

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

This div border color is #184261.

Opacity

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

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

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

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

This text has shadow with #184261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184261.

Preview

Color preview on black background

This text has color #184261 on black background.


Color preview on white background

This text has color #184261 on white background.


Black color preview on #184261 background

This text has black color on #184261 background.


White color preview on #184261 background

This text has white color on #184261 background.


Related colors

Complementary color

Complementary color for #hex is #E7BD9E.


I love getcolorcode.com

Triadic colors

1 #611842 and #426118 with #184261 are triadic colors.

2 #614218 and #421861 with #184261 are triadic colors.