COLOR #2D7063

HEX: #2D7063
RGB: (45,112,99)

Color info

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

RGB color model

#2D7063 color RGB value is (45,112,99).

  • red value is 45;
  • green value is 112;
  • blue value is 99.
RGB:
(45,112,99)
(18%,44%,39%)

RGB channels and saturation

R 45 of 255 = 18%
G 112 of 255 = 44%
B 99 of 255 = 39%

45
112
99

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

Portions of RGB colors in percentages

R + G + B =
45 + 112 + 99 = 256 (100%)
R 45 of 256 ~ 17.58%
G 112 of 256 ~ 43.75%
B 99 of 256 ~ 38.67%

%17.58
%43.75
%38.67

CMYK color model

#2D7063 color CMYK value is (60,0,12,56).

  • cyan value is 59.82%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 56.08%
CMYK:
(60,0,12,56)
C60M0Y12K56 
(60%,0%,12%,56%)
(0.60/0.00/0.12/0.56)	

CMYK percentages

%59.82
%0
%11.61
%56.08

Codes

Color #2D7063 in popluar color models

2D7063
RGB4511299
HSL168°42.68%30.78%
HSB/HSV168°59.82%43.92%
CMYK59.82%0.00%11.61%
56.08%

Color #2D7063 in popluar number systems.

HEX2D7063
Decimal4511299
Binary10110111100001100011
Octal55160143

Shades and tints

Shades of #2D7063

#2D7063
(45,112,99)
#29665A
(41,102,90)
#255C51
(37,92,81)
#215248
(33,82,72)
#1D483F
(29,72,63)
#193E36
(25,62,54)
#15342D
(21,52,45)
#112A24
(17,42,36)
#0D201B
(13,32,27)
#091612
(9,22,18)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #2D7063

#2D7063
(45,112,99)
#407D71
(64,125,113)
#538A7F
(83,138,127)
#66978D
(102,151,141)
#79A49B
(121,164,155)
#8CB1A9
(140,177,169)
#9FBEB7
(159,190,183)
#B2CBC5
(178,203,197)
#C5D8D3
(197,216,211)
#D8E5E1
(216,229,225)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D7063 color. Also use rgb(45,112,99) instead hex code.

Text Font Color

.myTextColor { color: #2D7063; }

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

This text font color is #2D7063.


Background Color

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

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

This div background color is #2D7063.


Border color

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

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

This div border color is #2D7063.


Opacity

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

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

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

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

This text has shadow with #2D7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D7063 on black background.


Color preview on white background

This text has color #2D7063 on white background.



Black color preview on #2D7063 background

This text has black color on #2D7063 background.


White color preview on #2D7063 background

This text has white color on #2D7063 background.