COLOR #245C49

HEX: #245C49 RGB: (36,92,73)

Color info

#245C49 contains red, green and blue colors in about the same proportion. Web safe color of #245C49 is #336633 (or #363).

RGB color model

#245C49 color RGB value is (36,92,73).

RGB: (36,92,73) (14%, 36%, 29%)

RGB channels and saturation

R 36 of 255 = 14%
G 92 of 255 = 36%
B 73 of 255 = 29%

36
92
73

R + G + B ~ 26%. #245C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 92 + 73 = 201 (100%)
R 36 of 201 ~ 17.91%
G 92 of 201 ~ 45.77%
B 73 of 201 ~ 36.32'%

%17.91
%45.77
%36.32

CMYK color model

#245C49 color CMYK value is (61,0,21,64).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 63.92%

CMYK: (61,0,21,64)
C61M0Y21K64 (61%, 0%, 21%, 64%)
(0.61 / 0.00 / 0.21 / 0.64)

CMYK percentages

%60.87
%0
%20.65
%63.92

Codes

Color #245C49 in popluar color models

24 5C 49
RGB 36 92 73
HSL 160° 43.75% 25.10%
HSB/HSV 160° 60.87% 36.08%
CMYK 60.87% 0.00% 20.65%
63.92%

Color #245C49 in popluar number systems.

HEX 24 5C 49
Decimal 36 92 73
Binary 100100 1011100 1001001
Octal 44 134 111

Shades and tints

Shades of #245C49

#245C49
(36,92,73)
#215443
(33,84,67)
#1E4C3D
(30,76,61)
#1B4437
(27,68,55)
#183C31
(24,60,49)
#15342B
(21,52,43)
#122C25
(18,44,37)
#0F241F
(15,36,31)
#0C1C19
(12,28,25)
#091413
(9,20,19)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #245C49

#245C49
(36,92,73)
#376A59
(55,106,89)
#4A7869
(74,120,105)
#5D8679
(93,134,121)
#709489
(112,148,137)
#83A299
(131,162,153)
#96B0A9
(150,176,169)
#A9BEB9
(169,190,185)
#BCCCC9
(188,204,201)
#CFDAD9
(207,218,217)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245C49 color. Also use rgb(36,92,73) instead hex code.

Text Font Color

.myTextColor { color: #245C49; }

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

This text font color is #245C49.

Background Color

.myBgColor { background-color: #245C49; }

<div style="background-color:#245C49">Inner text</div>

This div background color is #245C49.

Border color

.myBorderColor { border: 1px solid #245C49; }

<div style="border:3px solid #245C49">Div</div>

This div border color is #245C49.

Opacity

.myOpacity80 { color: #245C49; opacity: 0.8; }

<p style="color:#245C49;opacity:0.8;">80%</p>

Text with #245C49 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 #245C49;}

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

This text has shadow with #245C49 color.


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

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

This text has shadow with #245C49 primary color and red secondary color.


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

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

This text has shadow with #245C49 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #245C49.

Preview

Color preview on black background

This text has color #245C49 on black background.


Color preview on white background

This text has color #245C49 on white background.


Black color preview on #245C49 background

This text has black color on #245C49 background.


White color preview on #245C49 background

This text has white color on #245C49 background.


Related colors

Complementary color

Complementary color for #hex is #DBA3B6.


I love getcolorcode.com

Triadic colors

1 #49245C and #5C4924 with #245C49 are triadic colors.

2 #495C24 and #5C2449 with #245C49 are triadic colors.