COLOR #042321

HEX: #042321 RGB: (4,35,33)

Color info

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

RGB color model

#042321 color RGB value is (4,35,33).

RGB: (4,35,33) (2%, 14%, 13%)

RGB channels and saturation

R 4 of 255 = 2%
G 35 of 255 = 14%
B 33 of 255 = 13%

4
35
33

R + G + B ~ 10%. #042321 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 35 + 33 = 72 (100%)
R 4 of 72 ~ 5.56%
G 35 of 72 ~ 48.61%
B 33 of 72 ~ 45.83'%

%48.61
%45.83

CMYK color model

#042321 color CMYK value is (89,0,6,86).

  • cyan value is 88.57%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 86.27%

CMYK: (89,0,6,86)
C89M0Y6K86 (89%, 0%, 6%, 86%)
(0.89 / 0.00 / 0.06 / 0.86)

CMYK percentages

%88.57
%0
%5.71
%86.27

Codes

Color #042321 in popluar color models

04 23 21
RGB 4 35 33
HSL 176° 79.49% 7.65%
HSB/HSV 176° 88.57% 13.73%
CMYK 88.57% 0.00% 5.71%
86.27%

Color #042321 in popluar number systems.

HEX 04 23 21
Decimal 4 35 33
Binary 100 100011 100001
Octal 4 43 41

Shades and tints

Shades of #042321

#042321
(4,35,33)
#04201E
(4,32,30)
#041D1B
(4,29,27)
#041A18
(4,26,24)
#041715
(4,23,21)
#041412
(4,20,18)
#04110F
(4,17,15)
#040E0C
(4,14,12)
#040B09
(4,11,9)
#040806
(4,8,6)
#040503
(4,5,3)
#000000
(0,0,0)

Tints of #042321

#042321
(4,35,33)
#1A3735
(26,55,53)
#304B49
(48,75,73)
#465F5D
(70,95,93)
#5C7371
(92,115,113)
#728785
(114,135,133)
#889B99
(136,155,153)
#9EAFAD
(158,175,173)
#B4C3C1
(180,195,193)
#CAD7D5
(202,215,213)
#E0EBE9
(224,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042321; }

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

This text font color is #042321.

Background Color

.myBgColor { background-color: #042321; }

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

This div background color is #042321.

Border color

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

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

This div border color is #042321.

Opacity

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

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

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

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

This text has shadow with #042321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042321.

Preview

Color preview on black background

This text has color #042321 on black background.


Color preview on white background

This text has color #042321 on white background.


Black color preview on #042321 background

This text has black color on #042321 background.


White color preview on #042321 background

This text has white color on #042321 background.


Related colors

Complementary color

Complementary color for #hex is #FBDCDE.


I love getcolorcode.com

Triadic colors

1 #210423 and #232104 with #042321 are triadic colors.

2 #212304 and #230421 with #042321 are triadic colors.