COLOR #254D48

HEX: #254D48
RGB: (37,77,72)

Color info

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

RGB color model

#254D48 color RGB value is (37,77,72).

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

RGB channels and saturation

R 37 of 255 = 15%
G 77 of 255 = 30%
B 72 of 255 = 28%

37
77
72

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

Portions of RGB colors in percentages

R + G + B =
37 + 77 + 72 = 186 (100%)
R 37 of 186 ~ 19.89%
G 77 of 186 ~ 41.4%
B 72 of 186 ~ 38.71%

%19.89
%41.4
%38.71

CMYK color model

#254D48 color CMYK value is (52,0,6,70).

  • cyan value is 51.95%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 69.80%
CMYK:
(52,0,6,70)
C52M0Y6K70 
(52%,0%,6%,70%)
(0.52/0.00/0.06/0.70)	

CMYK percentages

%51.95
%0
%6.49
%69.8

Codes

Color #254D48 in popluar color models

254D48
RGB377772
HSL173°35.09%22.35%
HSB/HSV173°51.95%30.20%
CMYK51.95%0.00%6.49%
69.80%

Color #254D48 in popluar number systems.

HEX254D48
Decimal377772
Binary10010110011011001000
Octal45115110

Shades and tints

Shades of #254D48

#254D48
(37,77,72)
#224642
(34,70,66)
#1F3F3C
(31,63,60)
#1C3836
(28,56,54)
#193130
(25,49,48)
#162A2A
(22,42,42)
#132324
(19,35,36)
#101C1E
(16,28,30)
#0D1518
(13,21,24)
#0A0E12
(10,14,18)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #254D48

#254D48
(37,77,72)
#385D58
(56,93,88)
#4B6D68
(75,109,104)
#5E7D78
(94,125,120)
#718D88
(113,141,136)
#849D98
(132,157,152)
#97ADA8
(151,173,168)
#AABDB8
(170,189,184)
#BDCDC8
(189,205,200)
#D0DDD8
(208,221,216)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254D48; }

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

This text font color is #254D48.


Background Color

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

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

This div background color is #254D48.


Border color

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

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

This div border color is #254D48.


Opacity

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

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

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

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

This text has shadow with #254D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254D48 on black background.


Color preview on white background

This text has color #254D48 on white background.



Black color preview on #254D48 background

This text has black color on #254D48 background.


White color preview on #254D48 background

This text has white color on #254D48 background.