COLOR #2D6472

HEX: #2D6472
RGB: (45,100,114)

Color info

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

RGB color model

#2D6472 color RGB value is (45,100,114).

  • red value is 45;
  • green value is 100;
  • blue value is 114.
RGB:
(45,100,114)
(18%,39%,45%)

RGB channels and saturation

R 45 of 255 = 18%
G 100 of 255 = 39%
B 114 of 255 = 45%

45
100
114

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

Portions of RGB colors in percentages

R + G + B =
45 + 100 + 114 = 259 (100%)
R 45 of 259 ~ 17.37%
G 100 of 259 ~ 38.61%
B 114 of 259 ~ 44.02%

%17.37
%38.61
%44.02

CMYK color model

#2D6472 color CMYK value is (61,12,0,55).

  • cyan value is 60.53%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(61,12,0,55)
C61M12Y0K55 
(61%,12%,0%,55%)
(0.61/0.12/0.00/0.55)	

CMYK percentages

%60.53
%12.28
%0
%55.29

Codes

Color #2D6472 in popluar color models

2D6472
RGB45100114
HSL192°43.40%31.18%
HSB/HSV192°60.53%44.71%
CMYK60.53%12.28%0.00%
55.29%

Color #2D6472 in popluar number systems.

HEX2D6472
Decimal45100114
Binary10110111001001110010
Octal55144162

Shades and tints

Shades of #2D6472

#2D6472
(45,100,114)
#295B68
(41,91,104)
#25525E
(37,82,94)
#214954
(33,73,84)
#1D404A
(29,64,74)
#193740
(25,55,64)
#152E36
(21,46,54)
#11252C
(17,37,44)
#0D1C22
(13,28,34)
#091318
(9,19,24)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #2D6472

#2D6472
(45,100,114)
#40727E
(64,114,126)
#53808A
(83,128,138)
#668E96
(102,142,150)
#799CA2
(121,156,162)
#8CAAAE
(140,170,174)
#9FB8BA
(159,184,186)
#B2C6C6
(178,198,198)
#C5D4D2
(197,212,210)
#D8E2DE
(216,226,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D6472 color. Also use rgb(45,100,114) instead hex code.

Text Font Color

.myTextColor { color: #2D6472; }

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

This text font color is #2D6472.


Background Color

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

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

This div background color is #2D6472.


Border color

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

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

This div border color is #2D6472.


Opacity

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

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

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

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

This text has shadow with #2D6472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D6472 on black background.


Color preview on white background

This text has color #2D6472 on white background.



Black color preview on #2D6472 background

This text has black color on #2D6472 background.


White color preview on #2D6472 background

This text has white color on #2D6472 background.