COLOR #25203D

HEX: #25203D
RGB: (37,32,61)

Color info

#25203D contains red, green and blue colors in about the same proportion. Web safe color of #25203D is #333333 (or #333).

RGB color model

#25203D color RGB value is (37,32,61).

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

RGB channels and saturation

R 37 of 255 = 15%
G 32 of 255 = 13%
B 61 of 255 = 24%

37
32
61

R + G + B ~ 17%. #25203D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 32 + 61 = 130 (100%)
R 37 of 130 ~ 28.46%
G 32 of 130 ~ 24.62%
B 61 of 130 ~ 46.92%

%28.46
%24.62
%46.92

CMYK color model

#25203D color CMYK value is (39,48,0,76).

  • cyan value is 39.34%
  • magenta value is 47.54%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(39,48,0,76)
C39M48Y0K76 
(39%,48%,0%,76%)
(0.39/0.48/0.00/0.76)	

CMYK percentages

%39.34
%47.54
%0
%76.08

Codes

Color #25203D in popluar color models

25203D
RGB373261
HSL250°31.18%18.24%
HSB/HSV250°47.54%23.92%
CMYK39.34%47.54%0.00%
76.08%

Color #25203D in popluar number systems.

HEX25203D
Decimal373261
Binary100101100000111101
Octal454075

Shades and tints

Shades of #25203D

#25203D
(37,32,61)
#221E38
(34,30,56)
#1F1C33
(31,28,51)
#1C1A2E
(28,26,46)
#191829
(25,24,41)
#161624
(22,22,36)
#13141F
(19,20,31)
#10121A
(16,18,26)
#0D1015
(13,16,21)
#0A0E10
(10,14,16)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #25203D

#25203D
(37,32,61)
#38344E
(56,52,78)
#4B485F
(75,72,95)
#5E5C70
(94,92,112)
#717081
(113,112,129)
#848492
(132,132,146)
#9798A3
(151,152,163)
#AAACB4
(170,172,180)
#BDC0C5
(189,192,197)
#D0D4D6
(208,212,214)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25203D; }

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

This text font color is #25203D.


Background Color

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

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

This div background color is #25203D.


Border color

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

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

This div border color is #25203D.


Opacity

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

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

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

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

This text has shadow with #25203D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25203D on black background.


Color preview on white background

This text has color #25203D on white background.



Black color preview on #25203D background

This text has black color on #25203D background.


White color preview on #25203D background

This text has white color on #25203D background.