COLOR #25263F

HEX: #25263F
RGB: (37,38,63)

Color info

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

RGB color model

#25263F color RGB value is (37,38,63).

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

RGB channels and saturation

R 37 of 255 = 15%
G 38 of 255 = 15%
B 63 of 255 = 25%

37
38
63

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

Portions of RGB colors in percentages

R + G + B =
37 + 38 + 63 = 138 (100%)
R 37 of 138 ~ 26.81%
G 38 of 138 ~ 27.54%
B 63 of 138 ~ 45.65%

%26.81
%27.54
%45.65

CMYK color model

#25263F color CMYK value is (41,40,0,75).

  • cyan value is 41.27%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(41,40,0,75)
C41M40Y0K75 
(41%,40%,0%,75%)
(0.41/0.40/0.00/0.75)	

CMYK percentages

%41.27
%39.68
%0
%75.29

Codes

Color #25263F in popluar color models

25263F
RGB373863
HSL238°26.00%19.61%
HSB/HSV238°41.27%24.71%
CMYK41.27%39.68%0.00%
75.29%

Color #25263F in popluar number systems.

HEX25263F
Decimal373863
Binary100101100110111111
Octal454677

Shades and tints

Shades of #25263F

#25263F
(37,38,63)
#22233A
(34,35,58)
#1F2035
(31,32,53)
#1C1D30
(28,29,48)
#191A2B
(25,26,43)
#161726
(22,23,38)
#131421
(19,20,33)
#10111C
(16,17,28)
#0D0E17
(13,14,23)
#0A0B12
(10,11,18)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #25263F

#25263F
(37,38,63)
#383950
(56,57,80)
#4B4C61
(75,76,97)
#5E5F72
(94,95,114)
#717283
(113,114,131)
#848594
(132,133,148)
#9798A5
(151,152,165)
#AAABB6
(170,171,182)
#BDBEC7
(189,190,199)
#D0D1D8
(208,209,216)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25263F; }

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

This text font color is #25263F.


Background Color

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

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

This div background color is #25263F.


Border color

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

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

This div border color is #25263F.


Opacity

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

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

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

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

This text has shadow with #25263F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25263F on black background.


Color preview on white background

This text has color #25263F on white background.



Black color preview on #25263F background

This text has black color on #25263F background.


White color preview on #25263F background

This text has white color on #25263F background.