COLOR #245E6C

HEX: #245E6C
RGB: (36,94,108)

Color info

#245E6C contains mainly green and blue colors. Web safe color of #245E6C is #336666 (or #366).

RGB color model

#245E6C color RGB value is (36,94,108).

  • red value is 36;
  • green value is 94;
  • blue value is 108.
RGB:
(36,94,108)
(14%,37%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 94 of 255 = 37%
B 108 of 255 = 42%

36
94
108

R + G + B ~ 31%. #245E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 94 + 108 = 238 (100%)
R 36 of 238 ~ 15.13%
G 94 of 238 ~ 39.5%
B 108 of 238 ~ 45.38%

%15.13
%39.5
%45.38

CMYK color model

#245E6C color CMYK value is (67,13,0,58).

  • cyan value is 66.67%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(67,13,0,58)
C67M13Y0K58 
(67%,13%,0%,58%)
(0.67/0.13/0.00/0.58)	

CMYK percentages

%66.67
%12.96
%0
%57.65

Codes

Color #245E6C in popluar color models

245E6C
RGB3694108
HSL192°50.00%28.24%
HSB/HSV192°66.67%42.35%
CMYK66.67%12.96%0.00%
57.65%

Color #245E6C in popluar number systems.

HEX245E6C
Decimal3694108
Binary10010010111101101100
Octal44136154

Shades and tints

Shades of #245E6C

#245E6C
(36,94,108)
#215663
(33,86,99)
#1E4E5A
(30,78,90)
#1B4651
(27,70,81)
#183E48
(24,62,72)
#15363F
(21,54,63)
#122E36
(18,46,54)
#0F262D
(15,38,45)
#0C1E24
(12,30,36)
#09161B
(9,22,27)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #245E6C

#245E6C
(36,94,108)
#376C79
(55,108,121)
#4A7A86
(74,122,134)
#5D8893
(93,136,147)
#7096A0
(112,150,160)
#83A4AD
(131,164,173)
#96B2BA
(150,178,186)
#A9C0C7
(169,192,199)
#BCCED4
(188,206,212)
#CFDCE1
(207,220,225)
#E2EAEE
(226,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245E6C color. Also use rgb(36,94,108) instead hex code.

Text Font Color

.myTextColor { color: #245E6C; }

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

This text font color is #245E6C.


Background Color

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

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

This div background color is #245E6C.


Border color

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

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

This div border color is #245E6C.


Opacity

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

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

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

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

This text has shadow with #245E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245E6C on black background.


Color preview on white background

This text has color #245E6C on white background.



Black color preview on #245E6C background

This text has black color on #245E6C background.


White color preview on #245E6C background

This text has white color on #245E6C background.