COLOR #221825

HEX: #221825
RGB: (34,24,37)

Color info

#221825 contains red, green and blue colors in about the same proportion. Web safe color of #221825 is #330033 (or #303).

RGB color model

#221825 color RGB value is (34,24,37).

  • red value is 34;
  • green value is 24;
  • blue value is 37.
RGB:
(34,24,37)
(13%,9%,15%)

RGB channels and saturation

R 34 of 255 = 13%
G 24 of 255 = 9%
B 37 of 255 = 15%

34
24
37

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

Portions of RGB colors in percentages

R + G + B =
34 + 24 + 37 = 95 (100%)
R 34 of 95 ~ 35.79%
G 24 of 95 ~ 25.26%
B 37 of 95 ~ 38.95%

%35.79
%25.26
%38.95

CMYK color model

#221825 color CMYK value is (8,35,0,85).

  • cyan value is 8.11%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(8,35,0,85)
C8M35Y0K85 
(8%,35%,0%,85%)
(0.08/0.35/0.00/0.85)	

CMYK percentages

%8.11
%35.14
%0
%85.49

Codes

Color #221825 in popluar color models

221825
RGB342437
HSL286°21.31%11.96%
HSB/HSV286°35.14%14.51%
CMYK8.11%35.14%0.00%
85.49%

Color #221825 in popluar number systems.

HEX221825
Decimal342437
Binary10001011000100101
Octal423045

Shades and tints

Shades of #221825

#221825
(34,24,37)
#1F1622
(31,22,34)
#1C141F
(28,20,31)
#19121C
(25,18,28)
#161019
(22,16,25)
#130E16
(19,14,22)
#100C13
(16,12,19)
#0D0A10
(13,10,16)
#0A080D
(10,8,13)
#07060A
(7,6,10)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #221825

#221825
(34,24,37)
#362D38
(54,45,56)
#4A424B
(74,66,75)
#5E575E
(94,87,94)
#726C71
(114,108,113)
#868184
(134,129,132)
#9A9697
(154,150,151)
#AEABAA
(174,171,170)
#C2C0BD
(194,192,189)
#D6D5D0
(214,213,208)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221825 color. Also use rgb(34,24,37) instead hex code.

Text Font Color

.myTextColor { color: #221825; }

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

This text font color is #221825.


Background Color

.myBgColor { background-color: #221825; }

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

This div background color is #221825.


Border color

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

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

This div border color is #221825.


Opacity

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

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

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

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

This text has shadow with #221825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221825 on black background.


Color preview on white background

This text has color #221825 on white background.



Black color preview on #221825 background

This text has black color on #221825 background.


White color preview on #221825 background

This text has white color on #221825 background.