COLOR #253127

HEX: #253127
RGB: (37,49,39)

Color info

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

RGB color model

#253127 color RGB value is (37,49,39).

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

RGB channels and saturation

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

37
49
39

R + G + B ~ 16%. #253127 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 49 + 39 = 125 (100%)
R 37 of 125 ~ 29.6%
G 49 of 125 ~ 39.2%
B 39 of 125 ~ 31.2%

%29.6
%39.2
%31.2

CMYK color model

#253127 color CMYK value is (24,0,20,81).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 80.78%
CMYK:
(24,0,20,81)
C24M0Y20K81 
(24%,0%,20%,81%)
(0.24/0.00/0.20/0.81)	

CMYK percentages

%24.49
%0
%20.41
%80.78

Codes

Color #253127 in popluar color models

253127
RGB374939
HSL130°13.95%16.86%
HSB/HSV130°24.49%19.22%
CMYK24.49%0.00%20.41%
80.78%

Color #253127 in popluar number systems.

HEX253127
Decimal374939
Binary100101110001100111
Octal456147

Shades and tints

Shades of #253127

#253127
(37,49,39)
#222D24
(34,45,36)
#1F2921
(31,41,33)
#1C251E
(28,37,30)
#19211B
(25,33,27)
#161D18
(22,29,24)
#131915
(19,25,21)
#101512
(16,21,18)
#0D110F
(13,17,15)
#0A0D0C
(10,13,12)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #253127

#253127
(37,49,39)
#38433A
(56,67,58)
#4B554D
(75,85,77)
#5E6760
(94,103,96)
#717973
(113,121,115)
#848B86
(132,139,134)
#979D99
(151,157,153)
#AAAFAC
(170,175,172)
#BDC1BF
(189,193,191)
#D0D3D2
(208,211,210)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253127; }

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

This text font color is #253127.


Background Color

.myBgColor { background-color: #253127; }

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

This div background color is #253127.


Border color

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

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

This div border color is #253127.


Opacity

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

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

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

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

This text has shadow with #253127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253127 on black background.


Color preview on white background

This text has color #253127 on white background.



Black color preview on #253127 background

This text has black color on #253127 background.


White color preview on #253127 background

This text has white color on #253127 background.