COLOR #04341F

HEX: #04341F RGB: (4,52,31)

Color info

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

RGB color model

#04341F color RGB value is (4,52,31).

RGB: (4,52,31) (2%, 20%, 12%)

RGB channels and saturation

R 4 of 255 = 2%
G 52 of 255 = 20%
B 31 of 255 = 12%

4
52
31

R + G + B ~ 11%. #04341F is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 52 + 31 = 87 (100%)
R 4 of 87 ~ 4.6%
G 52 of 87 ~ 59.77%
B 31 of 87 ~ 35.63'%

%59.77
%35.63

CMYK color model

#04341F color CMYK value is (92,0,40,80).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 79.61%

CMYK: (92,0,40,80)
C92M0Y40K80 (92%, 0%, 40%, 80%)
(0.92 / 0.00 / 0.40 / 0.80)

CMYK percentages

%92.31
%0
%40.38
%79.61

Codes

Color #04341F in popluar color models

04 34 1F
RGB 4 52 31
HSL 154° 85.71% 10.98%
HSB/HSV 154° 92.31% 20.39%
CMYK 92.31% 0.00% 40.38%
79.61%

Color #04341F in popluar number systems.

HEX 04 34 1F
Decimal 4 52 31
Binary 100 110100 11111
Octal 4 64 37

Shades and tints

Shades of #04341F

#04341F
(4,52,31)
#04301D
(4,48,29)
#042C1B
(4,44,27)
#042819
(4,40,25)
#042417
(4,36,23)
#042015
(4,32,21)
#041C13
(4,28,19)
#041811
(4,24,17)
#04140F
(4,20,15)
#04100D
(4,16,13)
#040C0B
(4,12,11)
#000000
(0,0,0)

Tints of #04341F

#04341F
(4,52,31)
#1A4633
(26,70,51)
#305847
(48,88,71)
#466A5B
(70,106,91)
#5C7C6F
(92,124,111)
#728E83
(114,142,131)
#88A097
(136,160,151)
#9EB2AB
(158,178,171)
#B4C4BF
(180,196,191)
#CAD6D3
(202,214,211)
#E0E8E7
(224,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04341F color. Also use rgb(4,52,31) instead hex code.

Text Font Color

.myTextColor { color: #04341F; }

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

This text font color is #04341F.

Background Color

.myBgColor { background-color: #04341F; }

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

This div background color is #04341F.

Border color

.myBorderColor { border: 1px solid #04341F; }

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

This div border color is #04341F.

Opacity

.myOpacity80 { color: #04341F; opacity: 0.8; }

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

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

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

This text has shadow with #04341F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04341F.

Preview

Color preview on black background

This text has color #04341F on black background.


Color preview on white background

This text has color #04341F on white background.


Black color preview on #04341F background

This text has black color on #04341F background.


White color preview on #04341F background

This text has white color on #04341F background.


Related colors

Complementary color

Complementary color for #hex is #FBCBE0.


I love getcolorcode.com

Triadic colors

1 #1F0434 and #341F04 with #04341F are triadic colors.

2 #1F3404 and #34041F with #04341F are triadic colors.