COLOR #295E4C

HEX: #295E4C RGB: (41,94,76)

Color info

#295E4C contains red, green and blue colors in about the same proportion. Web safe color of #295E4C is #336633 (or #363).

RGB color model

#295E4C color RGB value is (41,94,76).

RGB: (41,94,76) (16%, 37%, 30%)

RGB channels and saturation

R 41 of 255 = 16%
G 94 of 255 = 37%
B 76 of 255 = 30%

41
94
76

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

Portions of RGB colors in percentages

R + G + B = 41 + 94 + 76 = 211 (100%)
R 41 of 211 ~ 19.43%
G 94 of 211 ~ 44.55%
B 76 of 211 ~ 36.02'%

%19.43
%44.55
%36.02

CMYK color model

#295E4C color CMYK value is (56,0,19,63).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 63.14%

CMYK: (56,0,19,63)
C56M0Y19K63 (56%, 0%, 19%, 63%)
(0.56 / 0.00 / 0.19 / 0.63)

CMYK percentages

%56.38
%0
%19.15
%63.14

Codes

Color #295E4C in popluar color models

29 5E 4C
RGB 41 94 76
HSL 160° 39.26% 26.47%
HSB/HSV 160° 56.38% 36.86%
CMYK 56.38% 0.00% 19.15%
63.14%

Color #295E4C in popluar number systems.

HEX 29 5E 4C
Decimal 41 94 76
Binary 101001 1011110 1001100
Octal 51 136 114

Shades and tints

Shades of #295E4C

#295E4C
(41,94,76)
#265646
(38,86,70)
#234E40
(35,78,64)
#20463A
(32,70,58)
#1D3E34
(29,62,52)
#1A362E
(26,54,46)
#172E28
(23,46,40)
#142622
(20,38,34)
#111E1C
(17,30,28)
#0E1616
(14,22,22)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #295E4C

#295E4C
(41,94,76)
#3C6C5C
(60,108,92)
#4F7A6C
(79,122,108)
#62887C
(98,136,124)
#75968C
(117,150,140)
#88A49C
(136,164,156)
#9BB2AC
(155,178,172)
#AEC0BC
(174,192,188)
#C1CECC
(193,206,204)
#D4DCDC
(212,220,220)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #295E4C; }

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

This text font color is #295E4C.

Background Color

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

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

This div background color is #295E4C.

Border color

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

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

This div border color is #295E4C.

Opacity

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

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

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

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

This text has shadow with #295E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #295E4C.

Preview

Color preview on black background

This text has color #295E4C on black background.


Color preview on white background

This text has color #295E4C on white background.


Black color preview on #295E4C background

This text has black color on #295E4C background.


White color preview on #295E4C background

This text has white color on #295E4C background.


Related colors

Complementary color

Complementary color for #hex is #D6A1B3.


I love getcolorcode.com

Triadic colors

1 #4C295E and #5E4C29 with #295E4C are triadic colors.

2 #4C5E29 and #5E294C with #295E4C are triadic colors.