COLOR #2D2E29

HEX: #2D2E29
RGB: (45,46,41)

Color info

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

RGB color model

#2D2E29 color RGB value is (45,46,41).

  • red value is 45;
  • green value is 46;
  • blue value is 41.
RGB:
(45,46,41)
(18%,18%,16%)

RGB channels and saturation

R 45 of 255 = 18%
G 46 of 255 = 18%
B 41 of 255 = 16%

45
46
41

R + G + B ~ 17%. #2D2E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 46 + 41 = 132 (100%)
R 45 of 132 ~ 34.09%
G 46 of 132 ~ 34.85%
B 41 of 132 ~ 31.06%

%34.09
%34.85
%31.06

CMYK color model

#2D2E29 color CMYK value is (2,0,11,82).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 81.96%
CMYK:
(2,0,11,82)
C2M0Y11K82 
(2%,0%,11%,82%)
(0.02/0.00/0.11/0.82)	

CMYK percentages

%2.17
%0
%10.87
%81.96

Codes

Color #2D2E29 in popluar color models

2D2E29
RGB454641
HSL72°5.75%17.06%
HSB/HSV72°10.87%18.04%
CMYK2.17%0.00%10.87%
81.96%

Color #2D2E29 in popluar number systems.

HEX2D2E29
Decimal454641
Binary101101101110101001
Octal555651

Shades and tints

Shades of #2D2E29

#2D2E29
(45,46,41)
#292A26
(41,42,38)
#252623
(37,38,35)
#212220
(33,34,32)
#1D1E1D
(29,30,29)
#191A1A
(25,26,26)
#151617
(21,22,23)
#111214
(17,18,20)
#0D0E11
(13,14,17)
#090A0E
(9,10,14)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #2D2E29

#2D2E29
(45,46,41)
#40413C
(64,65,60)
#53544F
(83,84,79)
#666762
(102,103,98)
#797A75
(121,122,117)
#8C8D88
(140,141,136)
#9FA09B
(159,160,155)
#B2B3AE
(178,179,174)
#C5C6C1
(197,198,193)
#D8D9D4
(216,217,212)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D2E29 color. Also use rgb(45,46,41) instead hex code.

Text Font Color

.myTextColor { color: #2D2E29; }

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

This text font color is #2D2E29.


Background Color

.myBgColor { background-color: #2D2E29; }

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

This div background color is #2D2E29.


Border color

.myBorderColor { border: 1px solid #2D2E29; }

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

This div border color is #2D2E29.


Opacity

.myOpacity80 { color: #2D2E29; opacity: 0.8; }

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

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

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

This text has shadow with #2D2E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D2E29 on black background.


Color preview on white background

This text has color #2D2E29 on white background.



Black color preview on #2D2E29 background

This text has black color on #2D2E29 background.


White color preview on #2D2E29 background

This text has white color on #2D2E29 background.