COLOR #295A53

HEX: #295A53
RGB: (41,90,83)

Color info

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

RGB color model

#295A53 color RGB value is (41,90,83).

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

RGB channels and saturation

R 41 of 255 = 16%
G 90 of 255 = 35%
B 83 of 255 = 33%

41
90
83

R + G + B ~ 28%. #295A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 90 + 83 = 214 (100%)
R 41 of 214 ~ 19.16%
G 90 of 214 ~ 42.06%
B 83 of 214 ~ 38.79%

%19.16
%42.06
%38.79

CMYK color model

#295A53 color CMYK value is (54,0,8,65).

  • cyan value is 54.44%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 64.71%
CMYK:
(54,0,8,65)
C54M0Y8K65 
(54%,0%,8%,65%)
(0.54/0.00/0.08/0.65)	

CMYK percentages

%54.44
%0
%7.78
%64.71

Codes

Color #295A53 in popluar color models

295A53
RGB419083
HSL171°37.40%25.69%
HSB/HSV171°54.44%35.29%
CMYK54.44%0.00%7.78%
64.71%

Color #295A53 in popluar number systems.

HEX295A53
Decimal419083
Binary10100110110101010011
Octal51132123

Shades and tints

Shades of #295A53

#295A53
(41,90,83)
#26524C
(38,82,76)
#234A45
(35,74,69)
#20423E
(32,66,62)
#1D3A37
(29,58,55)
#1A3230
(26,50,48)
#172A29
(23,42,41)
#142222
(20,34,34)
#111A1B
(17,26,27)
#0E1214
(14,18,20)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #295A53

#295A53
(41,90,83)
#3C6962
(60,105,98)
#4F7871
(79,120,113)
#628780
(98,135,128)
#75968F
(117,150,143)
#88A59E
(136,165,158)
#9BB4AD
(155,180,173)
#AEC3BC
(174,195,188)
#C1D2CB
(193,210,203)
#D4E1DA
(212,225,218)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295A53; }

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

This text font color is #295A53.


Background Color

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

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

This div background color is #295A53.


Border color

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

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

This div border color is #295A53.


Opacity

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

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

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

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

This text has shadow with #295A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295A53 on black background.


Color preview on white background

This text has color #295A53 on white background.



Black color preview on #295A53 background

This text has black color on #295A53 background.


White color preview on #295A53 background

This text has white color on #295A53 background.