COLOR #043421

HEX: #043421
RGB: (4,52,33)

Color info

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

RGB color model

#043421 color RGB value is (4,52,33).

  • red value is 4;
  • green value is 52;
  • blue value is 33.
RGB:
(4,52,33)
(2%,20%,13%)

RGB channels and saturation

R 4 of 255 = 2%
G 52 of 255 = 20%
B 33 of 255 = 13%

4
52
33

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

Portions of RGB colors in percentages

R + G + B =
4 + 52 + 33 = 89 (100%)
R 4 of 89 ~ 4.49%
G 52 of 89 ~ 58.43%
B 33 of 89 ~ 37.08%

%58.43
%37.08

CMYK color model

#043421 color CMYK value is (92,0,37,80).

  • cyan value is 92.31%
  • magenta value is 0.00%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK:
(92,0,37,80)
C92M0Y37K80 
(92%,0%,37%,80%)
(0.92/0.00/0.37/0.80)	

CMYK percentages

%92.31
%0
%36.54
%79.61

Codes

Color #043421 in popluar color models

043421
RGB45233
HSL156°85.71%10.98%
HSB/HSV156°92.31%20.39%
CMYK92.31%0.00%36.54%
79.61%

Color #043421 in popluar number systems.

HEX043421
Decimal45233
Binary100110100100001
Octal46441

Shades and tints

Shades of #043421

#043421
(4,52,33)
#04301E
(4,48,30)
#042C1B
(4,44,27)
#042818
(4,40,24)
#042415
(4,36,21)
#042012
(4,32,18)
#041C0F
(4,28,15)
#04180C
(4,24,12)
#041409
(4,20,9)
#041006
(4,16,6)
#040C03
(4,12,3)
#000000
(0,0,0)

Tints of #043421

#043421
(4,52,33)
#1A4635
(26,70,53)
#305849
(48,88,73)
#466A5D
(70,106,93)
#5C7C71
(92,124,113)
#728E85
(114,142,133)
#88A099
(136,160,153)
#9EB2AD
(158,178,173)
#B4C4C1
(180,196,193)
#CAD6D5
(202,214,213)
#E0E8E9
(224,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #043421; }

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

This text font color is #043421.


Background Color

.myBgColor { background-color: #043421; }

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

This div background color is #043421.


Border color

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

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

This div border color is #043421.


Opacity

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

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

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

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

This text has shadow with #043421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043421 on black background.


Color preview on white background

This text has color #043421 on white background.



Black color preview on #043421 background

This text has black color on #043421 background.


White color preview on #043421 background

This text has white color on #043421 background.