COLOR #253236

HEX: #253236
RGB: (37,50,54)

Color info

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

RGB color model

#253236 color RGB value is (37,50,54).

  • red value is 37;
  • green value is 50;
  • blue value is 54.
RGB:
(37,50,54)
(15%,20%,21%)

RGB channels and saturation

R 37 of 255 = 15%
G 50 of 255 = 20%
B 54 of 255 = 21%

37
50
54

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

Portions of RGB colors in percentages

R + G + B =
37 + 50 + 54 = 141 (100%)
R 37 of 141 ~ 26.24%
G 50 of 141 ~ 35.46%
B 54 of 141 ~ 38.3%

%26.24
%35.46
%38.3

CMYK color model

#253236 color CMYK value is (31,7,0,79).

  • cyan value is 31.48%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(31,7,0,79)
C31M7Y0K79 
(31%,7%,0%,79%)
(0.31/0.07/0.00/0.79)	

CMYK percentages

%31.48
%7.41
%0
%78.82

Codes

Color #253236 in popluar color models

253236
RGB375054
HSL194°18.68%17.84%
HSB/HSV194°31.48%21.18%
CMYK31.48%7.41%0.00%
78.82%

Color #253236 in popluar number systems.

HEX253236
Decimal375054
Binary100101110010110110
Octal456266

Shades and tints

Shades of #253236

#253236
(37,50,54)
#222E32
(34,46,50)
#1F2A2E
(31,42,46)
#1C262A
(28,38,42)
#192226
(25,34,38)
#161E22
(22,30,34)
#131A1E
(19,26,30)
#10161A
(16,22,26)
#0D1216
(13,18,22)
#0A0E12
(10,14,18)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #253236

#253236
(37,50,54)
#384448
(56,68,72)
#4B565A
(75,86,90)
#5E686C
(94,104,108)
#717A7E
(113,122,126)
#848C90
(132,140,144)
#979EA2
(151,158,162)
#AAB0B4
(170,176,180)
#BDC2C6
(189,194,198)
#D0D4D8
(208,212,216)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253236; }

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

This text font color is #253236.


Background Color

.myBgColor { background-color: #253236; }

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

This div background color is #253236.


Border color

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

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

This div border color is #253236.


Opacity

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

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

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

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

This text has shadow with #253236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253236 on black background.


Color preview on white background

This text has color #253236 on white background.



Black color preview on #253236 background

This text has black color on #253236 background.


White color preview on #253236 background

This text has white color on #253236 background.