COLOR #254D42

HEX: #254D42
RGB: (37,77,66)

Color info

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

RGB color model

#254D42 color RGB value is (37,77,66).

  • red value is 37;
  • green value is 77;
  • blue value is 66.
RGB:
(37,77,66)
(15%,30%,26%)

RGB channels and saturation

R 37 of 255 = 15%
G 77 of 255 = 30%
B 66 of 255 = 26%

37
77
66

R + G + B ~ 24%. #254D42 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 77 + 66 = 180 (100%)
R 37 of 180 ~ 20.56%
G 77 of 180 ~ 42.78%
B 66 of 180 ~ 36.67%

%20.56
%42.78
%36.67

CMYK color model

#254D42 color CMYK value is (52,0,14,70).

  • cyan value is 51.95%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 69.80%
CMYK:
(52,0,14,70)
C52M0Y14K70 
(52%,0%,14%,70%)
(0.52/0.00/0.14/0.70)	

CMYK percentages

%51.95
%0
%14.29
%69.8

Codes

Color #254D42 in popluar color models

254D42
RGB377766
HSL164°35.09%22.35%
HSB/HSV164°51.95%30.20%
CMYK51.95%0.00%14.29%
69.80%

Color #254D42 in popluar number systems.

HEX254D42
Decimal377766
Binary10010110011011000010
Octal45115102

Shades and tints

Shades of #254D42

#254D42
(37,77,66)
#22463C
(34,70,60)
#1F3F36
(31,63,54)
#1C3830
(28,56,48)
#19312A
(25,49,42)
#162A24
(22,42,36)
#13231E
(19,35,30)
#101C18
(16,28,24)
#0D1512
(13,21,18)
#0A0E0C
(10,14,12)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #254D42

#254D42
(37,77,66)
#385D53
(56,93,83)
#4B6D64
(75,109,100)
#5E7D75
(94,125,117)
#718D86
(113,141,134)
#849D97
(132,157,151)
#97ADA8
(151,173,168)
#AABDB9
(170,189,185)
#BDCDCA
(189,205,202)
#D0DDDB
(208,221,219)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254D42 color. Also use rgb(37,77,66) instead hex code.

Text Font Color

.myTextColor { color: #254D42; }

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

This text font color is #254D42.


Background Color

.myBgColor { background-color: #254D42; }

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

This div background color is #254D42.


Border color

.myBorderColor { border: 1px solid #254D42; }

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

This div border color is #254D42.


Opacity

.myOpacity80 { color: #254D42; opacity: 0.8; }

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

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

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

This text has shadow with #254D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254D42 on black background.


Color preview on white background

This text has color #254D42 on white background.



Black color preview on #254D42 background

This text has black color on #254D42 background.


White color preview on #254D42 background

This text has white color on #254D42 background.