COLOR #295F57

HEX: #295F57
RGB: (41,95,87)

Color info

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

RGB color model

#295F57 color RGB value is (41,95,87).

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

RGB channels and saturation

R 41 of 255 = 16%
G 95 of 255 = 37%
B 87 of 255 = 34%

41
95
87

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

Portions of RGB colors in percentages

R + G + B =
41 + 95 + 87 = 223 (100%)
R 41 of 223 ~ 18.39%
G 95 of 223 ~ 42.6%
B 87 of 223 ~ 39.01%

%18.39
%42.6
%39.01

CMYK color model

#295F57 color CMYK value is (57,0,8,63).

  • cyan value is 56.84%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 62.75%
CMYK:
(57,0,8,63)
C57M0Y8K63 
(57%,0%,8%,63%)
(0.57/0.00/0.08/0.63)	

CMYK percentages

%56.84
%0
%8.42
%62.75

Codes

Color #295F57 in popluar color models

295F57
RGB419587
HSL171°39.71%26.67%
HSB/HSV171°56.84%37.25%
CMYK56.84%0.00%8.42%
62.75%

Color #295F57 in popluar number systems.

HEX295F57
Decimal419587
Binary10100110111111010111
Octal51137127

Shades and tints

Shades of #295F57

#295F57
(41,95,87)
#265750
(38,87,80)
#234F49
(35,79,73)
#204742
(32,71,66)
#1D3F3B
(29,63,59)
#1A3734
(26,55,52)
#172F2D
(23,47,45)
#142726
(20,39,38)
#111F1F
(17,31,31)
#0E1718
(14,23,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #295F57

#295F57
(41,95,87)
#3C6D66
(60,109,102)
#4F7B75
(79,123,117)
#628984
(98,137,132)
#759793
(117,151,147)
#88A5A2
(136,165,162)
#9BB3B1
(155,179,177)
#AEC1C0
(174,193,192)
#C1CFCF
(193,207,207)
#D4DDDE
(212,221,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295F57; }

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

This text font color is #295F57.


Background Color

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

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

This div background color is #295F57.


Border color

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

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

This div border color is #295F57.


Opacity

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

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

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

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

This text has shadow with #295F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295F57 on black background.


Color preview on white background

This text has color #295F57 on white background.



Black color preview on #295F57 background

This text has black color on #295F57 background.


White color preview on #295F57 background

This text has white color on #295F57 background.