COLOR #254441

HEX: #254441
RGB: (37,68,65)

Color info

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

RGB color model

#254441 color RGB value is (37,68,65).

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

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 65 of 255 = 25%

37
68
65

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

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 65 = 170 (100%)
R 37 of 170 ~ 21.76%
G 68 of 170 ~ 40%
B 65 of 170 ~ 38.24%

%21.76
%40
%38.24

CMYK color model

#254441 color CMYK value is (46,0,4,73).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 73.33%
CMYK:
(46,0,4,73)
C46M0Y4K73 
(46%,0%,4%,73%)
(0.46/0.00/0.04/0.73)	

CMYK percentages

%45.59
%0
%4.41
%73.33

Codes

Color #254441 in popluar color models

254441
RGB376865
HSL174°29.52%20.59%
HSB/HSV174°45.59%26.67%
CMYK45.59%0.00%4.41%
73.33%

Color #254441 in popluar number systems.

HEX254441
Decimal376865
Binary10010110001001000001
Octal45104101

Shades and tints

Shades of #254441

#254441
(37,68,65)
#223E3C
(34,62,60)
#1F3837
(31,56,55)
#1C3232
(28,50,50)
#192C2D
(25,44,45)
#162628
(22,38,40)
#132023
(19,32,35)
#101A1E
(16,26,30)
#0D1419
(13,20,25)
#0A0E14
(10,14,20)
#07080F
(7,8,15)
#000000
(0,0,0)

Tints of #254441

#254441
(37,68,65)
#385552
(56,85,82)
#4B6663
(75,102,99)
#5E7774
(94,119,116)
#718885
(113,136,133)
#849996
(132,153,150)
#97AAA7
(151,170,167)
#AABBB8
(170,187,184)
#BDCCC9
(189,204,201)
#D0DDDA
(208,221,218)
#E3EEEB
(227,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254441; }

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

This text font color is #254441.


Background Color

.myBgColor { background-color: #254441; }

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

This div background color is #254441.


Border color

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

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

This div border color is #254441.


Opacity

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

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

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

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

This text has shadow with #254441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254441 on black background.


Color preview on white background

This text has color #254441 on white background.



Black color preview on #254441 background

This text has black color on #254441 background.


White color preview on #254441 background

This text has white color on #254441 background.