COLOR #25233F

HEX: #25233F
RGB: (37,35,63)

Color info

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

RGB color model

#25233F color RGB value is (37,35,63).

  • red value is 37;
  • green value is 35;
  • blue value is 63.
RGB:
(37,35,63)
(15%,14%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 35 of 255 = 14%
B 63 of 255 = 25%

37
35
63

R + G + B ~ 18%. #25233F is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 35 + 63 = 135 (100%)
R 37 of 135 ~ 27.41%
G 35 of 135 ~ 25.93%
B 63 of 135 ~ 46.67%

%27.41
%25.93
%46.67

CMYK color model

#25233F color CMYK value is (41,44,0,75).

  • cyan value is 41.27%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(41,44,0,75)
C41M44Y0K75 
(41%,44%,0%,75%)
(0.41/0.44/0.00/0.75)	

CMYK percentages

%41.27
%44.44
%0
%75.29

Codes

Color #25233F in popluar color models

25233F
RGB373563
HSL244°28.57%19.22%
HSB/HSV244°44.44%24.71%
CMYK41.27%44.44%0.00%
75.29%

Color #25233F in popluar number systems.

HEX25233F
Decimal373563
Binary100101100011111111
Octal454377

Shades and tints

Shades of #25233F

#25233F
(37,35,63)
#22203A
(34,32,58)
#1F1D35
(31,29,53)
#1C1A30
(28,26,48)
#19172B
(25,23,43)
#161426
(22,20,38)
#131121
(19,17,33)
#100E1C
(16,14,28)
#0D0B17
(13,11,23)
#0A0812
(10,8,18)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #25233F

#25233F
(37,35,63)
#383750
(56,55,80)
#4B4B61
(75,75,97)
#5E5F72
(94,95,114)
#717383
(113,115,131)
#848794
(132,135,148)
#979BA5
(151,155,165)
#AAAFB6
(170,175,182)
#BDC3C7
(189,195,199)
#D0D7D8
(208,215,216)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25233F color. Also use rgb(37,35,63) instead hex code.

Text Font Color

.myTextColor { color: #25233F; }

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

This text font color is #25233F.


Background Color

.myBgColor { background-color: #25233F; }

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

This div background color is #25233F.


Border color

.myBorderColor { border: 1px solid #25233F; }

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

This div border color is #25233F.


Opacity

.myOpacity80 { color: #25233F; opacity: 0.8; }

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

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

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

This text has shadow with #25233F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25233F on black background.


Color preview on white background

This text has color #25233F on white background.



Black color preview on #25233F background

This text has black color on #25233F background.


White color preview on #25233F background

This text has white color on #25233F background.