COLOR #25221A

HEX: #25221A RGB: (37,34,26)

Color info

#25221A contains red, green and blue colors in about the same proportion. Web safe color of #25221A is #333300 (or #330).

RGB color model

#25221A color RGB value is (37,34,26).

RGB: (37,34,26) (15%, 13%, 10%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 26 of 255 = 10%

37
34
26

R + G + B ~ 13%. #25221A is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 34 + 26 = 97 (100%)
R 37 of 97 ~ 38.14%
G 34 of 97 ~ 35.05%
B 26 of 97 ~ 26.8'%

%38.14
%35.05
%26.8

CMYK color model

#25221A color CMYK value is (0,8,30,85).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 29.73%
  • key color value is 85.49%
CMYK: (0,8,30,85) C0M8Y30K85 (0%,8%,30%,85%) (0.00/0.08/0.30/0.85) 

CMYK percentages

%0
%8.11
%29.73
%85.49

Codes

Color #25221A in popluar color models

25 22 1A
RGB 37 34 26
HSL 44° 17.46% 12.35%
HSB/HSV 44° 29.73% 14.51%
CMYK 0.00% 8.11% 29.73%
85.49%

Color #25221A in popluar number systems.

HEX 25 22 1A
Decimal 37 34 26
Binary 100101 100010 11010
Octal 45 42 32

Shades and tints

Shades of #25221A

#25221A
(37,34,26)
#221F18
(34,31,24)
#1F1C16
(31,28,22)
#1C1914
(28,25,20)
#191612
(25,22,18)
#161310
(22,19,16)
#13100E
(19,16,14)
#100D0C
(16,13,12)
#0D0A0A
(13,10,10)
#0A0708
(10,7,8)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #25221A

#25221A
(37,34,26)
#38362E
(56,54,46)
#4B4A42
(75,74,66)
#5E5E56
(94,94,86)
#71726A
(113,114,106)
#84867E
(132,134,126)
#979A92
(151,154,146)
#AAAEA6
(170,174,166)
#BDC2BA
(189,194,186)
#D0D6CE
(208,214,206)
#E3EAE2
(227,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25221A; }

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

This text font color is #25221A.

Background Color

.myBgColor { background-color: #25221A; }

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

This div background color is #25221A.

Border color

.myBorderColor { border: 1px solid #25221A; }

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

This div border color is #25221A.

Opacity

.myOpacity80 { color: #25221A; opacity: 0.8; }

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

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

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

This text has shadow with #25221A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25221A.

Preview

Color preview on black background

This text has color #25221A on black background.


Color preview on white background

This text has color #25221A on white background.


Black color preview on #25221A background

This text has black color on #25221A background.


White color preview on #25221A background

This text has white color on #25221A background.


Related colors

Complementary color

Complementary color for #hex is #DADDE5.


I love getcolorcode.com

Triadic colors

1 #1A2522 and #221A25 with #25221A are triadic colors.

2 #1A2225 and #22251A with #25221A are triadic colors.