COLOR #184A2E

HEX: #184A2E
RGB: (24,74,46)

Color info

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

RGB color model

#184A2E color RGB value is (24,74,46).

  • red value is 24;
  • green value is 74;
  • blue value is 46.
RGB:
(24,74,46)
(9%,29%,18%)

RGB channels and saturation

R 24 of 255 = 9%
G 74 of 255 = 29%
B 46 of 255 = 18%

24
74
46

R + G + B ~ 19%. #184A2E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 74 + 46 = 144 (100%)
R 24 of 144 ~ 16.67%
G 74 of 144 ~ 51.39%
B 46 of 144 ~ 31.94%

%16.67
%51.39
%31.94

CMYK color model

#184A2E color CMYK value is (68,0,38,71).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(68,0,38,71)
C68M0Y38K71 
(68%,0%,38%,71%)
(0.68/0.00/0.38/0.71)	

CMYK percentages

%67.57
%0
%37.84
%70.98

Codes

Color #184A2E in popluar color models

184A2E
RGB247446
HSL146°51.02%19.22%
HSB/HSV146°67.57%29.02%
CMYK67.57%0.00%37.84%
70.98%

Color #184A2E in popluar number systems.

HEX184A2E
Decimal247446
Binary110001001010101110
Octal3011256

Shades and tints

Shades of #184A2E

#184A2E
(24,74,46)
#16442A
(22,68,42)
#143E26
(20,62,38)
#123822
(18,56,34)
#10321E
(16,50,30)
#0E2C1A
(14,44,26)
#0C2616
(12,38,22)
#0A2012
(10,32,18)
#081A0E
(8,26,14)
#06140A
(6,20,10)
#040E06
(4,14,6)
#000000
(0,0,0)

Tints of #184A2E

#184A2E
(24,74,46)
#2D5A41
(45,90,65)
#426A54
(66,106,84)
#577A67
(87,122,103)
#6C8A7A
(108,138,122)
#819A8D
(129,154,141)
#96AAA0
(150,170,160)
#ABBAB3
(171,186,179)
#C0CAC6
(192,202,198)
#D5DAD9
(213,218,217)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184A2E color. Also use rgb(24,74,46) instead hex code.

Text Font Color

.myTextColor { color: #184A2E; }

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

This text font color is #184A2E.


Background Color

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

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

This div background color is #184A2E.


Border color

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

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

This div border color is #184A2E.


Opacity

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

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

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

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

This text has shadow with #184A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184A2E on black background.


Color preview on white background

This text has color #184A2E on white background.



Black color preview on #184A2E background

This text has black color on #184A2E background.


White color preview on #184A2E background

This text has white color on #184A2E background.