COLOR #253F46

HEX: #253F46
RGB: (37,63,70)

Color info

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

RGB color model

#253F46 color RGB value is (37,63,70).

  • red value is 37;
  • green value is 63;
  • blue value is 70.
RGB:
(37,63,70)
(15%,25%,27%)

RGB channels and saturation

R 37 of 255 = 15%
G 63 of 255 = 25%
B 70 of 255 = 27%

37
63
70

R + G + B ~ 22%. #253F46 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 63 + 70 = 170 (100%)
R 37 of 170 ~ 21.76%
G 63 of 170 ~ 37.06%
B 70 of 170 ~ 41.18%

%21.76
%37.06
%41.18

CMYK color model

#253F46 color CMYK value is (47,10,0,73).

  • cyan value is 47.14%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(47,10,0,73)
C47M10Y0K73 
(47%,10%,0%,73%)
(0.47/0.10/0.00/0.73)	

CMYK percentages

%47.14
%10
%0
%72.55

Codes

Color #253F46 in popluar color models

253F46
RGB376370
HSL193°30.84%20.98%
HSB/HSV193°47.14%27.45%
CMYK47.14%10.00%0.00%
72.55%

Color #253F46 in popluar number systems.

HEX253F46
Decimal376370
Binary1001011111111000110
Octal4577106

Shades and tints

Shades of #253F46

#253F46
(37,63,70)
#223A40
(34,58,64)
#1F353A
(31,53,58)
#1C3034
(28,48,52)
#192B2E
(25,43,46)
#162628
(22,38,40)
#132122
(19,33,34)
#101C1C
(16,28,28)
#0D1716
(13,23,22)
#0A1210
(10,18,16)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #253F46

#253F46
(37,63,70)
#385056
(56,80,86)
#4B6166
(75,97,102)
#5E7276
(94,114,118)
#718386
(113,131,134)
#849496
(132,148,150)
#97A5A6
(151,165,166)
#AAB6B6
(170,182,182)
#BDC7C6
(189,199,198)
#D0D8D6
(208,216,214)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253F46 color. Also use rgb(37,63,70) instead hex code.

Text Font Color

.myTextColor { color: #253F46; }

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

This text font color is #253F46.


Background Color

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

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

This div background color is #253F46.


Border color

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

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

This div border color is #253F46.


Opacity

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

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

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

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

This text has shadow with #253F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253F46 on black background.


Color preview on white background

This text has color #253F46 on white background.



Black color preview on #253F46 background

This text has black color on #253F46 background.


White color preview on #253F46 background

This text has white color on #253F46 background.