COLOR #25283C

HEX: #25283C
RGB: (37,40,60)

Color info

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

RGB color model

#25283C color RGB value is (37,40,60).

  • red value is 37;
  • green value is 40;
  • blue value is 60.
RGB:
(37,40,60)
(15%,16%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 60 of 255 = 24%

37
40
60

R + G + B ~ 18%. #25283C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 60 = 137 (100%)
R 37 of 137 ~ 27.01%
G 40 of 137 ~ 29.2%
B 60 of 137 ~ 43.8%

%27.01
%29.2
%43.8

CMYK color model

#25283C color CMYK value is (38,33,0,76).

  • cyan value is 38.33%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(38,33,0,76)
C38M33Y0K76 
(38%,33%,0%,76%)
(0.38/0.33/0.00/0.76)	

CMYK percentages

%38.33
%33.33
%0
%76.47

Codes

Color #25283C in popluar color models

25283C
RGB374060
HSL232°23.71%19.02%
HSB/HSV232°38.33%23.53%
CMYK38.33%33.33%0.00%
76.47%

Color #25283C in popluar number systems.

HEX25283C
Decimal374060
Binary100101101000111100
Octal455074

Shades and tints

Shades of #25283C

#25283C
(37,40,60)
#222537
(34,37,55)
#1F2232
(31,34,50)
#1C1F2D
(28,31,45)
#191C28
(25,28,40)
#161923
(22,25,35)
#13161E
(19,22,30)
#101319
(16,19,25)
#0D1014
(13,16,20)
#0A0D0F
(10,13,15)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #25283C

#25283C
(37,40,60)
#383B4D
(56,59,77)
#4B4E5E
(75,78,94)
#5E616F
(94,97,111)
#717480
(113,116,128)
#848791
(132,135,145)
#979AA2
(151,154,162)
#AAADB3
(170,173,179)
#BDC0C4
(189,192,196)
#D0D3D5
(208,211,213)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25283C color. Also use rgb(37,40,60) instead hex code.

Text Font Color

.myTextColor { color: #25283C; }

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

This text font color is #25283C.


Background Color

.myBgColor { background-color: #25283C; }

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

This div background color is #25283C.


Border color

.myBorderColor { border: 1px solid #25283C; }

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

This div border color is #25283C.


Opacity

.myOpacity80 { color: #25283C; opacity: 0.8; }

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

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

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

This text has shadow with #25283C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25283C on black background.


Color preview on white background

This text has color #25283C on white background.



Black color preview on #25283C background

This text has black color on #25283C background.


White color preview on #25283C background

This text has white color on #25283C background.