COLOR #2D484D

HEX: #2D484D
RGB: (45,72,77)

Color info

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

RGB color model

#2D484D color RGB value is (45,72,77).

  • red value is 45;
  • green value is 72;
  • blue value is 77.
RGB:
(45,72,77)
(18%,28%,30%)

RGB channels and saturation

R 45 of 255 = 18%
G 72 of 255 = 28%
B 77 of 255 = 30%

45
72
77

R + G + B ~ 25%. #2D484D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 72 + 77 = 194 (100%)
R 45 of 194 ~ 23.2%
G 72 of 194 ~ 37.11%
B 77 of 194 ~ 39.69%

%23.2
%37.11
%39.69

CMYK color model

#2D484D color CMYK value is (42,6,0,70).

  • cyan value is 41.56%
  • magenta value is 6.49%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(42,6,0,70)
C42M6Y0K70 
(42%,6%,0%,70%)
(0.42/0.06/0.00/0.70)	

CMYK percentages

%41.56
%6.49
%0
%69.8

Codes

Color #2D484D in popluar color models

2D484D
RGB457277
HSL189°26.23%23.92%
HSB/HSV189°41.56%30.20%
CMYK41.56%6.49%0.00%
69.80%

Color #2D484D in popluar number systems.

HEX2D484D
Decimal457277
Binary10110110010001001101
Octal55110115

Shades and tints

Shades of #2D484D

#2D484D
(45,72,77)
#294246
(41,66,70)
#253C3F
(37,60,63)
#213638
(33,54,56)
#1D3031
(29,48,49)
#192A2A
(25,42,42)
#152423
(21,36,35)
#111E1C
(17,30,28)
#0D1815
(13,24,21)
#09120E
(9,18,14)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #2D484D

#2D484D
(45,72,77)
#40585D
(64,88,93)
#53686D
(83,104,109)
#66787D
(102,120,125)
#79888D
(121,136,141)
#8C989D
(140,152,157)
#9FA8AD
(159,168,173)
#B2B8BD
(178,184,189)
#C5C8CD
(197,200,205)
#D8D8DD
(216,216,221)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D484D; }

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

This text font color is #2D484D.


Background Color

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

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

This div background color is #2D484D.


Border color

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

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

This div border color is #2D484D.


Opacity

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

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

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

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

This text has shadow with #2D484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D484D on black background.


Color preview on white background

This text has color #2D484D on white background.



Black color preview on #2D484D background

This text has black color on #2D484D background.


White color preview on #2D484D background

This text has white color on #2D484D background.