COLOR #253737

HEX: #253737 RGB: (37,55,55)

Color info

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

RGB color model

#253737 color RGB value is (37,55,55).

RGB: (37,55,55) (15%, 22%, 22%)

RGB channels and saturation

R 37 of 255 = 15%
G 55 of 255 = 22%
B 55 of 255 = 22%

37
55
55

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

Portions of RGB colors in percentages

R + G + B = 37 + 55 + 55 = 147 (100%)
R 37 of 147 ~ 25.17%
G 55 of 147 ~ 37.41%
B 55 of 147 ~ 37.41'%

%25.17
%37.41
%37.41

CMYK color model

#253737 color CMYK value is (33,0,0,78).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (33,0,0,78)
C33M0Y0K78 (33%, 0%, 0%, 78%)
(0.33 / 0.00 / 0.00 / 0.78)

CMYK percentages

%32.73
%0
%0
%78.43

Codes

Color #253737 in popluar color models

25 37 37
RGB 37 55 55
HSL 180° 19.57% 18.04%
HSB/HSV 180° 32.73% 21.57%
CMYK 32.73% 0.00% 0.00%
78.43%

Color #253737 in popluar number systems.

HEX 25 37 37
Decimal 37 55 55
Binary 100101 110111 110111
Octal 45 67 67

Shades and tints

Shades of #253737

#253737
(37,55,55)
#223232
(34,50,50)
#1F2D2D
(31,45,45)
#1C2828
(28,40,40)
#192323
(25,35,35)
#161E1E
(22,30,30)
#131919
(19,25,25)
#101414
(16,20,20)
#0D0F0F
(13,15,15)
#0A0A0A
(10,10,10)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #253737

#253737
(37,55,55)
#384949
(56,73,73)
#4B5B5B
(75,91,91)
#5E6D6D
(94,109,109)
#717F7F
(113,127,127)
#849191
(132,145,145)
#97A3A3
(151,163,163)
#AAB5B5
(170,181,181)
#BDC7C7
(189,199,199)
#D0D9D9
(208,217,217)
#E3EBEB
(227,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253737; }

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

This text font color is #253737.

Background Color

.myBgColor { background-color: #253737; }

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

This div background color is #253737.

Border color

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

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

This div border color is #253737.

Opacity

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

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

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

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

This text has shadow with #253737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253737.

Preview

Color preview on black background

This text has color #253737 on black background.


Color preview on white background

This text has color #253737 on white background.


Black color preview on #253737 background

This text has black color on #253737 background.


White color preview on #253737 background

This text has white color on #253737 background.


Related colors

Complementary color

Complementary color for #hex is #DAC8C8.


I love getcolorcode.com