COLOR #25184C

HEX: #25184C
RGB: (37,24,76)

Color info

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

RGB color model

#25184C color RGB value is (37,24,76).

  • red value is 37;
  • green value is 24;
  • blue value is 76.
RGB:
(37,24,76)
(15%,9%,30%)

RGB channels and saturation

R 37 of 255 = 15%
G 24 of 255 = 9%
B 76 of 255 = 30%

37
24
76

R + G + B ~ 18%. #25184C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 24 + 76 = 137 (100%)
R 37 of 137 ~ 27.01%
G 24 of 137 ~ 17.52%
B 76 of 137 ~ 55.47%

%27.01
%17.52
%55.47

CMYK color model

#25184C color CMYK value is (51,68,0,70).

  • cyan value is 51.32%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(51,68,0,70)
C51M68Y0K70 
(51%,68%,0%,70%)
(0.51/0.68/0.00/0.70)	

CMYK percentages

%51.32
%68.42
%0
%70.2

Codes

Color #25184C in popluar color models

25184C
RGB372476
HSL255°52.00%19.61%
HSB/HSV255°68.42%29.80%
CMYK51.32%68.42%0.00%
70.20%

Color #25184C in popluar number systems.

HEX25184C
Decimal372476
Binary100101110001001100
Octal4530114

Shades and tints

Shades of #25184C

#25184C
(37,24,76)
#221646
(34,22,70)
#1F1440
(31,20,64)
#1C123A
(28,18,58)
#191034
(25,16,52)
#160E2E
(22,14,46)
#130C28
(19,12,40)
#100A22
(16,10,34)
#0D081C
(13,8,28)
#0A0616
(10,6,22)
#070410
(7,4,16)
#000000
(0,0,0)

Tints of #25184C

#25184C
(37,24,76)
#382D5C
(56,45,92)
#4B426C
(75,66,108)
#5E577C
(94,87,124)
#716C8C
(113,108,140)
#84819C
(132,129,156)
#9796AC
(151,150,172)
#AAABBC
(170,171,188)
#BDC0CC
(189,192,204)
#D0D5DC
(208,213,220)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25184C color. Also use rgb(37,24,76) instead hex code.

Text Font Color

.myTextColor { color: #25184C; }

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

This text font color is #25184C.


Background Color

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

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

This div background color is #25184C.


Border color

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

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

This div border color is #25184C.


Opacity

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

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

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

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

This text has shadow with #25184C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25184C on black background.


Color preview on white background

This text has color #25184C on white background.



Black color preview on #25184C background

This text has black color on #25184C background.


White color preview on #25184C background

This text has white color on #25184C background.