COLOR #295E5D

HEX: #295E5D
RGB: (41,94,93)

Color info

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

RGB color model

#295E5D color RGB value is (41,94,93).

  • red value is 41;
  • green value is 94;
  • blue value is 93.
RGB:
(41,94,93)
(16%,37%,36%)

RGB channels and saturation

R 41 of 255 = 16%
G 94 of 255 = 37%
B 93 of 255 = 36%

41
94
93

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

Portions of RGB colors in percentages

R + G + B =
41 + 94 + 93 = 228 (100%)
R 41 of 228 ~ 17.98%
G 94 of 228 ~ 41.23%
B 93 of 228 ~ 40.79%

%17.98
%41.23
%40.79

CMYK color model

#295E5D color CMYK value is (56,0,1,63).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 63.14%
CMYK:
(56,0,1,63)
C56M0Y1K63 
(56%,0%,1%,63%)
(0.56/0.00/0.01/0.63)	

CMYK percentages

%56.38
%0
%1.06
%63.14

Codes

Color #295E5D in popluar color models

295E5D
RGB419493
HSL179°39.26%26.47%
HSB/HSV179°56.38%36.86%
CMYK56.38%0.00%1.06%
63.14%

Color #295E5D in popluar number systems.

HEX295E5D
Decimal419493
Binary10100110111101011101
Octal51136135

Shades and tints

Shades of #295E5D

#295E5D
(41,94,93)
#265655
(38,86,85)
#234E4D
(35,78,77)
#204645
(32,70,69)
#1D3E3D
(29,62,61)
#1A3635
(26,54,53)
#172E2D
(23,46,45)
#142625
(20,38,37)
#111E1D
(17,30,29)
#0E1615
(14,22,21)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #295E5D

#295E5D
(41,94,93)
#3C6C6B
(60,108,107)
#4F7A79
(79,122,121)
#628887
(98,136,135)
#759695
(117,150,149)
#88A4A3
(136,164,163)
#9BB2B1
(155,178,177)
#AEC0BF
(174,192,191)
#C1CECD
(193,206,205)
#D4DCDB
(212,220,219)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295E5D color. Also use rgb(41,94,93) instead hex code.

Text Font Color

.myTextColor { color: #295E5D; }

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

This text font color is #295E5D.


Background Color

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

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

This div background color is #295E5D.


Border color

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

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

This div border color is #295E5D.


Opacity

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

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

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

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

This text has shadow with #295E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295E5D on black background.


Color preview on white background

This text has color #295E5D on white background.



Black color preview on #295E5D background

This text has black color on #295E5D background.


White color preview on #295E5D background

This text has white color on #295E5D background.