COLOR #04401B

HEX: #04401B RGB: (4,64,27)

Color info

#04401B contains mainly green and blue colors. Web safe color of #04401B is #003333 (or #033).

RGB color model

#04401B color RGB value is (4,64,27).

RGB: (4,64,27) (2%, 25%, 11%)

RGB channels and saturation

R 4 of 255 = 2%
G 64 of 255 = 25%
B 27 of 255 = 11%

4
64
27

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

Portions of RGB colors in percentages

R + G + B = 4 + 64 + 27 = 95 (100%)
R 4 of 95 ~ 4.21%
G 64 of 95 ~ 67.37%
B 27 of 95 ~ 28.42'%

%67.37
%28.42

CMYK color model

#04401B color CMYK value is (94,0,58,75).

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

CMYK: (94,0,58,75)
C94M0Y58K75 (94%, 0%, 58%, 75%)
(0.94 / 0.00 / 0.58 / 0.75)

CMYK percentages

%93.75
%0
%57.81
%74.9

Codes

Color #04401B in popluar color models

04 40 1B
RGB 4 64 27
HSL 143° 88.24% 13.33%
HSB/HSV 143° 93.75% 25.10%
CMYK 93.75% 0.00% 57.81%
74.90%

Color #04401B in popluar number systems.

HEX 04 40 1B
Decimal 4 64 27
Binary 100 1000000 11011
Octal 4 100 33

Shades and tints

Shades of #04401B

#04401B
(4,64,27)
#043B19
(4,59,25)
#043617
(4,54,23)
#043115
(4,49,21)
#042C13
(4,44,19)
#042711
(4,39,17)
#04220F
(4,34,15)
#041D0D
(4,29,13)
#04180B
(4,24,11)
#041309
(4,19,9)
#040E07
(4,14,7)
#000000
(0,0,0)

Tints of #04401B

#04401B
(4,64,27)
#1A512F
(26,81,47)
#306243
(48,98,67)
#467357
(70,115,87)
#5C846B
(92,132,107)
#72957F
(114,149,127)
#88A693
(136,166,147)
#9EB7A7
(158,183,167)
#B4C8BB
(180,200,187)
#CAD9CF
(202,217,207)
#E0EAE3
(224,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04401B; }

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

This text font color is #04401B.

Background Color

.myBgColor { background-color: #04401B; }

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

This div background color is #04401B.

Border color

.myBorderColor { border: 1px solid #04401B; }

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

This div border color is #04401B.

Opacity

.myOpacity80 { color: #04401B; opacity: 0.8; }

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

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

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

This text has shadow with #04401B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04401B.

Preview

Color preview on black background

This text has color #04401B on black background.


Color preview on white background

This text has color #04401B on white background.


Black color preview on #04401B background

This text has black color on #04401B background.


White color preview on #04401B background

This text has white color on #04401B background.


Related colors

Complementary color

Complementary color for #hex is #FBBFE4.


I love getcolorcode.com

Triadic colors

1 #1B0440 and #401B04 with #04401B are triadic colors.

2 #1B4004 and #40041B with #04401B are triadic colors.