COLOR #253238

HEX: #253238 RGB: (37,50,56)

Color info

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

RGB color model

#253238 color RGB value is (37,50,56).

RGB: (37,50,56) (15%, 20%, 22%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 56 of 255 = 22%

37
50
56

R + G + B ~ 19%. #253238 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 50 + 56 = 143 (100%)
R 37 of 143 ~ 25.87%
G 50 of 143 ~ 34.97%
B 56 of 143 ~ 39.16'%

%25.87
%34.97
%39.16

CMYK color model

#253238 color CMYK value is (34,11,0,78).

  • cyan value is 33.93%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (34,11,0,78)
C34M11Y0K78 (34%, 11%, 0%, 78%)
(0.34 / 0.11 / 0.00 / 0.78)

CMYK percentages

%33.93
%10.71
%0
%78.04

Codes

Color #253238 in popluar color models

25 32 38
RGB 37 50 56
HSL 199° 20.43% 18.24%
HSB/HSV 199° 33.93% 21.96%
CMYK 33.93% 10.71% 0.00%
78.04%

Color #253238 in popluar number systems.

HEX 25 32 38
Decimal 37 50 56
Binary 100101 110010 111000
Octal 45 62 70

Shades and tints

Shades of #253238

#253238
(37,50,56)
#222E33
(34,46,51)
#1F2A2E
(31,42,46)
#1C2629
(28,38,41)
#192224
(25,34,36)
#161E1F
(22,30,31)
#131A1A
(19,26,26)
#101615
(16,22,21)
#0D1210
(13,18,16)
#0A0E0B
(10,14,11)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #253238

#253238
(37,50,56)
#38444A
(56,68,74)
#4B565C
(75,86,92)
#5E686E
(94,104,110)
#717A80
(113,122,128)
#848C92
(132,140,146)
#979EA4
(151,158,164)
#AAB0B6
(170,176,182)
#BDC2C8
(189,194,200)
#D0D4DA
(208,212,218)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253238; }

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

This text font color is #253238.

Background Color

.myBgColor { background-color: #253238; }

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

This div background color is #253238.

Border color

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

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

This div border color is #253238.

Opacity

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

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

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

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

This text has shadow with #253238 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253238.

Preview

Color preview on black background

This text has color #253238 on black background.


Color preview on white background

This text has color #253238 on white background.


Black color preview on #253238 background

This text has black color on #253238 background.


White color preview on #253238 background

This text has white color on #253238 background.


Related colors

Complementary color

Complementary color for #hex is #DACDC7.


I love getcolorcode.com

Triadic colors

1 #382532 and #323825 with #253238 are triadic colors.

2 #383225 and #322538 with #253238 are triadic colors.