COLOR #184A06

HEX: #184A06 RGB: (24,74,6)

Color info

#184A06 contains mainly red and green colors. Web safe color of #184A06 is #003300 (or #030).

RGB color model

#184A06 color RGB value is (24,74,6).

RGB: (24,74,6) (9%, 29%, 2%)

RGB channels and saturation

R 24 of 255 = 9%
G 74 of 255 = 29%
B 6 of 255 = 2%

24
74
6

R + G + B ~ 13%. #184A06 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 74 + 6 = 104 (100%)
R 24 of 104 ~ 23.08%
G 74 of 104 ~ 71.15%
B 6 of 104 ~ 5.77'%

%23.08
%71.15

CMYK color model

#184A06 color CMYK value is (68,0,92,71).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 91.89%
  • key color value is 70.98%

CMYK: (68,0,92,71)
C68M0Y92K71 (68%, 0%, 92%, 71%)
(0.68 / 0.00 / 0.92 / 0.71)

CMYK percentages

%67.57
%0
%91.89
%70.98

Codes

Color #184A06 in popluar color models

18 4A 06
RGB 24 74 6
HSL 104° 85.00% 15.69%
HSB/HSV 104° 91.89% 29.02%
CMYK 67.57% 0.00% 91.89%
70.98%

Color #184A06 in popluar number systems.

HEX 18 4A 06
Decimal 24 74 6
Binary 11000 1001010 110
Octal 30 112 6

Shades and tints

Shades of #184A06

#184A06
(24,74,6)
#164406
(22,68,6)
#143E06
(20,62,6)
#123806
(18,56,6)
#103206
(16,50,6)
#0E2C06
(14,44,6)
#0C2606
(12,38,6)
#0A2006
(10,32,6)
#081A06
(8,26,6)
#061406
(6,20,6)
#040E06
(4,14,6)
#000000
(0,0,0)

Tints of #184A06

#184A06
(24,74,6)
#2D5A1C
(45,90,28)
#426A32
(66,106,50)
#577A48
(87,122,72)
#6C8A5E
(108,138,94)
#819A74
(129,154,116)
#96AA8A
(150,170,138)
#ABBAA0
(171,186,160)
#C0CAB6
(192,202,182)
#D5DACC
(213,218,204)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #184A06; }

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

This text font color is #184A06.

Background Color

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

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

This div background color is #184A06.

Border color

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

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

This div border color is #184A06.

Opacity

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

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

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

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

This text has shadow with #184A06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184A06.

Preview

Color preview on black background

This text has color #184A06 on black background.


Color preview on white background

This text has color #184A06 on white background.


Black color preview on #184A06 background

This text has black color on #184A06 background.


White color preview on #184A06 background

This text has white color on #184A06 background.


Related colors

Complementary color

Complementary color for #hex is #E7B5F9.


I love getcolorcode.com

Triadic colors

1 #06184A and #4A0618 with #184A06 are triadic colors.

2 #064A18 and #4A1806 with #184A06 are triadic colors.