COLOR #2D6977

HEX: #2D6977
RGB: (45,105,119)

Color info

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

RGB color model

#2D6977 color RGB value is (45,105,119).

  • red value is 45;
  • green value is 105;
  • blue value is 119.
RGB:
(45,105,119)
(18%,41%,47%)

RGB channels and saturation

R 45 of 255 = 18%
G 105 of 255 = 41%
B 119 of 255 = 47%

45
105
119

R + G + B ~ 35%. #2D6977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 105 + 119 = 269 (100%)
R 45 of 269 ~ 16.73%
G 105 of 269 ~ 39.03%
B 119 of 269 ~ 44.24%

%16.73
%39.03
%44.24

CMYK color model

#2D6977 color CMYK value is (62,12,0,53).

  • cyan value is 62.18%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(62,12,0,53)
C62M12Y0K53 
(62%,12%,0%,53%)
(0.62/0.12/0.00/0.53)	

CMYK percentages

%62.18
%11.76
%0
%53.33

Codes

Color #2D6977 in popluar color models

2D6977
RGB45105119
HSL191°45.12%32.16%
HSB/HSV191°62.18%46.67%
CMYK62.18%11.76%0.00%
53.33%

Color #2D6977 in popluar number systems.

HEX2D6977
Decimal45105119
Binary10110111010011110111
Octal55151167

Shades and tints

Shades of #2D6977

#2D6977
(45,105,119)
#29606D
(41,96,109)
#255763
(37,87,99)
#214E59
(33,78,89)
#1D454F
(29,69,79)
#193C45
(25,60,69)
#15333B
(21,51,59)
#112A31
(17,42,49)
#0D2127
(13,33,39)
#09181D
(9,24,29)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #2D6977

#2D6977
(45,105,119)
#407683
(64,118,131)
#53838F
(83,131,143)
#66909B
(102,144,155)
#799DA7
(121,157,167)
#8CAAB3
(140,170,179)
#9FB7BF
(159,183,191)
#B2C4CB
(178,196,203)
#C5D1D7
(197,209,215)
#D8DEE3
(216,222,227)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D6977; }

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

This text font color is #2D6977.


Background Color

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

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

This div background color is #2D6977.


Border color

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

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

This div border color is #2D6977.


Opacity

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

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

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

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

This text has shadow with #2D6977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D6977 on black background.


Color preview on white background

This text has color #2D6977 on white background.



Black color preview on #2D6977 background

This text has black color on #2D6977 background.


White color preview on #2D6977 background

This text has white color on #2D6977 background.