COLOR #042521

HEX: #042521 RGB: (4,37,33)

Color info

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

RGB color model

#042521 color RGB value is (4,37,33).

RGB: (4,37,33) (2%, 15%, 13%)

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 33 of 255 = 13%

4
37
33

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

Portions of RGB colors in percentages

R + G + B = 4 + 37 + 33 = 74 (100%)
R 4 of 74 ~ 5.41%
G 37 of 74 ~ 50%
B 33 of 74 ~ 44.59'%

%50
%44.59

CMYK color model

#042521 color CMYK value is (89,0,11,85).

  • cyan value is 89.19%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 85.49%

CMYK: (89,0,11,85)
C89M0Y11K85 (89%, 0%, 11%, 85%)
(0.89 / 0.00 / 0.11 / 0.85)

CMYK percentages

%89.19
%0
%10.81
%85.49

Codes

Color #042521 in popluar color models

04 25 21
RGB 4 37 33
HSL 173° 80.49% 8.04%
HSB/HSV 173° 89.19% 14.51%
CMYK 89.19% 0.00% 10.81%
85.49%

Color #042521 in popluar number systems.

HEX 04 25 21
Decimal 4 37 33
Binary 100 100101 100001
Octal 4 45 41

Shades and tints

Shades of #042521

#042521
(4,37,33)
#04221E
(4,34,30)
#041F1B
(4,31,27)
#041C18
(4,28,24)
#041915
(4,25,21)
#041612
(4,22,18)
#04130F
(4,19,15)
#04100C
(4,16,12)
#040D09
(4,13,9)
#040A06
(4,10,6)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #042521

#042521
(4,37,33)
#1A3835
(26,56,53)
#304B49
(48,75,73)
#465E5D
(70,94,93)
#5C7171
(92,113,113)
#728485
(114,132,133)
#889799
(136,151,153)
#9EAAAD
(158,170,173)
#B4BDC1
(180,189,193)
#CAD0D5
(202,208,213)
#E0E3E9
(224,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042521; }

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

This text font color is #042521.

Background Color

.myBgColor { background-color: #042521; }

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

This div background color is #042521.

Border color

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

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

This div border color is #042521.

Opacity

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

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

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

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

This text has shadow with #042521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042521.

Preview

Color preview on black background

This text has color #042521 on black background.


Color preview on white background

This text has color #042521 on white background.


Black color preview on #042521 background

This text has black color on #042521 background.


White color preview on #042521 background

This text has white color on #042521 background.


Related colors

Complementary color

Complementary color for #hex is #FBDADE.


I love getcolorcode.com

Triadic colors

1 #210425 and #252104 with #042521 are triadic colors.

2 #212504 and #250421 with #042521 are triadic colors.