COLOR #184004

HEX: #184004 RGB: (24,64,4)

Color info

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

RGB color model

#184004 color RGB value is (24,64,4).

RGB: (24,64,4) (9%, 25%, 2%)

RGB channels and saturation

R 24 of 255 = 9%
G 64 of 255 = 25%
B 4 of 255 = 2%

24
64
4

R + G + B ~ 12%. #184004 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 64 + 4 = 92 (100%)
R 24 of 92 ~ 26.09%
G 64 of 92 ~ 69.57%
B 4 of 92 ~ 4.35'%

%26.09
%69.57

CMYK color model

#184004 color CMYK value is (63,0,94,75).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 74.90%

CMYK: (63,0,94,75)
C63M0Y94K75 (63%, 0%, 94%, 75%)
(0.63 / 0.00 / 0.94 / 0.75)

CMYK percentages

%62.5
%0
%93.75
%74.9

Codes

Color #184004 in popluar color models

18 40 04
RGB 24 64 4
HSL 100° 88.24% 13.33%
HSB/HSV 100° 93.75% 25.10%
CMYK 62.50% 0.00% 93.75%
74.90%

Color #184004 in popluar number systems.

HEX 18 40 04
Decimal 24 64 4
Binary 11000 1000000 100
Octal 30 100 4

Shades and tints

Shades of #184004

#184004
(24,64,4)
#163B04
(22,59,4)
#143604
(20,54,4)
#123104
(18,49,4)
#102C04
(16,44,4)
#0E2704
(14,39,4)
#0C2204
(12,34,4)
#0A1D04
(10,29,4)
#081804
(8,24,4)
#061304
(6,19,4)
#040E04
(4,14,4)
#000000
(0,0,0)

Tints of #184004

#184004
(24,64,4)
#2D511A
(45,81,26)
#426230
(66,98,48)
#577346
(87,115,70)
#6C845C
(108,132,92)
#819572
(129,149,114)
#96A688
(150,166,136)
#ABB79E
(171,183,158)
#C0C8B4
(192,200,180)
#D5D9CA
(213,217,202)
#EAEAE0
(234,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #184004 color. Also use rgb(24,64,4) instead hex code.

Text Font Color

.myTextColor { color: #184004; }

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

This text font color is #184004.

Background Color

.myBgColor { background-color: #184004; }

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

This div background color is #184004.

Border color

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

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

This div border color is #184004.

Opacity

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

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

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

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

This text has shadow with #184004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #184004.

Preview

Color preview on black background

This text has color #184004 on black background.


Color preview on white background

This text has color #184004 on white background.


Black color preview on #184004 background

This text has black color on #184004 background.


White color preview on #184004 background

This text has white color on #184004 background.


Related colors

Complementary color

Complementary color for #hex is #E7BFFB.


I love getcolorcode.com

Triadic colors

1 #041840 and #400418 with #184004 are triadic colors.

2 #044018 and #401804 with #184004 are triadic colors.