COLOR #2D484C

HEX: #2D484C
RGB: (45,72,76)

Color info

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

RGB color model

#2D484C color RGB value is (45,72,76).

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

RGB channels and saturation

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

45
72
76

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

Portions of RGB colors in percentages

R + G + B =
45 + 72 + 76 = 193 (100%)
R 45 of 193 ~ 23.32%
G 72 of 193 ~ 37.31%
B 76 of 193 ~ 39.38%

%23.32
%37.31
%39.38

CMYK color model

#2D484C color CMYK value is (41,5,0,70).

  • cyan value is 40.79%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(41,5,0,70)
C41M5Y0K70 
(41%,5%,0%,70%)
(0.41/0.05/0.00/0.70)	

CMYK percentages

%40.79
%5.26
%0
%70.2

Codes

Color #2D484C in popluar color models

2D484C
RGB457276
HSL188°25.62%23.73%
HSB/HSV188°40.79%29.80%
CMYK40.79%5.26%0.00%
70.20%

Color #2D484C in popluar number systems.

HEX2D484C
Decimal457276
Binary10110110010001001100
Octal55110114

Shades and tints

Shades of #2D484C

#2D484C
(45,72,76)
#294246
(41,66,70)
#253C40
(37,60,64)
#21363A
(33,54,58)
#1D3034
(29,48,52)
#192A2E
(25,42,46)
#152428
(21,36,40)
#111E22
(17,30,34)
#0D181C
(13,24,28)
#091216
(9,18,22)
#050C10
(5,12,16)
#000000
(0,0,0)

Tints of #2D484C

#2D484C
(45,72,76)
#40585C
(64,88,92)
#53686C
(83,104,108)
#66787C
(102,120,124)
#79888C
(121,136,140)
#8C989C
(140,152,156)
#9FA8AC
(159,168,172)
#B2B8BC
(178,184,188)
#C5C8CC
(197,200,204)
#D8D8DC
(216,216,220)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D484C; }

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

This text font color is #2D484C.


Background Color

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

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

This div background color is #2D484C.


Border color

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

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

This div border color is #2D484C.


Opacity

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

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

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

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

This text has shadow with #2D484C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D484C on black background.


Color preview on white background

This text has color #2D484C on white background.



Black color preview on #2D484C background

This text has black color on #2D484C background.


White color preview on #2D484C background

This text has white color on #2D484C background.