COLOR #2D2D30

HEX: #2D2D30
RGB: (45,45,48)

Color info

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

RGB color model

#2D2D30 color RGB value is (45,45,48).

  • red value is 45;
  • green value is 45;
  • blue value is 48.
RGB:
(45,45,48)
(18%,18%,19%)

RGB channels and saturation

R 45 of 255 = 18%
G 45 of 255 = 18%
B 48 of 255 = 19%

45
45
48

R + G + B ~ 18%. #2D2D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 45 + 48 = 138 (100%)
R 45 of 138 ~ 32.61%
G 45 of 138 ~ 32.61%
B 48 of 138 ~ 34.78%

%32.61
%32.61
%34.78

CMYK color model

#2D2D30 color CMYK value is (6,6,0,81).

  • cyan value is 6.25%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(6,6,0,81)
C6M6Y0K81 
(6%,6%,0%,81%)
(0.06/0.06/0.00/0.81)	

CMYK percentages

%6.25
%6.25
%0
%81.18

Codes

Color #2D2D30 in popluar color models

2D2D30
RGB454548
HSL240°3.23%18.24%
HSB/HSV240°6.25%18.82%
CMYK6.25%6.25%0.00%
81.18%

Color #2D2D30 in popluar number systems.

HEX2D2D30
Decimal454548
Binary101101101101110000
Octal555560

Shades and tints

Shades of #2D2D30

#2D2D30
(45,45,48)
#29292C
(41,41,44)
#252528
(37,37,40)
#212124
(33,33,36)
#1D1D20
(29,29,32)
#19191C
(25,25,28)
#151518
(21,21,24)
#111114
(17,17,20)
#0D0D10
(13,13,16)
#09090C
(9,9,12)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #2D2D30

#2D2D30
(45,45,48)
#404042
(64,64,66)
#535354
(83,83,84)
#666666
(102,102,102)
#797978
(121,121,120)
#8C8C8A
(140,140,138)
#9F9F9C
(159,159,156)
#B2B2AE
(178,178,174)
#C5C5C0
(197,197,192)
#D8D8D2
(216,216,210)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D2D30; }

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

This text font color is #2D2D30.


Background Color

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

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

This div background color is #2D2D30.


Border color

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

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

This div border color is #2D2D30.


Opacity

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

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

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

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

This text has shadow with #2D2D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D2D30 on black background.


Color preview on white background

This text has color #2D2D30 on white background.



Black color preview on #2D2D30 background

This text has black color on #2D2D30 background.


White color preview on #2D2D30 background

This text has white color on #2D2D30 background.