COLOR #25313B

HEX: #25313B RGB: (37,49,59)

Color info

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

RGB color model

#25313B color RGB value is (37,49,59).

RGB: (37,49,59) (15%, 19%, 23%)

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 59 of 255 = 23%

37
49
59

R + G + B ~ 19%. #25313B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 49 + 59 = 145 (100%)
R 37 of 145 ~ 25.52%
G 49 of 145 ~ 33.79%
B 59 of 145 ~ 40.69'%

%25.52
%33.79
%40.69

CMYK color model

#25313B color CMYK value is (37,17,0,77).

  • cyan value is 37.29%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (37,17,0,77)
C37M17Y0K77 (37%, 17%, 0%, 77%)
(0.37 / 0.17 / 0.00 / 0.77)

CMYK percentages

%37.29
%16.95
%0
%76.86

Codes

Color #25313B in popluar color models

25 31 3B
RGB 37 49 59
HSL 207° 22.92% 18.82%
HSB/HSV 207° 37.29% 23.14%
CMYK 37.29% 16.95% 0.00%
76.86%

Color #25313B in popluar number systems.

HEX 25 31 3B
Decimal 37 49 59
Binary 100101 110001 111011
Octal 45 61 73

Shades and tints

Shades of #25313B

#25313B
(37,49,59)
#222D36
(34,45,54)
#1F2931
(31,41,49)
#1C252C
(28,37,44)
#192127
(25,33,39)
#161D22
(22,29,34)
#13191D
(19,25,29)
#101518
(16,21,24)
#0D1113
(13,17,19)
#0A0D0E
(10,13,14)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #25313B

#25313B
(37,49,59)
#38434C
(56,67,76)
#4B555D
(75,85,93)
#5E676E
(94,103,110)
#71797F
(113,121,127)
#848B90
(132,139,144)
#979DA1
(151,157,161)
#AAAFB2
(170,175,178)
#BDC1C3
(189,193,195)
#D0D3D4
(208,211,212)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25313B; }

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

This text font color is #25313B.

Background Color

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

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

This div background color is #25313B.

Border color

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

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

This div border color is #25313B.

Opacity

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

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

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

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

This text has shadow with #25313B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25313B.

Preview

Color preview on black background

This text has color #25313B on black background.


Color preview on white background

This text has color #25313B on white background.


Black color preview on #25313B background

This text has black color on #25313B background.


White color preview on #25313B background

This text has white color on #25313B background.


Related colors

Complementary color

Complementary color for #hex is #DACEC4.


I love getcolorcode.com

Triadic colors

1 #3B2531 and #313B25 with #25313B are triadic colors.

2 #3B3125 and #31253B with #25313B are triadic colors.