COLOR #293D37

HEX: #293D37
RGB: (41,61,55)

Color info

#293D37 contains red, green and blue colors in about the same proportion. Web safe color of #293D37 is #333333 (or #333).

RGB color model

#293D37 color RGB value is (41,61,55).

  • red value is 41;
  • green value is 61;
  • blue value is 55.
RGB:
(41,61,55)
(16%,24%,22%)

RGB channels and saturation

R 41 of 255 = 16%
G 61 of 255 = 24%
B 55 of 255 = 22%

41
61
55

R + G + B ~ 21%. #293D37 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 61 + 55 = 157 (100%)
R 41 of 157 ~ 26.11%
G 61 of 157 ~ 38.85%
B 55 of 157 ~ 35.03%

%26.11
%38.85
%35.03

CMYK color model

#293D37 color CMYK value is (33,0,10,76).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 76.08%
CMYK:
(33,0,10,76)
C33M0Y10K76 
(33%,0%,10%,76%)
(0.33/0.00/0.10/0.76)	

CMYK percentages

%32.79
%0
%9.84
%76.08

Codes

Color #293D37 in popluar color models

293D37
RGB416155
HSL162°19.61%20.00%
HSB/HSV162°32.79%23.92%
CMYK32.79%0.00%9.84%
76.08%

Color #293D37 in popluar number systems.

HEX293D37
Decimal416155
Binary101001111101110111
Octal517567

Shades and tints

Shades of #293D37

#293D37
(41,61,55)
#263832
(38,56,50)
#23332D
(35,51,45)
#202E28
(32,46,40)
#1D2923
(29,41,35)
#1A241E
(26,36,30)
#171F19
(23,31,25)
#141A14
(20,26,20)
#11150F
(17,21,15)
#0E100A
(14,16,10)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #293D37

#293D37
(41,61,55)
#3C4E49
(60,78,73)
#4F5F5B
(79,95,91)
#62706D
(98,112,109)
#75817F
(117,129,127)
#889291
(136,146,145)
#9BA3A3
(155,163,163)
#AEB4B5
(174,180,181)
#C1C5C7
(193,197,199)
#D4D6D9
(212,214,217)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293D37 color. Also use rgb(41,61,55) instead hex code.

Text Font Color

.myTextColor { color: #293D37; }

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

This text font color is #293D37.


Background Color

.myBgColor { background-color: #293D37; }

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

This div background color is #293D37.


Border color

.myBorderColor { border: 1px solid #293D37; }

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

This div border color is #293D37.


Opacity

.myOpacity80 { color: #293D37; opacity: 0.8; }

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

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

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

This text has shadow with #293D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293D37 on black background.


Color preview on white background

This text has color #293D37 on white background.



Black color preview on #293D37 background

This text has black color on #293D37 background.


White color preview on #293D37 background

This text has white color on #293D37 background.