COLOR #25393F

HEX: #25393F RGB: (37,57,63)

Color info

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

RGB color model

#25393F color RGB value is (37,57,63).

RGB: (37,57,63) (15%, 22%, 25%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 63 of 255 = 25%

37
57
63

R + G + B ~ 21%. #25393F is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 57 + 63 = 157 (100%)
R 37 of 157 ~ 23.57%
G 57 of 157 ~ 36.31%
B 63 of 157 ~ 40.13'%

%23.57
%36.31
%40.13

CMYK color model

#25393F color CMYK value is (41,10,0,75).

  • cyan value is 41.27%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (41,10,0,75)
C41M10Y0K75 (41%, 10%, 0%, 75%)
(0.41 / 0.10 / 0.00 / 0.75)

CMYK percentages

%41.27
%9.52
%0
%75.29

Codes

Color #25393F in popluar color models

25 39 3F
RGB 37 57 63
HSL 194° 26.00% 19.61%
HSB/HSV 194° 41.27% 24.71%
CMYK 41.27% 9.52% 0.00%
75.29%

Color #25393F in popluar number systems.

HEX 25 39 3F
Decimal 37 57 63
Binary 100101 111001 111111
Octal 45 71 77

Shades and tints

Shades of #25393F

#25393F
(37,57,63)
#22343A
(34,52,58)
#1F2F35
(31,47,53)
#1C2A30
(28,42,48)
#19252B
(25,37,43)
#162026
(22,32,38)
#131B21
(19,27,33)
#10161C
(16,22,28)
#0D1117
(13,17,23)
#0A0C12
(10,12,18)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #25393F

#25393F
(37,57,63)
#384B50
(56,75,80)
#4B5D61
(75,93,97)
#5E6F72
(94,111,114)
#718183
(113,129,131)
#849394
(132,147,148)
#97A5A5
(151,165,165)
#AAB7B6
(170,183,182)
#BDC9C7
(189,201,199)
#D0DBD8
(208,219,216)
#E3EDE9
(227,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25393F; }

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

This text font color is #25393F.

Background Color

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

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

This div background color is #25393F.

Border color

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

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

This div border color is #25393F.

Opacity

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

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

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

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

This text has shadow with #25393F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25393F.

Preview

Color preview on black background

This text has color #25393F on black background.


Color preview on white background

This text has color #25393F on white background.


Black color preview on #25393F background

This text has black color on #25393F background.


White color preview on #25393F background

This text has white color on #25393F background.


Related colors

Complementary color

Complementary color for #hex is #DAC6C0.


I love getcolorcode.com

Triadic colors

1 #3F2539 and #393F25 with #25393F are triadic colors.

2 #3F3925 and #39253F with #25393F are triadic colors.