COLOR #252575

HEX: #252575 RGB: (37,37,117)

Color info

#252575 contains mainly blue color. Web safe color of #252575 is #333366 (or #336).

RGB color model

#252575 color RGB value is (37,37,117).

RGB: (37,37,117) (15%, 15%, 46%)

RGB channels and saturation

R 37 of 255 = 15%
G 37 of 255 = 15%
B 117 of 255 = 46%

37
37
117

R + G + B ~ 25%. #252575 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 37 + 117 = 191 (100%)
R 37 of 191 ~ 19.37%
G 37 of 191 ~ 19.37%
B 117 of 191 ~ 61.26'%

%19.37
%19.37
%61.26

CMYK color model

#252575 color CMYK value is (68,68,0,54).

  • cyan value is 68.38%
  • magenta value is 68.38%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (68,68,0,54)
C68M68Y0K54 (68%, 68%, 0%, 54%)
(0.68 / 0.68 / 0.00 / 0.54)

CMYK percentages

%68.38
%68.38
%0
%54.12

Codes

Color #252575 in popluar color models

25 25 75
RGB 37 37 117
HSL 240° 51.95% 30.20%
HSB/HSV 240° 68.38% 45.88%
CMYK 68.38% 68.38% 0.00%
54.12%

Color #252575 in popluar number systems.

HEX 25 25 75
Decimal 37 37 117
Binary 100101 100101 1110101
Octal 45 45 165

Shades and tints

Shades of #252575

#252575
(37,37,117)
#22226B
(34,34,107)
#1F1F61
(31,31,97)
#1C1C57
(28,28,87)
#19194D
(25,25,77)
#161643
(22,22,67)
#131339
(19,19,57)
#10102F
(16,16,47)
#0D0D25
(13,13,37)
#0A0A1B
(10,10,27)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #252575

#252575
(37,37,117)
#383881
(56,56,129)
#4B4B8D
(75,75,141)
#5E5E99
(94,94,153)
#7171A5
(113,113,165)
#8484B1
(132,132,177)
#9797BD
(151,151,189)
#AAAAC9
(170,170,201)
#BDBDD5
(189,189,213)
#D0D0E1
(208,208,225)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252575 color. Also use rgb(37,37,117) instead hex code.

Text Font Color

.myTextColor { color: #252575; }

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

This text font color is #252575.

Background Color

.myBgColor { background-color: #252575; }

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

This div background color is #252575.

Border color

.myBorderColor { border: 1px solid #252575; }

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

This div border color is #252575.

Opacity

.myOpacity80 { color: #252575; opacity: 0.8; }

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

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

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

This text has shadow with #252575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #252575.

Preview

Color preview on black background

This text has color #252575 on black background.


Color preview on white background

This text has color #252575 on white background.


Black color preview on #252575 background

This text has black color on #252575 background.


White color preview on #252575 background

This text has white color on #252575 background.


Related colors

Complementary color

Complementary color for #hex is #DADA8A.


I love getcolorcode.com