COLOR #2D6059

HEX: #2D6059
RGB: (45,96,89)

Color info

#2D6059 contains red, green and blue colors in about the same proportion. Web safe color of #2D6059 is #336666 (or #366).

RGB color model

#2D6059 color RGB value is (45,96,89).

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

RGB channels and saturation

R 45 of 255 = 18%
G 96 of 255 = 38%
B 89 of 255 = 35%

45
96
89

R + G + B ~ 30%. #2D6059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 96 + 89 = 230 (100%)
R 45 of 230 ~ 19.57%
G 96 of 230 ~ 41.74%
B 89 of 230 ~ 38.7%

%19.57
%41.74
%38.7

CMYK color model

#2D6059 color CMYK value is (53,0,7,62).

  • cyan value is 53.13%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(53,0,7,62)
C53M0Y7K62 
(53%,0%,7%,62%)
(0.53/0.00/0.07/0.62)	

CMYK percentages

%53.13
%0
%7.29
%62.35

Codes

Color #2D6059 in popluar color models

2D6059
RGB459689
HSL172°36.17%27.65%
HSB/HSV172°53.13%37.65%
CMYK53.13%0.00%7.29%
62.35%

Color #2D6059 in popluar number systems.

HEX2D6059
Decimal459689
Binary10110111000001011001
Octal55140131

Shades and tints

Shades of #2D6059

#2D6059
(45,96,89)
#295851
(41,88,81)
#255049
(37,80,73)
#214841
(33,72,65)
#1D4039
(29,64,57)
#193831
(25,56,49)
#153029
(21,48,41)
#112821
(17,40,33)
#0D2019
(13,32,25)
#091811
(9,24,17)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #2D6059

#2D6059
(45,96,89)
#406E68
(64,110,104)
#537C77
(83,124,119)
#668A86
(102,138,134)
#799895
(121,152,149)
#8CA6A4
(140,166,164)
#9FB4B3
(159,180,179)
#B2C2C2
(178,194,194)
#C5D0D1
(197,208,209)
#D8DEE0
(216,222,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D6059; }

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

This text font color is #2D6059.


Background Color

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

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

This div background color is #2D6059.


Border color

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

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

This div border color is #2D6059.


Opacity

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

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

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

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

This text has shadow with #2D6059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D6059 on black background.


Color preview on white background

This text has color #2D6059 on white background.



Black color preview on #2D6059 background

This text has black color on #2D6059 background.


White color preview on #2D6059 background

This text has white color on #2D6059 background.