COLOR #2D6077

HEX: #2D6077
RGB: (45,96,119)

Color info

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

RGB color model

#2D6077 color RGB value is (45,96,119).

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

RGB channels and saturation

R 45 of 255 = 18%
G 96 of 255 = 38%
B 119 of 255 = 47%

45
96
119

R + G + B ~ 34%. #2D6077 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 96 + 119 = 260 (100%)
R 45 of 260 ~ 17.31%
G 96 of 260 ~ 36.92%
B 119 of 260 ~ 45.77%

%17.31
%36.92
%45.77

CMYK color model

#2D6077 color CMYK value is (62,19,0,53).

  • cyan value is 62.18%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(62,19,0,53)
C62M19Y0K53 
(62%,19%,0%,53%)
(0.62/0.19/0.00/0.53)	

CMYK percentages

%62.18
%19.33
%0
%53.33

Codes

Color #2D6077 in popluar color models

2D6077
RGB4596119
HSL199°45.12%32.16%
HSB/HSV199°62.18%46.67%
CMYK62.18%19.33%0.00%
53.33%

Color #2D6077 in popluar number systems.

HEX2D6077
Decimal4596119
Binary10110111000001110111
Octal55140167

Shades and tints

Shades of #2D6077

#2D6077
(45,96,119)
#29586D
(41,88,109)
#255063
(37,80,99)
#214859
(33,72,89)
#1D404F
(29,64,79)
#193845
(25,56,69)
#15303B
(21,48,59)
#112831
(17,40,49)
#0D2027
(13,32,39)
#09181D
(9,24,29)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #2D6077

#2D6077
(45,96,119)
#406E83
(64,110,131)
#537C8F
(83,124,143)
#668A9B
(102,138,155)
#7998A7
(121,152,167)
#8CA6B3
(140,166,179)
#9FB4BF
(159,180,191)
#B2C2CB
(178,194,203)
#C5D0D7
(197,208,215)
#D8DEE3
(216,222,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D6077; }

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

This text font color is #2D6077.


Background Color

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

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

This div background color is #2D6077.


Border color

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

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

This div border color is #2D6077.


Opacity

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

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

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

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

This text has shadow with #2D6077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D6077 on black background.


Color preview on white background

This text has color #2D6077 on white background.



Black color preview on #2D6077 background

This text has black color on #2D6077 background.


White color preview on #2D6077 background

This text has white color on #2D6077 background.