COLOR #293235

HEX: #293235 RGB: (41,50,53)

Color info

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

RGB color model

#293235 color RGB value is (41,50,53).

RGB: (41,50,53) (16%, 20%, 21%)

RGB channels and saturation

R 41 of 255 = 16%
G 50 of 255 = 20%
B 53 of 255 = 21%

41
50
53

R + G + B ~ 19%. #293235 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 50 + 53 = 144 (100%)
R 41 of 144 ~ 28.47%
G 50 of 144 ~ 34.72%
B 53 of 144 ~ 36.81'%

%28.47
%34.72
%36.81

CMYK color model

#293235 color CMYK value is (23,6,0,79).

  • cyan value is 22.64%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (23,6,0,79)
C23M6Y0K79 (23%, 6%, 0%, 79%)
(0.23 / 0.06 / 0.00 / 0.79)

CMYK percentages

%22.64
%5.66
%0
%79.22

Codes

Color #293235 in popluar color models

29 32 35
RGB 41 50 53
HSL 195° 12.77% 18.43%
HSB/HSV 195° 22.64% 20.78%
CMYK 22.64% 5.66% 0.00%
79.22%

Color #293235 in popluar number systems.

HEX 29 32 35
Decimal 41 50 53
Binary 101001 110010 110101
Octal 51 62 65

Shades and tints

Shades of #293235

#293235
(41,50,53)
#262E31
(38,46,49)
#232A2D
(35,42,45)
#202629
(32,38,41)
#1D2225
(29,34,37)
#1A1E21
(26,30,33)
#171A1D
(23,26,29)
#141619
(20,22,25)
#111215
(17,18,21)
#0E0E11
(14,14,17)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #293235

#293235
(41,50,53)
#3C4447
(60,68,71)
#4F5659
(79,86,89)
#62686B
(98,104,107)
#757A7D
(117,122,125)
#888C8F
(136,140,143)
#9B9EA1
(155,158,161)
#AEB0B3
(174,176,179)
#C1C2C5
(193,194,197)
#D4D4D7
(212,212,215)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293235 color. Also use rgb(41,50,53) instead hex code.

Text Font Color

.myTextColor { color: #293235; }

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

This text font color is #293235.

Background Color

.myBgColor { background-color: #293235; }

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

This div background color is #293235.

Border color

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

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

This div border color is #293235.

Opacity

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

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

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

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

This text has shadow with #293235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #293235.

Preview

Color preview on black background

This text has color #293235 on black background.


Color preview on white background

This text has color #293235 on white background.


Black color preview on #293235 background

This text has black color on #293235 background.


White color preview on #293235 background

This text has white color on #293235 background.


Related colors

Complementary color

Complementary color for #hex is #D6CDCA.


I love getcolorcode.com

Triadic colors

1 #352932 and #323529 with #293235 are triadic colors.

2 #353229 and #322935 with #293235 are triadic colors.