COLOR #295538

HEX: #295538
RGB: (41,85,56)

Color info

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

RGB color model

#295538 color RGB value is (41,85,56).

  • red value is 41;
  • green value is 85;
  • blue value is 56.
RGB:
(41,85,56)
(16%,33%,22%)

RGB channels and saturation

R 41 of 255 = 16%
G 85 of 255 = 33%
B 56 of 255 = 22%

41
85
56

R + G + B ~ 24%. #295538 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 85 + 56 = 182 (100%)
R 41 of 182 ~ 22.53%
G 85 of 182 ~ 46.7%
B 56 of 182 ~ 30.77%

%22.53
%46.7
%30.77

CMYK color model

#295538 color CMYK value is (52,0,34,67).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(52,0,34,67)
C52M0Y34K67 
(52%,0%,34%,67%)
(0.52/0.00/0.34/0.67)	

CMYK percentages

%51.76
%0
%34.12
%66.67

Codes

Color #295538 in popluar color models

295538
RGB418556
HSL140°34.92%24.71%
HSB/HSV140°51.76%33.33%
CMYK51.76%0.00%34.12%
66.67%

Color #295538 in popluar number systems.

HEX295538
Decimal418556
Binary1010011010101111000
Octal5112570

Shades and tints

Shades of #295538

#295538
(41,85,56)
#264E33
(38,78,51)
#23472E
(35,71,46)
#204029
(32,64,41)
#1D3924
(29,57,36)
#1A321F
(26,50,31)
#172B1A
(23,43,26)
#142415
(20,36,21)
#111D10
(17,29,16)
#0E160B
(14,22,11)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #295538

#295538
(41,85,56)
#3C644A
(60,100,74)
#4F735C
(79,115,92)
#62826E
(98,130,110)
#759180
(117,145,128)
#88A092
(136,160,146)
#9BAFA4
(155,175,164)
#AEBEB6
(174,190,182)
#C1CDC8
(193,205,200)
#D4DCDA
(212,220,218)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295538 color. Also use rgb(41,85,56) instead hex code.

Text Font Color

.myTextColor { color: #295538; }

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

This text font color is #295538.


Background Color

.myBgColor { background-color: #295538; }

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

This div background color is #295538.


Border color

.myBorderColor { border: 1px solid #295538; }

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

This div border color is #295538.


Opacity

.myOpacity80 { color: #295538; opacity: 0.8; }

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

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

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

This text has shadow with #295538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295538 on black background.


Color preview on white background

This text has color #295538 on white background.



Black color preview on #295538 background

This text has black color on #295538 background.


White color preview on #295538 background

This text has white color on #295538 background.