COLOR #254950

HEX: #254950
RGB: (37,73,80)

Color info

#254950 contains red, green and blue colors in about the same proportion. Web safe color of #254950 is #333366 (or #336).

RGB color model

#254950 color RGB value is (37,73,80).

  • red value is 37;
  • green value is 73;
  • blue value is 80.
RGB:
(37,73,80)
(15%,29%,31%)

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 80 of 255 = 31%

37
73
80

R + G + B ~ 25%. #254950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 80 = 190 (100%)
R 37 of 190 ~ 19.47%
G 73 of 190 ~ 38.42%
B 80 of 190 ~ 42.11%

%19.47
%38.42
%42.11

CMYK color model

#254950 color CMYK value is (54,9,0,69).

  • cyan value is 53.75%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(54,9,0,69)
C54M9Y0K69 
(54%,9%,0%,69%)
(0.54/0.09/0.00/0.69)	

CMYK percentages

%53.75
%8.75
%0
%68.63

Codes

Color #254950 in popluar color models

254950
RGB377380
HSL190°36.75%22.94%
HSB/HSV190°53.75%31.37%
CMYK53.75%8.75%0.00%
68.63%

Color #254950 in popluar number systems.

HEX254950
Decimal377380
Binary10010110010011010000
Octal45111120

Shades and tints

Shades of #254950

#254950
(37,73,80)
#224349
(34,67,73)
#1F3D42
(31,61,66)
#1C373B
(28,55,59)
#193134
(25,49,52)
#162B2D
(22,43,45)
#132526
(19,37,38)
#101F1F
(16,31,31)
#0D1918
(13,25,24)
#0A1311
(10,19,17)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #254950

#254950
(37,73,80)
#38595F
(56,89,95)
#4B696E
(75,105,110)
#5E797D
(94,121,125)
#71898C
(113,137,140)
#84999B
(132,153,155)
#97A9AA
(151,169,170)
#AAB9B9
(170,185,185)
#BDC9C8
(189,201,200)
#D0D9D7
(208,217,215)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254950 color. Also use rgb(37,73,80) instead hex code.

Text Font Color

.myTextColor { color: #254950; }

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

This text font color is #254950.


Background Color

.myBgColor { background-color: #254950; }

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

This div background color is #254950.


Border color

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

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

This div border color is #254950.


Opacity

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

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

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

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

This text has shadow with #254950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254950 on black background.


Color preview on white background

This text has color #254950 on white background.



Black color preview on #254950 background

This text has black color on #254950 background.


White color preview on #254950 background

This text has white color on #254950 background.