COLOR #295A57

HEX: #295A57
RGB: (41,90,87)

Color info

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

RGB color model

#295A57 color RGB value is (41,90,87).

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

RGB channels and saturation

R 41 of 255 = 16%
G 90 of 255 = 35%
B 87 of 255 = 34%

41
90
87

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

Portions of RGB colors in percentages

R + G + B =
41 + 90 + 87 = 218 (100%)
R 41 of 218 ~ 18.81%
G 90 of 218 ~ 41.28%
B 87 of 218 ~ 39.91%

%18.81
%41.28
%39.91

CMYK color model

#295A57 color CMYK value is (54,0,3,65).

  • cyan value is 54.44%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(54,0,3,65)
C54M0Y3K65 
(54%,0%,3%,65%)
(0.54/0.00/0.03/0.65)	

CMYK percentages

%54.44
%0
%3.33
%64.71

Codes

Color #295A57 in popluar color models

295A57
RGB419087
HSL176°37.40%25.69%
HSB/HSV176°54.44%35.29%
CMYK54.44%0.00%3.33%
64.71%

Color #295A57 in popluar number systems.

HEX295A57
Decimal419087
Binary10100110110101010111
Octal51132127

Shades and tints

Shades of #295A57

#295A57
(41,90,87)
#265250
(38,82,80)
#234A49
(35,74,73)
#204242
(32,66,66)
#1D3A3B
(29,58,59)
#1A3234
(26,50,52)
#172A2D
(23,42,45)
#142226
(20,34,38)
#111A1F
(17,26,31)
#0E1218
(14,18,24)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #295A57

#295A57
(41,90,87)
#3C6966
(60,105,102)
#4F7875
(79,120,117)
#628784
(98,135,132)
#759693
(117,150,147)
#88A5A2
(136,165,162)
#9BB4B1
(155,180,177)
#AEC3C0
(174,195,192)
#C1D2CF
(193,210,207)
#D4E1DE
(212,225,222)
#E7F0ED
(231,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295A57; }

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

This text font color is #295A57.


Background Color

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

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

This div background color is #295A57.


Border color

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

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

This div border color is #295A57.


Opacity

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

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

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

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

This text has shadow with #295A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295A57 on black background.


Color preview on white background

This text has color #295A57 on white background.



Black color preview on #295A57 background

This text has black color on #295A57 background.


White color preview on #295A57 background

This text has white color on #295A57 background.