COLOR #184A2F

HEX: #184A2F
RGB: (24,74,47)

Color info

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

RGB color model

#184A2F color RGB value is (24,74,47).

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

RGB channels and saturation

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

24
74
47

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

Portions of RGB colors in percentages

R + G + B =
24 + 74 + 47 = 145 (100%)
R 24 of 145 ~ 16.55%
G 74 of 145 ~ 51.03%
B 47 of 145 ~ 32.41%

%16.55
%51.03
%32.41

CMYK color model

#184A2F color CMYK value is (68,0,36,71).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 70.98%
CMYK:
(68,0,36,71)
C68M0Y36K71 
(68%,0%,36%,71%)
(0.68/0.00/0.36/0.71)	

CMYK percentages

%67.57
%0
%36.49
%70.98

Codes

Color #184A2F in popluar color models

184A2F
RGB247447
HSL148°51.02%19.22%
HSB/HSV148°67.57%29.02%
CMYK67.57%0.00%36.49%
70.98%

Color #184A2F in popluar number systems.

HEX184A2F
Decimal247447
Binary110001001010101111
Octal3011257

Shades and tints

Shades of #184A2F

#184A2F
(24,74,47)
#16442B
(22,68,43)
#143E27
(20,62,39)
#123823
(18,56,35)
#10321F
(16,50,31)
#0E2C1B
(14,44,27)
#0C2617
(12,38,23)
#0A2013
(10,32,19)
#081A0F
(8,26,15)
#06140B
(6,20,11)
#040E07
(4,14,7)
#000000
(0,0,0)

Tints of #184A2F

#184A2F
(24,74,47)
#2D5A41
(45,90,65)
#426A53
(66,106,83)
#577A65
(87,122,101)
#6C8A77
(108,138,119)
#819A89
(129,154,137)
#96AA9B
(150,170,155)
#ABBAAD
(171,186,173)
#C0CABF
(192,202,191)
#D5DAD1
(213,218,209)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184A2F; }

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

This text font color is #184A2F.


Background Color

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

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

This div background color is #184A2F.


Border color

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

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

This div border color is #184A2F.


Opacity

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

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

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

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

This text has shadow with #184A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #184A2F on black background.


Color preview on white background

This text has color #184A2F on white background.



Black color preview on #184A2F background

This text has black color on #184A2F background.


White color preview on #184A2F background

This text has white color on #184A2F background.