COLOR #25345D

HEX: #25345D
RGB: (37,52,93)

Color info

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

RGB color model

#25345D color RGB value is (37,52,93).

  • red value is 37;
  • green value is 52;
  • blue value is 93.
RGB:
(37,52,93)
(15%,20%,36%)

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 93 of 255 = 36%

37
52
93

R + G + B ~ 24%. #25345D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 93 = 182 (100%)
R 37 of 182 ~ 20.33%
G 52 of 182 ~ 28.57%
B 93 of 182 ~ 51.1%

%20.33
%28.57
%51.1

CMYK color model

#25345D color CMYK value is (60,44,0,64).

  • cyan value is 60.22%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(60,44,0,64)
C60M44Y0K64 
(60%,44%,0%,64%)
(0.60/0.44/0.00/0.64)	

CMYK percentages

%60.22
%44.09
%0
%63.53

Codes

Color #25345D in popluar color models

25345D
RGB375293
HSL224°43.08%25.49%
HSB/HSV224°60.22%36.47%
CMYK60.22%44.09%0.00%
63.53%

Color #25345D in popluar number systems.

HEX25345D
Decimal375293
Binary1001011101001011101
Octal4564135

Shades and tints

Shades of #25345D

#25345D
(37,52,93)
#223055
(34,48,85)
#1F2C4D
(31,44,77)
#1C2845
(28,40,69)
#19243D
(25,36,61)
#162035
(22,32,53)
#131C2D
(19,28,45)
#101825
(16,24,37)
#0D141D
(13,20,29)
#0A1015
(10,16,21)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #25345D

#25345D
(37,52,93)
#38466B
(56,70,107)
#4B5879
(75,88,121)
#5E6A87
(94,106,135)
#717C95
(113,124,149)
#848EA3
(132,142,163)
#97A0B1
(151,160,177)
#AAB2BF
(170,178,191)
#BDC4CD
(189,196,205)
#D0D6DB
(208,214,219)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25345D color. Also use rgb(37,52,93) instead hex code.

Text Font Color

.myTextColor { color: #25345D; }

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

This text font color is #25345D.


Background Color

.myBgColor { background-color: #25345D; }

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

This div background color is #25345D.


Border color

.myBorderColor { border: 1px solid #25345D; }

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

This div border color is #25345D.


Opacity

.myOpacity80 { color: #25345D; opacity: 0.8; }

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

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

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

This text has shadow with #25345D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25345D on black background.


Color preview on white background

This text has color #25345D on white background.



Black color preview on #25345D background

This text has black color on #25345D background.


White color preview on #25345D background

This text has white color on #25345D background.