COLOR #2D676C

HEX: #2D676C
RGB: (45,103,108)

Color info

#2D676C contains mainly green and blue colors. Web safe color of #2D676C is #336666 (or #366).

RGB color model

#2D676C color RGB value is (45,103,108).

  • red value is 45;
  • green value is 103;
  • blue value is 108.
RGB:
(45,103,108)
(18%,40%,42%)

RGB channels and saturation

R 45 of 255 = 18%
G 103 of 255 = 40%
B 108 of 255 = 42%

45
103
108

R + G + B ~ 33%. #2D676C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 103 + 108 = 256 (100%)
R 45 of 256 ~ 17.58%
G 103 of 256 ~ 40.23%
B 108 of 256 ~ 42.19%

%17.58
%40.23
%42.19

CMYK color model

#2D676C color CMYK value is (58,5,0,58).

  • cyan value is 58.33%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(58,5,0,58)
C58M5Y0K58 
(58%,5%,0%,58%)
(0.58/0.05/0.00/0.58)	

CMYK percentages

%58.33
%4.63
%0
%57.65

Codes

Color #2D676C in popluar color models

2D676C
RGB45103108
HSL185°41.18%30.00%
HSB/HSV185°58.33%42.35%
CMYK58.33%4.63%0.00%
57.65%

Color #2D676C in popluar number systems.

HEX2D676C
Decimal45103108
Binary10110111001111101100
Octal55147154

Shades and tints

Shades of #2D676C

#2D676C
(45,103,108)
#295E63
(41,94,99)
#25555A
(37,85,90)
#214C51
(33,76,81)
#1D4348
(29,67,72)
#193A3F
(25,58,63)
#153136
(21,49,54)
#11282D
(17,40,45)
#0D1F24
(13,31,36)
#09161B
(9,22,27)
#050D12
(5,13,18)
#000000
(0,0,0)

Tints of #2D676C

#2D676C
(45,103,108)
#407479
(64,116,121)
#538186
(83,129,134)
#668E93
(102,142,147)
#799BA0
(121,155,160)
#8CA8AD
(140,168,173)
#9FB5BA
(159,181,186)
#B2C2C7
(178,194,199)
#C5CFD4
(197,207,212)
#D8DCE1
(216,220,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D676C; }

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

This text font color is #2D676C.


Background Color

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

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

This div background color is #2D676C.


Border color

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

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

This div border color is #2D676C.


Opacity

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

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

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

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

This text has shadow with #2D676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D676C on black background.


Color preview on white background

This text has color #2D676C on white background.



Black color preview on #2D676C background

This text has black color on #2D676C background.


White color preview on #2D676C background

This text has white color on #2D676C background.