COLOR #25142C

HEX: #25142C RGB: (37,20,44)

Color info

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

RGB color model

#25142C color RGB value is (37,20,44).

RGB: (37,20,44) (15%, 8%, 17%)

RGB channels and saturation

R 37 of 255 = 15%
G 20 of 255 = 8%
B 44 of 255 = 17%

37
20
44

R + G + B ~ 13%. #25142C is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 20 + 44 = 101 (100%)
R 37 of 101 ~ 36.63%
G 20 of 101 ~ 19.8%
B 44 of 101 ~ 43.56'%

%36.63
%19.8
%43.56

CMYK color model

#25142C color CMYK value is (16,55,0,83).

  • cyan value is 15.91%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK: (16,55,0,83) C16M55Y0K83 (16%,55%,0%,83%) (0.16/0.55/0.00/0.83) 

CMYK percentages

%15.91
%54.55
%0
%82.75

Codes

Color #25142C in popluar color models

25 14 2C
RGB 37 20 44
HSL 283° 37.50% 12.55%
HSB/HSV 283° 54.55% 17.25%
CMYK 15.91% 54.55% 0.00%
82.75%

Color #25142C in popluar number systems.

HEX 25 14 2C
Decimal 37 20 44
Binary 100101 10100 101100
Octal 45 24 54

Shades and tints

Shades of #25142C

#25142C
(37,20,44)
#221328
(34,19,40)
#1F1224
(31,18,36)
#1C1120
(28,17,32)
#19101C
(25,16,28)
#160F18
(22,15,24)
#130E14
(19,14,20)
#100D10
(16,13,16)
#0D0C0C
(13,12,12)
#0A0B08
(10,11,8)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #25142C

#25142C
(37,20,44)
#38293F
(56,41,63)
#4B3E52
(75,62,82)
#5E5365
(94,83,101)
#716878
(113,104,120)
#847D8B
(132,125,139)
#97929E
(151,146,158)
#AAA7B1
(170,167,177)
#BDBCC4
(189,188,196)
#D0D1D7
(208,209,215)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25142C color. Also use rgb(37,20,44) instead hex code.

Text Font Color

.myTextColor { color: #25142C; }

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

This text font color is #25142C.

Background Color

.myBgColor { background-color: #25142C; }

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

This div background color is #25142C.

Border color

.myBorderColor { border: 1px solid #25142C; }

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

This div border color is #25142C.

Opacity

.myOpacity80 { color: #25142C; opacity: 0.8; }

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

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

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

This text has shadow with #25142C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25142C.

Preview

Color preview on black background

This text has color #25142C on black background.


Color preview on white background

This text has color #25142C on white background.


Black color preview on #25142C background

This text has black color on #25142C background.


White color preview on #25142C background

This text has white color on #25142C background.


Related colors

Complementary color

Complementary color for #hex is #DAEBD3.


I love getcolorcode.com

Triadic colors

1 #2C2514 and #142C25 with #25142C are triadic colors.

2 #2C1425 and #14252C with #25142C are triadic colors.