COLOR #25182F

HEX: #25182F RGB: (37,24,47)

Color info

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

RGB color model

#25182F color RGB value is (37,24,47).

RGB: (37,24,47) (15%, 9%, 18%)

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 47 of 255 = 18%

37
24
47

R + G + B ~ 14%. #25182F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 24 + 47 = 108 (100%)
R 37 of 108 ~ 34.26%
G 24 of 108 ~ 22.22%
B 47 of 108 ~ 43.52'%

%34.26
%22.22
%43.52

CMYK color model

#25182F color CMYK value is (21,49,0,82).

  • cyan value is 21.28%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (21,49,0,82)
C21M49Y0K82 (21%, 49%, 0%, 82%)
(0.21 / 0.49 / 0.00 / 0.82)

CMYK percentages

%21.28
%48.94
%0
%81.57

Codes

Color #25182F in popluar color models

25 18 2F
RGB 37 24 47
HSL 274° 32.39% 13.92%
HSB/HSV 274° 48.94% 18.43%
CMYK 21.28% 48.94% 0.00%
81.57%

Color #25182F in popluar number systems.

HEX 25 18 2F
Decimal 37 24 47
Binary 100101 11000 101111
Octal 45 30 57

Shades and tints

Shades of #25182F

#25182F
(37,24,47)
#22162B
(34,22,43)
#1F1427
(31,20,39)
#1C1223
(28,18,35)
#19101F
(25,16,31)
#160E1B
(22,14,27)
#130C17
(19,12,23)
#100A13
(16,10,19)
#0D080F
(13,8,15)
#0A060B
(10,6,11)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #25182F

#25182F
(37,24,47)
#382D41
(56,45,65)
#4B4253
(75,66,83)
#5E5765
(94,87,101)
#716C77
(113,108,119)
#848189
(132,129,137)
#97969B
(151,150,155)
#AAABAD
(170,171,173)
#BDC0BF
(189,192,191)
#D0D5D1
(208,213,209)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25182F; }

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

This text font color is #25182F.

Background Color

.myBgColor { background-color: #25182F; }

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

This div background color is #25182F.

Border color

.myBorderColor { border: 1px solid #25182F; }

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

This div border color is #25182F.

Opacity

.myOpacity80 { color: #25182F; opacity: 0.8; }

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

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

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

This text has shadow with #25182F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25182F.

Preview

Color preview on black background

This text has color #25182F on black background.


Color preview on white background

This text has color #25182F on white background.


Black color preview on #25182F background

This text has black color on #25182F background.


White color preview on #25182F background

This text has white color on #25182F background.


Related colors

Complementary color

Complementary color for #hex is #DAE7D0.


I love getcolorcode.com

Triadic colors

1 #2F2518 and #182F25 with #25182F are triadic colors.

2 #2F1825 and #18252F with #25182F are triadic colors.