COLOR #25273B

HEX: #25273B
RGB: (37,39,59)

Color info

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

RGB color model

#25273B color RGB value is (37,39,59).

  • red value is 37;
  • green value is 39;
  • blue value is 59.
RGB:
(37,39,59)
(15%,15%,23%)

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 59 of 255 = 23%

37
39
59

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 59 = 135 (100%)
R 37 of 135 ~ 27.41%
G 39 of 135 ~ 28.89%
B 59 of 135 ~ 43.7%

%27.41
%28.89
%43.7

CMYK color model

#25273B color CMYK value is (37,34,0,77).

  • cyan value is 37.29%
  • magenta value is 33.90%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(37,34,0,77)
C37M34Y0K77 
(37%,34%,0%,77%)
(0.37/0.34/0.00/0.77)	

CMYK percentages

%37.29
%33.9
%0
%76.86

Codes

Color #25273B in popluar color models

25273B
RGB373959
HSL235°22.92%18.82%
HSB/HSV235°37.29%23.14%
CMYK37.29%33.90%0.00%
76.86%

Color #25273B in popluar number systems.

HEX25273B
Decimal373959
Binary100101100111111011
Octal454773

Shades and tints

Shades of #25273B

#25273B
(37,39,59)
#222436
(34,36,54)
#1F2131
(31,33,49)
#1C1E2C
(28,30,44)
#191B27
(25,27,39)
#161822
(22,24,34)
#13151D
(19,21,29)
#101218
(16,18,24)
#0D0F13
(13,15,19)
#0A0C0E
(10,12,14)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #25273B

#25273B
(37,39,59)
#383A4C
(56,58,76)
#4B4D5D
(75,77,93)
#5E606E
(94,96,110)
#71737F
(113,115,127)
#848690
(132,134,144)
#9799A1
(151,153,161)
#AAACB2
(170,172,178)
#BDBFC3
(189,191,195)
#D0D2D4
(208,210,212)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25273B color. Also use rgb(37,39,59) instead hex code.

Text Font Color

.myTextColor { color: #25273B; }

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

This text font color is #25273B.


Background Color

.myBgColor { background-color: #25273B; }

<div style="background-color:#25273B">Inner text</div>

This div background color is #25273B.


Border color

.myBorderColor { border: 1px solid #25273B; }

<div style="border:3px solid #25273B">Div</div>

This div border color is #25273B.


Opacity

.myOpacity80 { color: #25273B; opacity: 0.8; }

<p style="color:#25273B;opacity:0.8;">80%</p>

Text with #25273B 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 #25273B;}

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

This text has shadow with #25273B color.

.textShadow {text-shadow: 3px 3px 1px #25273B, 3px 3px 1px red;}

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

This text has shadow with #25273B primary color and red secondary color.


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

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

This text has shadow with #25273B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25273B on black background.


Color preview on white background

This text has color #25273B on white background.



Black color preview on #25273B background

This text has black color on #25273B background.


White color preview on #25273B background

This text has white color on #25273B background.