COLOR #185449

HEX: #185449
RGB: (24,84,73)

Color info

#185449 contains mainly green and blue colors. Web safe color of #185449 is #006633 (or #063).

RGB color model

#185449 color RGB value is (24,84,73).

  • red value is 24;
  • green value is 84;
  • blue value is 73.
RGB:
(24,84,73)
(9%,33%,29%)

RGB channels and saturation

R 24 of 255 = 9%
G 84 of 255 = 33%
B 73 of 255 = 29%

24
84
73

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

Portions of RGB colors in percentages

R + G + B =
24 + 84 + 73 = 181 (100%)
R 24 of 181 ~ 13.26%
G 84 of 181 ~ 46.41%
B 73 of 181 ~ 40.33%

%13.26
%46.41
%40.33

CMYK color model

#185449 color CMYK value is (71,0,13,67).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 67.06%
CMYK:
(71,0,13,67)
C71M0Y13K67 
(71%,0%,13%,67%)
(0.71/0.00/0.13/0.67)	

CMYK percentages

%71.43
%0
%13.1
%67.06

Codes

Color #185449 in popluar color models

185449
RGB248473
HSL169°55.56%21.18%
HSB/HSV169°71.43%32.94%
CMYK71.43%0.00%13.10%
67.06%

Color #185449 in popluar number systems.

HEX185449
Decimal248473
Binary1100010101001001001
Octal30124111

Shades and tints

Shades of #185449

#185449
(24,84,73)
#164D43
(22,77,67)
#14463D
(20,70,61)
#123F37
(18,63,55)
#103831
(16,56,49)
#0E312B
(14,49,43)
#0C2A25
(12,42,37)
#0A231F
(10,35,31)
#081C19
(8,28,25)
#061513
(6,21,19)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #185449

#185449
(24,84,73)
#2D6359
(45,99,89)
#427269
(66,114,105)
#578179
(87,129,121)
#6C9089
(108,144,137)
#819F99
(129,159,153)
#96AEA9
(150,174,169)
#ABBDB9
(171,189,185)
#C0CCC9
(192,204,201)
#D5DBD9
(213,219,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #185449 color. Also use rgb(24,84,73) instead hex code.

Text Font Color

.myTextColor { color: #185449; }

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

This text font color is #185449.


Background Color

.myBgColor { background-color: #185449; }

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

This div background color is #185449.


Border color

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

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

This div border color is #185449.


Opacity

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

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

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

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

This text has shadow with #185449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #185449 on black background.


Color preview on white background

This text has color #185449 on white background.



Black color preview on #185449 background

This text has black color on #185449 background.


White color preview on #185449 background

This text has white color on #185449 background.