COLOR #25422B

HEX: #25422B RGB: (37,66,43)

Color info

#25422B contains red, green and blue colors in about the same proportion. Web safe color of #25422B is #333333 (or #333).

RGB color model

#25422B color RGB value is (37,66,43).

RGB: (37,66,43) (15%, 26%, 17%)

RGB channels and saturation

R 37 of 255 = 15%
G 66 of 255 = 26%
B 43 of 255 = 17%

37
66
43

R + G + B ~ 19%. #25422B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 66 + 43 = 146 (100%)
R 37 of 146 ~ 25.34%
G 66 of 146 ~ 45.21%
B 43 of 146 ~ 29.45'%

%25.34
%45.21
%29.45

CMYK color model

#25422B color CMYK value is (44,0,35,74).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 74.12%

CMYK: (44,0,35,74)
C44M0Y35K74 (44%, 0%, 35%, 74%)
(0.44 / 0.00 / 0.35 / 0.74)

CMYK percentages

%43.94
%0
%34.85
%74.12

Codes

Color #25422B in popluar color models

25 42 2B
RGB 37 66 43
HSL 132° 28.16% 20.20%
HSB/HSV 132° 43.94% 25.88%
CMYK 43.94% 0.00% 34.85%
74.12%

Color #25422B in popluar number systems.

HEX 25 42 2B
Decimal 37 66 43
Binary 100101 1000010 101011
Octal 45 102 53

Shades and tints

Shades of #25422B

#25422B
(37,66,43)
#223C28
(34,60,40)
#1F3625
(31,54,37)
#1C3022
(28,48,34)
#192A1F
(25,42,31)
#16241C
(22,36,28)
#131E19
(19,30,25)
#101816
(16,24,22)
#0D1213
(13,18,19)
#0A0C10
(10,12,16)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #25422B

#25422B
(37,66,43)
#38533E
(56,83,62)
#4B6451
(75,100,81)
#5E7564
(94,117,100)
#718677
(113,134,119)
#84978A
(132,151,138)
#97A89D
(151,168,157)
#AAB9B0
(170,185,176)
#BDCAC3
(189,202,195)
#D0DBD6
(208,219,214)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25422B color. Also use rgb(37,66,43) instead hex code.

Text Font Color

.myTextColor { color: #25422B; }

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

This text font color is #25422B.

Background Color

.myBgColor { background-color: #25422B; }

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

This div background color is #25422B.

Border color

.myBorderColor { border: 1px solid #25422B; }

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

This div border color is #25422B.

Opacity

.myOpacity80 { color: #25422B; opacity: 0.8; }

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

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

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

This text has shadow with #25422B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25422B.

Preview

Color preview on black background

This text has color #25422B on black background.


Color preview on white background

This text has color #25422B on white background.


Black color preview on #25422B background

This text has black color on #25422B background.


White color preview on #25422B background

This text has white color on #25422B background.


Related colors

Complementary color

Complementary color for #hex is #DABDD4.


I love getcolorcode.com

Triadic colors

1 #2B2542 and #422B25 with #25422B are triadic colors.

2 #2B4225 and #42252B with #25422B are triadic colors.