COLOR #295263

HEX: #295263
RGB: (41,82,99)

Color info

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

RGB color model

#295263 color RGB value is (41,82,99).

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

RGB channels and saturation

R 41 of 255 = 16%
G 82 of 255 = 32%
B 99 of 255 = 39%

41
82
99

R + G + B ~ 29%. #295263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 82 + 99 = 222 (100%)
R 41 of 222 ~ 18.47%
G 82 of 222 ~ 36.94%
B 99 of 222 ~ 44.59%

%18.47
%36.94
%44.59

CMYK color model

#295263 color CMYK value is (59,17,0,61).

  • cyan value is 58.59%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(59,17,0,61)
C59M17Y0K61 
(59%,17%,0%,61%)
(0.59/0.17/0.00/0.61)	

CMYK percentages

%58.59
%17.17
%0
%61.18

Codes

Color #295263 in popluar color models

295263
RGB418299
HSL198°41.43%27.45%
HSB/HSV198°58.59%38.82%
CMYK58.59%17.17%0.00%
61.18%

Color #295263 in popluar number systems.

HEX295263
Decimal418299
Binary10100110100101100011
Octal51122143

Shades and tints

Shades of #295263

#295263
(41,82,99)
#264B5A
(38,75,90)
#234451
(35,68,81)
#203D48
(32,61,72)
#1D363F
(29,54,63)
#1A2F36
(26,47,54)
#17282D
(23,40,45)
#142124
(20,33,36)
#111A1B
(17,26,27)
#0E1312
(14,19,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #295263

#295263
(41,82,99)
#3C6171
(60,97,113)
#4F707F
(79,112,127)
#627F8D
(98,127,141)
#758E9B
(117,142,155)
#889DA9
(136,157,169)
#9BACB7
(155,172,183)
#AEBBC5
(174,187,197)
#C1CAD3
(193,202,211)
#D4D9E1
(212,217,225)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295263; }

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

This text font color is #295263.


Background Color

.myBgColor { background-color: #295263; }

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

This div background color is #295263.


Border color

.myBorderColor { border: 1px solid #295263; }

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

This div border color is #295263.


Opacity

.myOpacity80 { color: #295263; opacity: 0.8; }

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

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

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

This text has shadow with #295263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295263 on black background.


Color preview on white background

This text has color #295263 on white background.



Black color preview on #295263 background

This text has black color on #295263 background.


White color preview on #295263 background

This text has white color on #295263 background.