COLOR #254445

HEX: #254445
RGB: (37,68,69)

Color info

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

RGB color model

#254445 color RGB value is (37,68,69).

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

RGB channels and saturation

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

37
68
69

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

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 69 = 174 (100%)
R 37 of 174 ~ 21.26%
G 68 of 174 ~ 39.08%
B 69 of 174 ~ 39.66%

%21.26
%39.08
%39.66

CMYK color model

#254445 color CMYK value is (46,1,0,73).

  • cyan value is 46.38%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(46,1,0,73)
C46M1Y0K73 
(46%,1%,0%,73%)
(0.46/0.01/0.00/0.73)	

CMYK percentages

%46.38
%1.45
%0
%72.94

Codes

Color #254445 in popluar color models

254445
RGB376869
HSL182°30.19%20.78%
HSB/HSV182°46.38%27.06%
CMYK46.38%1.45%0.00%
72.94%

Color #254445 in popluar number systems.

HEX254445
Decimal376869
Binary10010110001001000101
Octal45104105

Shades and tints

Shades of #254445

#254445
(37,68,69)
#223E3F
(34,62,63)
#1F3839
(31,56,57)
#1C3233
(28,50,51)
#192C2D
(25,44,45)
#162627
(22,38,39)
#132021
(19,32,33)
#101A1B
(16,26,27)
#0D1415
(13,20,21)
#0A0E0F
(10,14,15)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #254445

#254445
(37,68,69)
#385555
(56,85,85)
#4B6665
(75,102,101)
#5E7775
(94,119,117)
#718885
(113,136,133)
#849995
(132,153,149)
#97AAA5
(151,170,165)
#AABBB5
(170,187,181)
#BDCCC5
(189,204,197)
#D0DDD5
(208,221,213)
#E3EEE5
(227,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254445; }

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

This text font color is #254445.


Background Color

.myBgColor { background-color: #254445; }

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

This div background color is #254445.


Border color

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

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

This div border color is #254445.


Opacity

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

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

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

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

This text has shadow with #254445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254445 on black background.


Color preview on white background

This text has color #254445 on white background.



Black color preview on #254445 background

This text has black color on #254445 background.


White color preview on #254445 background

This text has white color on #254445 background.