COLOR #245F63

HEX: #245F63
RGB: (36,95,99)

Color info

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

RGB color model

#245F63 color RGB value is (36,95,99).

  • red value is 36;
  • green value is 95;
  • blue value is 99.
RGB:
(36,95,99)
(14%,37%,39%)

RGB channels and saturation

R 36 of 255 = 14%
G 95 of 255 = 37%
B 99 of 255 = 39%

36
95
99

R + G + B ~ 30%. #245F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 95 + 99 = 230 (100%)
R 36 of 230 ~ 15.65%
G 95 of 230 ~ 41.3%
B 99 of 230 ~ 43.04%

%15.65
%41.3
%43.04

CMYK color model

#245F63 color CMYK value is (64,4,0,61).

  • cyan value is 63.64%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(64,4,0,61)
C64M4Y0K61 
(64%,4%,0%,61%)
(0.64/0.04/0.00/0.61)	

CMYK percentages

%63.64
%4.04
%0
%61.18

Codes

Color #245F63 in popluar color models

245F63
RGB369599
HSL184°46.67%26.47%
HSB/HSV184°63.64%38.82%
CMYK63.64%4.04%0.00%
61.18%

Color #245F63 in popluar number systems.

HEX245F63
Decimal369599
Binary10010010111111100011
Octal44137143

Shades and tints

Shades of #245F63

#245F63
(36,95,99)
#21575A
(33,87,90)
#1E4F51
(30,79,81)
#1B4748
(27,71,72)
#183F3F
(24,63,63)
#153736
(21,55,54)
#122F2D
(18,47,45)
#0F2724
(15,39,36)
#0C1F1B
(12,31,27)
#091712
(9,23,18)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #245F63

#245F63
(36,95,99)
#376D71
(55,109,113)
#4A7B7F
(74,123,127)
#5D898D
(93,137,141)
#70979B
(112,151,155)
#83A5A9
(131,165,169)
#96B3B7
(150,179,183)
#A9C1C5
(169,193,197)
#BCCFD3
(188,207,211)
#CFDDE1
(207,221,225)
#E2EBEF
(226,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245F63 color. Also use rgb(36,95,99) instead hex code.

Text Font Color

.myTextColor { color: #245F63; }

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

This text font color is #245F63.


Background Color

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

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

This div background color is #245F63.


Border color

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

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

This div border color is #245F63.


Opacity

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

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

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

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

This text has shadow with #245F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245F63 on black background.


Color preview on white background

This text has color #245F63 on white background.



Black color preview on #245F63 background

This text has black color on #245F63 background.


White color preview on #245F63 background

This text has white color on #245F63 background.