COLOR #25353A

HEX: #25353A
RGB: (37,53,58)

Color info

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

RGB color model

#25353A color RGB value is (37,53,58).

  • red value is 37;
  • green value is 53;
  • blue value is 58.
RGB:
(37,53,58)
(15%,21%,23%)

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 58 of 255 = 23%

37
53
58

R + G + B ~ 20%. #25353A is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 58 = 148 (100%)
R 37 of 148 ~ 25%
G 53 of 148 ~ 35.81%
B 58 of 148 ~ 39.19%

%25
%35.81
%39.19

CMYK color model

#25353A color CMYK value is (36,9,0,77).

  • cyan value is 36.21%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(36,9,0,77)
C36M9Y0K77 
(36%,9%,0%,77%)
(0.36/0.09/0.00/0.77)	

CMYK percentages

%36.21
%8.62
%0
%77.25

Codes

Color #25353A in popluar color models

25353A
RGB375358
HSL194°22.11%18.63%
HSB/HSV194°36.21%22.75%
CMYK36.21%8.62%0.00%
77.25%

Color #25353A in popluar number systems.

HEX25353A
Decimal375358
Binary100101110101111010
Octal456572

Shades and tints

Shades of #25353A

#25353A
(37,53,58)
#223135
(34,49,53)
#1F2D30
(31,45,48)
#1C292B
(28,41,43)
#192526
(25,37,38)
#162121
(22,33,33)
#131D1C
(19,29,28)
#101917
(16,25,23)
#0D1512
(13,21,18)
#0A110D
(10,17,13)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #25353A

#25353A
(37,53,58)
#38474B
(56,71,75)
#4B595C
(75,89,92)
#5E6B6D
(94,107,109)
#717D7E
(113,125,126)
#848F8F
(132,143,143)
#97A1A0
(151,161,160)
#AAB3B1
(170,179,177)
#BDC5C2
(189,197,194)
#D0D7D3
(208,215,211)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25353A color. Also use rgb(37,53,58) instead hex code.

Text Font Color

.myTextColor { color: #25353A; }

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

This text font color is #25353A.


Background Color

.myBgColor { background-color: #25353A; }

<div style="background-color:#25353A">Inner text</div>

This div background color is #25353A.


Border color

.myBorderColor { border: 1px solid #25353A; }

<div style="border:3px solid #25353A">Div</div>

This div border color is #25353A.


Opacity

.myOpacity80 { color: #25353A; opacity: 0.8; }

<p style="color:#25353A;opacity:0.8;">80%</p>

Text with #25353A 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 #25353A;}

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

This text has shadow with #25353A color.

.textShadow {text-shadow: 3px 3px 1px #25353A, 3px 3px 1px red;}

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

This text has shadow with #25353A primary color and red secondary color.


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

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

This text has shadow with #25353A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25353A on black background.


Color preview on white background

This text has color #25353A on white background.



Black color preview on #25353A background

This text has black color on #25353A background.


White color preview on #25353A background

This text has white color on #25353A background.