COLOR #254041

HEX: #254041
RGB: (37,64,65)

Color info

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

RGB color model

#254041 color RGB value is (37,64,65).

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

RGB channels and saturation

R 37 of 255 = 15%
G 64 of 255 = 25%
B 65 of 255 = 25%

37
64
65

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

Portions of RGB colors in percentages

R + G + B =
37 + 64 + 65 = 166 (100%)
R 37 of 166 ~ 22.29%
G 64 of 166 ~ 38.55%
B 65 of 166 ~ 39.16%

%22.29
%38.55
%39.16

CMYK color model

#254041 color CMYK value is (43,2,0,75).

  • cyan value is 43.08%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(43,2,0,75)
C43M2Y0K75 
(43%,2%,0%,75%)
(0.43/0.02/0.00/0.75)	

CMYK percentages

%43.08
%1.54
%0
%74.51

Codes

Color #254041 in popluar color models

254041
RGB376465
HSL182°27.45%20.00%
HSB/HSV182°43.08%25.49%
CMYK43.08%1.54%0.00%
74.51%

Color #254041 in popluar number systems.

HEX254041
Decimal376465
Binary10010110000001000001
Octal45100101

Shades and tints

Shades of #254041

#254041
(37,64,65)
#223B3C
(34,59,60)
#1F3637
(31,54,55)
#1C3132
(28,49,50)
#192C2D
(25,44,45)
#162728
(22,39,40)
#132223
(19,34,35)
#101D1E
(16,29,30)
#0D1819
(13,24,25)
#0A1314
(10,19,20)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #254041

#254041
(37,64,65)
#385152
(56,81,82)
#4B6263
(75,98,99)
#5E7374
(94,115,116)
#718485
(113,132,133)
#849596
(132,149,150)
#97A6A7
(151,166,167)
#AAB7B8
(170,183,184)
#BDC8C9
(189,200,201)
#D0D9DA
(208,217,218)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254041; }

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

This text font color is #254041.


Background Color

.myBgColor { background-color: #254041; }

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

This div background color is #254041.


Border color

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

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

This div border color is #254041.


Opacity

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

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

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

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

This text has shadow with #254041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254041 on black background.


Color preview on white background

This text has color #254041 on white background.



Black color preview on #254041 background

This text has black color on #254041 background.


White color preview on #254041 background

This text has white color on #254041 background.