COLOR #2D606E

HEX: #2D606E
RGB: (45,96,110)

Color info

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

RGB color model

#2D606E color RGB value is (45,96,110).

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

RGB channels and saturation

R 45 of 255 = 18%
G 96 of 255 = 38%
B 110 of 255 = 43%

45
96
110

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

Portions of RGB colors in percentages

R + G + B =
45 + 96 + 110 = 251 (100%)
R 45 of 251 ~ 17.93%
G 96 of 251 ~ 38.25%
B 110 of 251 ~ 43.82%

%17.93
%38.25
%43.82

CMYK color model

#2D606E color CMYK value is (59,13,0,57).

  • cyan value is 59.09%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(59,13,0,57)
C59M13Y0K57 
(59%,13%,0%,57%)
(0.59/0.13/0.00/0.57)	

CMYK percentages

%59.09
%12.73
%0
%56.86

Codes

Color #2D606E in popluar color models

2D606E
RGB4596110
HSL193°41.94%30.39%
HSB/HSV193°59.09%43.14%
CMYK59.09%12.73%0.00%
56.86%

Color #2D606E in popluar number systems.

HEX2D606E
Decimal4596110
Binary10110111000001101110
Octal55140156

Shades and tints

Shades of #2D606E

#2D606E
(45,96,110)
#295864
(41,88,100)
#25505A
(37,80,90)
#214850
(33,72,80)
#1D4046
(29,64,70)
#19383C
(25,56,60)
#153032
(21,48,50)
#112828
(17,40,40)
#0D201E
(13,32,30)
#091814
(9,24,20)
#05100A
(5,16,10)
#000000
(0,0,0)

Tints of #2D606E

#2D606E
(45,96,110)
#406E7B
(64,110,123)
#537C88
(83,124,136)
#668A95
(102,138,149)
#7998A2
(121,152,162)
#8CA6AF
(140,166,175)
#9FB4BC
(159,180,188)
#B2C2C9
(178,194,201)
#C5D0D6
(197,208,214)
#D8DEE3
(216,222,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D606E; }

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

This text font color is #2D606E.


Background Color

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

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

This div background color is #2D606E.


Border color

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

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

This div border color is #2D606E.


Opacity

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

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

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

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

This text has shadow with #2D606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D606E on black background.


Color preview on white background

This text has color #2D606E on white background.



Black color preview on #2D606E background

This text has black color on #2D606E background.


White color preview on #2D606E background

This text has white color on #2D606E background.