COLOR #254C4A

HEX: #254C4A RGB: (37,76,74)

Color info

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

RGB color model

#254C4A color RGB value is (37,76,74).

RGB: (37,76,74) (15%, 30%, 29%)

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 74 of 255 = 29%

37
76
74

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

Portions of RGB colors in percentages

R + G + B = 37 + 76 + 74 = 187 (100%)
R 37 of 187 ~ 19.79%
G 76 of 187 ~ 40.64%
B 74 of 187 ~ 39.57'%

%19.79
%40.64
%39.57

CMYK color model

#254C4A color CMYK value is (51,0,3,70).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%

CMYK: (51,0,3,70)
C51M0Y3K70 (51%, 0%, 3%, 70%)
(0.51 / 0.00 / 0.03 / 0.70)

CMYK percentages

%51.32
%0
%2.63
%70.2

Codes

Color #254C4A in popluar color models

25 4C 4A
RGB 37 76 74
HSL 177° 34.51% 22.16%
HSB/HSV 177° 51.32% 29.80%
CMYK 51.32% 0.00% 2.63%
70.20%

Color #254C4A in popluar number systems.

HEX 25 4C 4A
Decimal 37 76 74
Binary 100101 1001100 1001010
Octal 45 114 112

Shades and tints

Shades of #254C4A

#254C4A
(37,76,74)
#224644
(34,70,68)
#1F403E
(31,64,62)
#1C3A38
(28,58,56)
#193432
(25,52,50)
#162E2C
(22,46,44)
#132826
(19,40,38)
#102220
(16,34,32)
#0D1C1A
(13,28,26)
#0A1614
(10,22,20)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #254C4A

#254C4A
(37,76,74)
#385C5A
(56,92,90)
#4B6C6A
(75,108,106)
#5E7C7A
(94,124,122)
#718C8A
(113,140,138)
#849C9A
(132,156,154)
#97ACAA
(151,172,170)
#AABCBA
(170,188,186)
#BDCCCA
(189,204,202)
#D0DCDA
(208,220,218)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254C4A; }

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

This text font color is #254C4A.

Background Color

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

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

This div background color is #254C4A.

Border color

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

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

This div border color is #254C4A.

Opacity

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

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

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

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

This text has shadow with #254C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254C4A.

Preview

Color preview on black background

This text has color #254C4A on black background.


Color preview on white background

This text has color #254C4A on white background.


Black color preview on #254C4A background

This text has black color on #254C4A background.


White color preview on #254C4A background

This text has white color on #254C4A background.


Related colors

Complementary color

Complementary color for #hex is #DAB3B5.


I love getcolorcode.com

Triadic colors

1 #4A254C and #4C4A25 with #254C4A are triadic colors.

2 #4A4C25 and #4C254A with #254C4A are triadic colors.