COLOR #25393D

HEX: #25393D
RGB: (37,57,61)

Color info

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

RGB color model

#25393D color RGB value is (37,57,61).

  • red value is 37;
  • green value is 57;
  • blue value is 61.
RGB:
(37,57,61)
(15%,22%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 57 of 255 = 22%
B 61 of 255 = 24%

37
57
61

R + G + B ~ 20%. #25393D is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 57 + 61 = 155 (100%)
R 37 of 155 ~ 23.87%
G 57 of 155 ~ 36.77%
B 61 of 155 ~ 39.35%

%23.87
%36.77
%39.35

CMYK color model

#25393D color CMYK value is (39,7,0,76).

  • cyan value is 39.34%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(39,7,0,76)
C39M7Y0K76 
(39%,7%,0%,76%)
(0.39/0.07/0.00/0.76)	

CMYK percentages

%39.34
%6.56
%0
%76.08

Codes

Color #25393D in popluar color models

25393D
RGB375761
HSL190°24.49%19.22%
HSB/HSV190°39.34%23.92%
CMYK39.34%6.56%0.00%
76.08%

Color #25393D in popluar number systems.

HEX25393D
Decimal375761
Binary100101111001111101
Octal457175

Shades and tints

Shades of #25393D

#25393D
(37,57,61)
#223438
(34,52,56)
#1F2F33
(31,47,51)
#1C2A2E
(28,42,46)
#192529
(25,37,41)
#162024
(22,32,36)
#131B1F
(19,27,31)
#10161A
(16,22,26)
#0D1115
(13,17,21)
#0A0C10
(10,12,16)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #25393D

#25393D
(37,57,61)
#384B4E
(56,75,78)
#4B5D5F
(75,93,95)
#5E6F70
(94,111,112)
#718181
(113,129,129)
#849392
(132,147,146)
#97A5A3
(151,165,163)
#AAB7B4
(170,183,180)
#BDC9C5
(189,201,197)
#D0DBD6
(208,219,214)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25393D; }

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

This text font color is #25393D.


Background Color

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

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

This div background color is #25393D.


Border color

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

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

This div border color is #25393D.


Opacity

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

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

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

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

This text has shadow with #25393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25393D on black background.


Color preview on white background

This text has color #25393D on white background.



Black color preview on #25393D background

This text has black color on #25393D background.


White color preview on #25393D background

This text has white color on #25393D background.