COLOR #254C36

HEX: #254C36 RGB: (37,76,54)

Color info

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

RGB color model

#254C36 color RGB value is (37,76,54).

RGB: (37,76,54) (15%, 30%, 21%)

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 54 of 255 = 21%

37
76
54

R + G + B ~ 22%. #254C36 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 76 + 54 = 167 (100%)
R 37 of 167 ~ 22.16%
G 76 of 167 ~ 45.51%
B 54 of 167 ~ 32.34'%

%22.16
%45.51
%32.34

CMYK color model

#254C36 color CMYK value is (51,0,29,70).

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

CMYK: (51,0,29,70)
C51M0Y29K70 (51%, 0%, 29%, 70%)
(0.51 / 0.00 / 0.29 / 0.70)

CMYK percentages

%51.32
%0
%28.95
%70.2

Codes

Color #254C36 in popluar color models

25 4C 36
RGB 37 76 54
HSL 146° 34.51% 22.16%
HSB/HSV 146° 51.32% 29.80%
CMYK 51.32% 0.00% 28.95%
70.20%

Color #254C36 in popluar number systems.

HEX 25 4C 36
Decimal 37 76 54
Binary 100101 1001100 110110
Octal 45 114 66

Shades and tints

Shades of #254C36

#254C36
(37,76,54)
#224632
(34,70,50)
#1F402E
(31,64,46)
#1C3A2A
(28,58,42)
#193426
(25,52,38)
#162E22
(22,46,34)
#13281E
(19,40,30)
#10221A
(16,34,26)
#0D1C16
(13,28,22)
#0A1612
(10,22,18)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #254C36

#254C36
(37,76,54)
#385C48
(56,92,72)
#4B6C5A
(75,108,90)
#5E7C6C
(94,124,108)
#718C7E
(113,140,126)
#849C90
(132,156,144)
#97ACA2
(151,172,162)
#AABCB4
(170,188,180)
#BDCCC6
(189,204,198)
#D0DCD8
(208,220,216)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254C36; }

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

This text font color is #254C36.

Background Color

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

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

This div background color is #254C36.

Border color

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

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

This div border color is #254C36.

Opacity

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

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

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

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

This text has shadow with #254C36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254C36.

Preview

Color preview on black background

This text has color #254C36 on black background.


Color preview on white background

This text has color #254C36 on white background.


Black color preview on #254C36 background

This text has black color on #254C36 background.


White color preview on #254C36 background

This text has white color on #254C36 background.


Related colors

Complementary color

Complementary color for #hex is #DAB3C9.


I love getcolorcode.com

Triadic colors

1 #36254C and #4C3625 with #254C36 are triadic colors.

2 #364C25 and #4C2536 with #254C36 are triadic colors.