COLOR #292D35

HEX: #292D35 RGB: (41,45,53)

Color info

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

RGB color model

#292D35 color RGB value is (41,45,53).

RGB: (41,45,53) (16%, 18%, 21%)

RGB channels and saturation

R 41 of 255 = 16%
G 45 of 255 = 18%
B 53 of 255 = 21%

41
45
53

R + G + B ~ 18%. #292D35 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 45 + 53 = 139 (100%)
R 41 of 139 ~ 29.5%
G 45 of 139 ~ 32.37%
B 53 of 139 ~ 38.13'%

%29.5
%32.37
%38.13

CMYK color model

#292D35 color CMYK value is (23,15,0,79).

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

CMYK: (23,15,0,79)
C23M15Y0K79 (23%, 15%, 0%, 79%)
(0.23 / 0.15 / 0.00 / 0.79)

CMYK percentages

%22.64
%15.09
%0
%79.22

Codes

Color #292D35 in popluar color models

29 2D 35
RGB 41 45 53
HSL 220° 12.77% 18.43%
HSB/HSV 220° 22.64% 20.78%
CMYK 22.64% 15.09% 0.00%
79.22%

Color #292D35 in popluar number systems.

HEX 29 2D 35
Decimal 41 45 53
Binary 101001 101101 110101
Octal 51 55 65

Shades and tints

Shades of #292D35

#292D35
(41,45,53)
#262931
(38,41,49)
#23252D
(35,37,45)
#202129
(32,33,41)
#1D1D25
(29,29,37)
#1A1921
(26,25,33)
#17151D
(23,21,29)
#141119
(20,17,25)
#110D15
(17,13,21)
#0E0911
(14,9,17)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #292D35

#292D35
(41,45,53)
#3C4047
(60,64,71)
#4F5359
(79,83,89)
#62666B
(98,102,107)
#75797D
(117,121,125)
#888C8F
(136,140,143)
#9B9FA1
(155,159,161)
#AEB2B3
(174,178,179)
#C1C5C5
(193,197,197)
#D4D8D7
(212,216,215)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292D35; }

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

This text font color is #292D35.

Background Color

.myBgColor { background-color: #292D35; }

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

This div background color is #292D35.

Border color

.myBorderColor { border: 1px solid #292D35; }

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

This div border color is #292D35.

Opacity

.myOpacity80 { color: #292D35; opacity: 0.8; }

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

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

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

This text has shadow with #292D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #292D35.

Preview

Color preview on black background

This text has color #292D35 on black background.


Color preview on white background

This text has color #292D35 on white background.


Black color preview on #292D35 background

This text has black color on #292D35 background.


White color preview on #292D35 background

This text has white color on #292D35 background.


Related colors

Complementary color

Complementary color for #hex is #D6D2CA.


I love getcolorcode.com

Triadic colors

1 #35292D and #2D3529 with #292D35 are triadic colors.

2 #352D29 and #2D2935 with #292D35 are triadic colors.