COLOR #254446

HEX: #254446
RGB: (37,68,70)

Color info

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

RGB color model

#254446 color RGB value is (37,68,70).

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

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 70 of 255 = 27%

37
68
70

R + G + B ~ 23%. #254446 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 70 = 175 (100%)
R 37 of 175 ~ 21.14%
G 68 of 175 ~ 38.86%
B 70 of 175 ~ 40%

%21.14
%38.86
%40

CMYK color model

#254446 color CMYK value is (47,3,0,73).

  • cyan value is 47.14%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(47,3,0,73)
C47M3Y0K73 
(47%,3%,0%,73%)
(0.47/0.03/0.00/0.73)	

CMYK percentages

%47.14
%2.86
%0
%72.55

Codes

Color #254446 in popluar color models

254446
RGB376870
HSL184°30.84%20.98%
HSB/HSV184°47.14%27.45%
CMYK47.14%2.86%0.00%
72.55%

Color #254446 in popluar number systems.

HEX254446
Decimal376870
Binary10010110001001000110
Octal45104106

Shades and tints

Shades of #254446

#254446
(37,68,70)
#223E40
(34,62,64)
#1F383A
(31,56,58)
#1C3234
(28,50,52)
#192C2E
(25,44,46)
#162628
(22,38,40)
#132022
(19,32,34)
#101A1C
(16,26,28)
#0D1416
(13,20,22)
#0A0E10
(10,14,16)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #254446

#254446
(37,68,70)
#385556
(56,85,86)
#4B6666
(75,102,102)
#5E7776
(94,119,118)
#718886
(113,136,134)
#849996
(132,153,150)
#97AAA6
(151,170,166)
#AABBB6
(170,187,182)
#BDCCC6
(189,204,198)
#D0DDD6
(208,221,214)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254446; }

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

This text font color is #254446.


Background Color

.myBgColor { background-color: #254446; }

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

This div background color is #254446.


Border color

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

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

This div border color is #254446.


Opacity

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

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

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

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

This text has shadow with #254446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254446 on black background.


Color preview on white background

This text has color #254446 on white background.



Black color preview on #254446 background

This text has black color on #254446 background.


White color preview on #254446 background

This text has white color on #254446 background.