COLOR #253130

HEX: #253130
RGB: (37,49,48)

Color info

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

RGB color model

#253130 color RGB value is (37,49,48).

  • red value is 37;
  • green value is 49;
  • blue value is 48.
RGB:
(37,49,48)
(15%,19%,19%)

RGB channels and saturation

R 37 of 255 = 15%
G 49 of 255 = 19%
B 48 of 255 = 19%

37
49
48

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

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 48 = 134 (100%)
R 37 of 134 ~ 27.61%
G 49 of 134 ~ 36.57%
B 48 of 134 ~ 35.82%

%27.61
%36.57
%35.82

CMYK color model

#253130 color CMYK value is (24,0,2,81).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(24,0,2,81)
C24M0Y2K81 
(24%,0%,2%,81%)
(0.24/0.00/0.02/0.81)	

CMYK percentages

%24.49
%0
%2.04
%80.78

Codes

Color #253130 in popluar color models

253130
RGB374948
HSL175°13.95%16.86%
HSB/HSV175°24.49%19.22%
CMYK24.49%0.00%2.04%
80.78%

Color #253130 in popluar number systems.

HEX253130
Decimal374948
Binary100101110001110000
Octal456160

Shades and tints

Shades of #253130

#253130
(37,49,48)
#222D2C
(34,45,44)
#1F2928
(31,41,40)
#1C2524
(28,37,36)
#192120
(25,33,32)
#161D1C
(22,29,28)
#131918
(19,25,24)
#101514
(16,21,20)
#0D1110
(13,17,16)
#0A0D0C
(10,13,12)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #253130

#253130
(37,49,48)
#384342
(56,67,66)
#4B5554
(75,85,84)
#5E6766
(94,103,102)
#717978
(113,121,120)
#848B8A
(132,139,138)
#979D9C
(151,157,156)
#AAAFAE
(170,175,174)
#BDC1C0
(189,193,192)
#D0D3D2
(208,211,210)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253130; }

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

This text font color is #253130.


Background Color

.myBgColor { background-color: #253130; }

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

This div background color is #253130.


Border color

.myBorderColor { border: 1px solid #253130; }

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

This div border color is #253130.


Opacity

.myOpacity80 { color: #253130; opacity: 0.8; }

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

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

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

This text has shadow with #253130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253130 on black background.


Color preview on white background

This text has color #253130 on white background.



Black color preview on #253130 background

This text has black color on #253130 background.


White color preview on #253130 background

This text has white color on #253130 background.