COLOR #253C3E

HEX: #253C3E
RGB: (37,60,62)

Color info

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

RGB color model

#253C3E color RGB value is (37,60,62).

  • red value is 37;
  • green value is 60;
  • blue value is 62.
RGB:
(37,60,62)
(15%,24%,24%)

RGB channels and saturation

R 37 of 255 = 15%
G 60 of 255 = 24%
B 62 of 255 = 24%

37
60
62

R + G + B ~ 21%. #253C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 60 + 62 = 159 (100%)
R 37 of 159 ~ 23.27%
G 60 of 159 ~ 37.74%
B 62 of 159 ~ 38.99%

%23.27
%37.74
%38.99

CMYK color model

#253C3E color CMYK value is (40,3,0,76).

  • cyan value is 40.32%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(40,3,0,76)
C40M3Y0K76 
(40%,3%,0%,76%)
(0.40/0.03/0.00/0.76)	

CMYK percentages

%40.32
%3.23
%0
%75.69

Codes

Color #253C3E in popluar color models

253C3E
RGB376062
HSL185°25.25%19.41%
HSB/HSV185°40.32%24.31%
CMYK40.32%3.23%0.00%
75.69%

Color #253C3E in popluar number systems.

HEX253C3E
Decimal376062
Binary100101111100111110
Octal457476

Shades and tints

Shades of #253C3E

#253C3E
(37,60,62)
#223739
(34,55,57)
#1F3234
(31,50,52)
#1C2D2F
(28,45,47)
#19282A
(25,40,42)
#162325
(22,35,37)
#131E20
(19,30,32)
#10191B
(16,25,27)
#0D1416
(13,20,22)
#0A0F11
(10,15,17)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #253C3E

#253C3E
(37,60,62)
#384D4F
(56,77,79)
#4B5E60
(75,94,96)
#5E6F71
(94,111,113)
#718082
(113,128,130)
#849193
(132,145,147)
#97A2A4
(151,162,164)
#AAB3B5
(170,179,181)
#BDC4C6
(189,196,198)
#D0D5D7
(208,213,215)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253C3E color. Also use rgb(37,60,62) instead hex code.

Text Font Color

.myTextColor { color: #253C3E; }

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

This text font color is #253C3E.


Background Color

.myBgColor { background-color: #253C3E; }

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

This div background color is #253C3E.


Border color

.myBorderColor { border: 1px solid #253C3E; }

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

This div border color is #253C3E.


Opacity

.myOpacity80 { color: #253C3E; opacity: 0.8; }

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

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

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

This text has shadow with #253C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253C3E on black background.


Color preview on white background

This text has color #253C3E on white background.



Black color preview on #253C3E background

This text has black color on #253C3E background.


White color preview on #253C3E background

This text has white color on #253C3E background.