COLOR #252058

HEX: #252058
RGB: (37,32,88)

Color info

#252058 contains red, green and blue colors in about the same proportion. Web safe color of #252058 is #333366 (or #336).

RGB color model

#252058 color RGB value is (37,32,88).

  • red value is 37;
  • green value is 32;
  • blue value is 88.
RGB:
(37,32,88)
(15%,13%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 88 of 255 = 35%

37
32
88

R + G + B ~ 21%. #252058 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 88 = 157 (100%)
R 37 of 157 ~ 23.57%
G 32 of 157 ~ 20.38%
B 88 of 157 ~ 56.05%

%23.57
%20.38
%56.05

CMYK color model

#252058 color CMYK value is (58,64,0,65).

  • cyan value is 57.95%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(58,64,0,65)
C58M64Y0K65 
(58%,64%,0%,65%)
(0.58/0.64/0.00/0.65)	

CMYK percentages

%57.95
%63.64
%0
%65.49

Codes

Color #252058 in popluar color models

252058
RGB373288
HSL245°46.67%23.53%
HSB/HSV245°63.64%34.51%
CMYK57.95%63.64%0.00%
65.49%

Color #252058 in popluar number systems.

HEX252058
Decimal373288
Binary1001011000001011000
Octal4540130

Shades and tints

Shades of #252058

#252058
(37,32,88)
#221E50
(34,30,80)
#1F1C48
(31,28,72)
#1C1A40
(28,26,64)
#191838
(25,24,56)
#161630
(22,22,48)
#131428
(19,20,40)
#101220
(16,18,32)
#0D1018
(13,16,24)
#0A0E10
(10,14,16)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #252058

#252058
(37,32,88)
#383467
(56,52,103)
#4B4876
(75,72,118)
#5E5C85
(94,92,133)
#717094
(113,112,148)
#8484A3
(132,132,163)
#9798B2
(151,152,178)
#AAACC1
(170,172,193)
#BDC0D0
(189,192,208)
#D0D4DF
(208,212,223)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252058; }

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

This text font color is #252058.


Background Color

.myBgColor { background-color: #252058; }

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

This div background color is #252058.


Border color

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

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

This div border color is #252058.


Opacity

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

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

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

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

This text has shadow with #252058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252058 on black background.


Color preview on white background

This text has color #252058 on white background.



Black color preview on #252058 background

This text has black color on #252058 background.


White color preview on #252058 background

This text has white color on #252058 background.