COLOR #184D49

HEX: #184D49
RGB: (24,77,73)

Color info

#184D49 contains red, green and blue colors in about the same proportion. Web safe color of #184D49 is #003333 (or #033).

RGB color model

#184D49 color RGB value is (24,77,73).

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

RGB channels and saturation

R 24 of 255 = 9%
G 77 of 255 = 30%
B 73 of 255 = 29%

24
77
73

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

Portions of RGB colors in percentages

R + G + B =
24 + 77 + 73 = 174 (100%)
R 24 of 174 ~ 13.79%
G 77 of 174 ~ 44.25%
B 73 of 174 ~ 41.95%

%13.79
%44.25
%41.95

CMYK color model

#184D49 color CMYK value is (69,0,5,70).

  • cyan value is 68.83%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 69.80%
CMYK:
(69,0,5,70)
C69M0Y5K70 
(69%,0%,5%,70%)
(0.69/0.00/0.05/0.70)	

CMYK percentages

%68.83
%0
%5.19
%69.8

Codes

Color #184D49 in popluar color models

184D49
RGB247773
HSL175°52.48%19.80%
HSB/HSV175°68.83%30.20%
CMYK68.83%0.00%5.19%
69.80%

Color #184D49 in popluar number systems.

HEX184D49
Decimal247773
Binary1100010011011001001
Octal30115111

Shades and tints

Shades of #184D49

#184D49
(24,77,73)
#164643
(22,70,67)
#143F3D
(20,63,61)
#123837
(18,56,55)
#103131
(16,49,49)
#0E2A2B
(14,42,43)
#0C2325
(12,35,37)
#0A1C1F
(10,28,31)
#081519
(8,21,25)
#060E13
(6,14,19)
#04070D
(4,7,13)
#000000
(0,0,0)

Tints of #184D49

#184D49
(24,77,73)
#2D5D59
(45,93,89)
#426D69
(66,109,105)
#577D79
(87,125,121)
#6C8D89
(108,141,137)
#819D99
(129,157,153)
#96ADA9
(150,173,169)
#ABBDB9
(171,189,185)
#C0CDC9
(192,205,201)
#D5DDD9
(213,221,217)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184D49; }

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

This text font color is #184D49.


Background Color

.myBgColor { background-color: #184D49; }

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

This div background color is #184D49.


Border color

.myBorderColor { border: 1px solid #184D49; }

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

This div border color is #184D49.


Opacity

.myOpacity80 { color: #184D49; opacity: 0.8; }

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

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

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

This text has shadow with #184D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184D49 on black background.


Color preview on white background

This text has color #184D49 on white background.



Black color preview on #184D49 background

This text has black color on #184D49 background.


White color preview on #184D49 background

This text has white color on #184D49 background.