COLOR #295C5A

HEX: #295C5A
RGB: (41,92,90)

Color info

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

RGB color model

#295C5A color RGB value is (41,92,90).

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

RGB channels and saturation

R 41 of 255 = 16%
G 92 of 255 = 36%
B 90 of 255 = 35%

41
92
90

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

Portions of RGB colors in percentages

R + G + B =
41 + 92 + 90 = 223 (100%)
R 41 of 223 ~ 18.39%
G 92 of 223 ~ 41.26%
B 90 of 223 ~ 40.36%

%18.39
%41.26
%40.36

CMYK color model

#295C5A color CMYK value is (55,0,2,64).

  • cyan value is 55.43%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(55,0,2,64)
C55M0Y2K64 
(55%,0%,2%,64%)
(0.55/0.00/0.02/0.64)	

CMYK percentages

%55.43
%0
%2.17
%63.92

Codes

Color #295C5A in popluar color models

295C5A
RGB419290
HSL178°38.35%26.08%
HSB/HSV178°55.43%36.08%
CMYK55.43%0.00%2.17%
63.92%

Color #295C5A in popluar number systems.

HEX295C5A
Decimal419290
Binary10100110111001011010
Octal51134132

Shades and tints

Shades of #295C5A

#295C5A
(41,92,90)
#265452
(38,84,82)
#234C4A
(35,76,74)
#204442
(32,68,66)
#1D3C3A
(29,60,58)
#1A3432
(26,52,50)
#172C2A
(23,44,42)
#142422
(20,36,34)
#111C1A
(17,28,26)
#0E1412
(14,20,18)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #295C5A

#295C5A
(41,92,90)
#3C6A69
(60,106,105)
#4F7878
(79,120,120)
#628687
(98,134,135)
#759496
(117,148,150)
#88A2A5
(136,162,165)
#9BB0B4
(155,176,180)
#AEBEC3
(174,190,195)
#C1CCD2
(193,204,210)
#D4DAE1
(212,218,225)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295C5A; }

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

This text font color is #295C5A.


Background Color

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

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

This div background color is #295C5A.


Border color

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

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

This div border color is #295C5A.


Opacity

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

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

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

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

This text has shadow with #295C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295C5A on black background.


Color preview on white background

This text has color #295C5A on white background.



Black color preview on #295C5A background

This text has black color on #295C5A background.


White color preview on #295C5A background

This text has white color on #295C5A background.