COLOR #25122A

HEX: #25122A RGB: (37,18,42)

Color info

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

RGB color model

#25122A color RGB value is (37,18,42).

RGB: (37,18,42) (15%, 7%, 16%)

RGB channels and saturation

R 37 of 255 = 15%
G 18 of 255 = 7%
B 42 of 255 = 16%

37
18
42

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

Portions of RGB colors in percentages

R + G + B = 37 + 18 + 42 = 97 (100%)
R 37 of 97 ~ 38.14%
G 18 of 97 ~ 18.56%
B 42 of 97 ~ 43.3'%

%38.14
%18.56
%43.3

CMYK color model

#25122A color CMYK value is (12,57,0,84).

  • cyan value is 11.90%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 83.53%

CMYK: (12,57,0,84)
C12M57Y0K84 (12%, 57%, 0%, 84%)
(0.12 / 0.57 / 0.00 / 0.84)

CMYK percentages

%11.9
%57.14
%0
%83.53

Codes

Color #25122A in popluar color models

25 12 2A
RGB 37 18 42
HSL 288° 40.00% 11.76%
HSB/HSV 288° 57.14% 16.47%
CMYK 11.90% 57.14% 0.00%
83.53%

Color #25122A in popluar number systems.

HEX 25 12 2A
Decimal 37 18 42
Binary 100101 10010 101010
Octal 45 22 52

Shades and tints

Shades of #25122A

#25122A
(37,18,42)
#221127
(34,17,39)
#1F1024
(31,16,36)
#1C0F21
(28,15,33)
#190E1E
(25,14,30)
#160D1B
(22,13,27)
#130C18
(19,12,24)
#100B15
(16,11,21)
#0D0A12
(13,10,18)
#0A090F
(10,9,15)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #25122A

#25122A
(37,18,42)
#38273D
(56,39,61)
#4B3C50
(75,60,80)
#5E5163
(94,81,99)
#716676
(113,102,118)
#847B89
(132,123,137)
#97909C
(151,144,156)
#AAA5AF
(170,165,175)
#BDBAC2
(189,186,194)
#D0CFD5
(208,207,213)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25122A color. Also use rgb(37,18,42) instead hex code.

Text Font Color

.myTextColor { color: #25122A; }

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

This text font color is #25122A.

Background Color

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

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

This div background color is #25122A.

Border color

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

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

This div border color is #25122A.

Opacity

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

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

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

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

This text has shadow with #25122A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25122A.

Preview

Color preview on black background

This text has color #25122A on black background.


Color preview on white background

This text has color #25122A on white background.


Black color preview on #25122A background

This text has black color on #25122A background.


White color preview on #25122A background

This text has white color on #25122A background.


Related colors

Complementary color

Complementary color for #hex is #DAEDD5.


I love getcolorcode.com

Triadic colors

1 #2A2512 and #122A25 with #25122A are triadic colors.

2 #2A1225 and #12252A with #25122A are triadic colors.