COLOR #254C4E

HEX: #254C4E RGB: (37,76,78)

Color info

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

RGB color model

#254C4E color RGB value is (37,76,78).

RGB: (37,76,78) (15%, 30%, 31%)

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 78 of 255 = 31%

37
76
78

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

Portions of RGB colors in percentages

R + G + B = 37 + 76 + 78 = 191 (100%)
R 37 of 191 ~ 19.37%
G 76 of 191 ~ 39.79%
B 78 of 191 ~ 40.84'%

%19.37
%39.79
%40.84

CMYK color model

#254C4E color CMYK value is (53,3,0,69).

  • cyan value is 52.56%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (53,3,0,69) C53M3Y0K69 (53%,3%,0%,69%) (0.53/0.03/0.00/0.69) 

CMYK percentages

%52.56
%2.56
%0
%69.41

Codes

Color #254C4E in popluar color models

25 4C 4E
RGB 37 76 78
HSL 183° 35.65% 22.55%
HSB/HSV 183° 52.56% 30.59%
CMYK 52.56% 2.56% 0.00%
69.41%

Color #254C4E in popluar number systems.

HEX 25 4C 4E
Decimal 37 76 78
Binary 100101 1001100 1001110
Octal 45 114 116

Shades and tints

Shades of #254C4E

#254C4E
(37,76,78)
#224647
(34,70,71)
#1F4040
(31,64,64)
#1C3A39
(28,58,57)
#193432
(25,52,50)
#162E2B
(22,46,43)
#132824
(19,40,36)
#10221D
(16,34,29)
#0D1C16
(13,28,22)
#0A160F
(10,22,15)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #254C4E

#254C4E
(37,76,78)
#385C5E
(56,92,94)
#4B6C6E
(75,108,110)
#5E7C7E
(94,124,126)
#718C8E
(113,140,142)
#849C9E
(132,156,158)
#97ACAE
(151,172,174)
#AABCBE
(170,188,190)
#BDCCCE
(189,204,206)
#D0DCDE
(208,220,222)
#E3ECEE
(227,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254C4E color. Also use rgb(37,76,78) instead hex code.

Text Font Color

.myTextColor { color: #254C4E; }

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

This text font color is #254C4E.

Background Color

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

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

This div background color is #254C4E.

Border color

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

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

This div border color is #254C4E.

Opacity

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

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

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

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

This text has shadow with #254C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254C4E.

Preview

Color preview on black background

This text has color #254C4E on black background.


Color preview on white background

This text has color #254C4E on white background.


Black color preview on #254C4E background

This text has black color on #254C4E background.


White color preview on #254C4E background

This text has white color on #254C4E background.


Related colors

Complementary color

Complementary color for #hex is #DAB3B1.


I love getcolorcode.com

Triadic colors

1 #4E254C and #4C4E25 with #254C4E are triadic colors.

2 #4E4C25 and #4C254E with #254C4E are triadic colors.