COLOR #253B41

HEX: #253B41
RGB: (37,59,65)

Color info

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

RGB color model

#253B41 color RGB value is (37,59,65).

  • red value is 37;
  • green value is 59;
  • blue value is 65.
RGB:
(37,59,65)
(15%,23%,25%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 65 of 255 = 25%

37
59
65

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

Portions of RGB colors in percentages

R + G + B =
37 + 59 + 65 = 161 (100%)
R 37 of 161 ~ 22.98%
G 59 of 161 ~ 36.65%
B 65 of 161 ~ 40.37%

%22.98
%36.65
%40.37

CMYK color model

#253B41 color CMYK value is (43,9,0,75).

  • cyan value is 43.08%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(43,9,0,75)
C43M9Y0K75 
(43%,9%,0%,75%)
(0.43/0.09/0.00/0.75)	

CMYK percentages

%43.08
%9.23
%0
%74.51

Codes

Color #253B41 in popluar color models

253B41
RGB375965
HSL193°27.45%20.00%
HSB/HSV193°43.08%25.49%
CMYK43.08%9.23%0.00%
74.51%

Color #253B41 in popluar number systems.

HEX253B41
Decimal375965
Binary1001011110111000001
Octal4573101

Shades and tints

Shades of #253B41

#253B41
(37,59,65)
#22363C
(34,54,60)
#1F3137
(31,49,55)
#1C2C32
(28,44,50)
#19272D
(25,39,45)
#162228
(22,34,40)
#131D23
(19,29,35)
#10181E
(16,24,30)
#0D1319
(13,19,25)
#0A0E14
(10,14,20)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #253B41

#253B41
(37,59,65)
#384C52
(56,76,82)
#4B5D63
(75,93,99)
#5E6E74
(94,110,116)
#717F85
(113,127,133)
#849096
(132,144,150)
#97A1A7
(151,161,167)
#AAB2B8
(170,178,184)
#BDC3C9
(189,195,201)
#D0D4DA
(208,212,218)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253B41 color. Also use rgb(37,59,65) instead hex code.

Text Font Color

.myTextColor { color: #253B41; }

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

This text font color is #253B41.


Background Color

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

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

This div background color is #253B41.


Border color

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

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

This div border color is #253B41.


Opacity

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

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

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

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

This text has shadow with #253B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253B41 on black background.


Color preview on white background

This text has color #253B41 on white background.



Black color preview on #253B41 background

This text has black color on #253B41 background.


White color preview on #253B41 background

This text has white color on #253B41 background.