COLOR #2D9463

HEX: #2D9463
RGB: (45,148,99)

Color info

#2D9463 contains mainly green and blue colors. Web safe color of #2D9463 is #339966 (or #396).

RGB color model

#2D9463 color RGB value is (45,148,99).

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

RGB channels and saturation

R 45 of 255 = 18%
G 148 of 255 = 58%
B 99 of 255 = 39%

45
148
99

R + G + B ~ 38%. #2D9463 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 148 + 99 = 292 (100%)
R 45 of 292 ~ 15.41%
G 148 of 292 ~ 50.68%
B 99 of 292 ~ 33.9%

%15.41
%50.68
%33.9

CMYK color model

#2D9463 color CMYK value is (70,0,33,42).

  • cyan value is 69.59%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(70,0,33,42)
C70M0Y33K42 
(70%,0%,33%,42%)
(0.70/0.00/0.33/0.42)	

CMYK percentages

%69.59
%0
%33.11
%41.96

Codes

Color #2D9463 in popluar color models

2D9463
RGB4514899
HSL151°53.37%37.84%
HSB/HSV151°69.59%58.04%
CMYK69.59%0.00%33.11%
41.96%

Color #2D9463 in popluar number systems.

HEX2D9463
Decimal4514899
Binary101101100101001100011
Octal55224143

Shades and tints

Shades of #2D9463

#2D9463
(45,148,99)
#29875A
(41,135,90)
#257A51
(37,122,81)
#216D48
(33,109,72)
#1D603F
(29,96,63)
#195336
(25,83,54)
#15462D
(21,70,45)
#113924
(17,57,36)
#0D2C1B
(13,44,27)
#091F12
(9,31,18)
#051209
(5,18,9)
#000000
(0,0,0)

Tints of #2D9463

#2D9463
(45,148,99)
#409D71
(64,157,113)
#53A67F
(83,166,127)
#66AF8D
(102,175,141)
#79B89B
(121,184,155)
#8CC1A9
(140,193,169)
#9FCAB7
(159,202,183)
#B2D3C5
(178,211,197)
#C5DCD3
(197,220,211)
#D8E5E1
(216,229,225)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D9463; }

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

This text font color is #2D9463.


Background Color

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

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

This div background color is #2D9463.


Border color

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

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

This div border color is #2D9463.


Opacity

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

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

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

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

This text has shadow with #2D9463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D9463 on black background.


Color preview on white background

This text has color #2D9463 on white background.



Black color preview on #2D9463 background

This text has black color on #2D9463 background.


White color preview on #2D9463 background

This text has white color on #2D9463 background.