COLOR #295A63

HEX: #295A63
RGB: (41,90,99)

Color info

#295A63 contains red, green and blue colors in about the same proportion. Web safe color of #295A63 is #336666 (or #366).

RGB color model

#295A63 color RGB value is (41,90,99).

  • red value is 41;
  • green value is 90;
  • blue value is 99.
RGB:
(41,90,99)
(16%,35%,39%)

RGB channels and saturation

R 41 of 255 = 16%
G 90 of 255 = 35%
B 99 of 255 = 39%

41
90
99

R + G + B ~ 30%. #295A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 90 + 99 = 230 (100%)
R 41 of 230 ~ 17.83%
G 90 of 230 ~ 39.13%
B 99 of 230 ~ 43.04%

%17.83
%39.13
%43.04

CMYK color model

#295A63 color CMYK value is (59,9,0,61).

  • cyan value is 58.59%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(59,9,0,61)
C59M9Y0K61 
(59%,9%,0%,61%)
(0.59/0.09/0.00/0.61)	

CMYK percentages

%58.59
%9.09
%0
%61.18

Codes

Color #295A63 in popluar color models

295A63
RGB419099
HSL189°41.43%27.45%
HSB/HSV189°58.59%38.82%
CMYK58.59%9.09%0.00%
61.18%

Color #295A63 in popluar number systems.

HEX295A63
Decimal419099
Binary10100110110101100011
Octal51132143

Shades and tints

Shades of #295A63

#295A63
(41,90,99)
#26525A
(38,82,90)
#234A51
(35,74,81)
#204248
(32,66,72)
#1D3A3F
(29,58,63)
#1A3236
(26,50,54)
#172A2D
(23,42,45)
#142224
(20,34,36)
#111A1B
(17,26,27)
#0E1212
(14,18,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #295A63

#295A63
(41,90,99)
#3C6971
(60,105,113)
#4F787F
(79,120,127)
#62878D
(98,135,141)
#75969B
(117,150,155)
#88A5A9
(136,165,169)
#9BB4B7
(155,180,183)
#AEC3C5
(174,195,197)
#C1D2D3
(193,210,211)
#D4E1E1
(212,225,225)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295A63 color. Also use rgb(41,90,99) instead hex code.

Text Font Color

.myTextColor { color: #295A63; }

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

This text font color is #295A63.


Background Color

.myBgColor { background-color: #295A63; }

<div style="background-color:#295A63">Inner text</div>

This div background color is #295A63.


Border color

.myBorderColor { border: 1px solid #295A63; }

<div style="border:3px solid #295A63">Div</div>

This div border color is #295A63.


Opacity

.myOpacity80 { color: #295A63; opacity: 0.8; }

<p style="color:#295A63;opacity:0.8;">80%</p>

Text with #295A63 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 #295A63;}

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

This text has shadow with #295A63 color.

.textShadow {text-shadow: 3px 3px 1px #295A63, 3px 3px 1px red;}

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

This text has shadow with #295A63 primary color and red secondary color.


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

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

This text has shadow with #295A63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295A63 on black background.


Color preview on white background

This text has color #295A63 on white background.



Black color preview on #295A63 background

This text has black color on #295A63 background.


White color preview on #295A63 background

This text has white color on #295A63 background.