COLOR #253036

HEX: #253036
RGB: (37,48,54)

Color info

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

RGB color model

#253036 color RGB value is (37,48,54).

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

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 54 of 255 = 21%

37
48
54

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

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 54 = 139 (100%)
R 37 of 139 ~ 26.62%
G 48 of 139 ~ 34.53%
B 54 of 139 ~ 38.85%

%26.62
%34.53
%38.85

CMYK color model

#253036 color CMYK value is (31,11,0,79).

  • cyan value is 31.48%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(31,11,0,79)
C31M11Y0K79 
(31%,11%,0%,79%)
(0.31/0.11/0.00/0.79)	

CMYK percentages

%31.48
%11.11
%0
%78.82

Codes

Color #253036 in popluar color models

253036
RGB374854
HSL201°18.68%17.84%
HSB/HSV201°31.48%21.18%
CMYK31.48%11.11%0.00%
78.82%

Color #253036 in popluar number systems.

HEX253036
Decimal374854
Binary100101110000110110
Octal456066

Shades and tints

Shades of #253036

#253036
(37,48,54)
#222C32
(34,44,50)
#1F282E
(31,40,46)
#1C242A
(28,36,42)
#192026
(25,32,38)
#161C22
(22,28,34)
#13181E
(19,24,30)
#10141A
(16,20,26)
#0D1016
(13,16,22)
#0A0C12
(10,12,18)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #253036

#253036
(37,48,54)
#384248
(56,66,72)
#4B545A
(75,84,90)
#5E666C
(94,102,108)
#71787E
(113,120,126)
#848A90
(132,138,144)
#979CA2
(151,156,162)
#AAAEB4
(170,174,180)
#BDC0C6
(189,192,198)
#D0D2D8
(208,210,216)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253036; }

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

This text font color is #253036.


Background Color

.myBgColor { background-color: #253036; }

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

This div background color is #253036.


Border color

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

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

This div border color is #253036.


Opacity

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

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

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

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

This text has shadow with #253036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253036 on black background.


Color preview on white background

This text has color #253036 on white background.



Black color preview on #253036 background

This text has black color on #253036 background.


White color preview on #253036 background

This text has white color on #253036 background.