COLOR #2D949C

HEX: #2D949C
RGB: (45,148,156)

Color info

#2D949C contains mainly green and blue colors. Web safe color of #2D949C is #339999 (or #399).

RGB color model

#2D949C color RGB value is (45,148,156).

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

RGB channels and saturation

R 45 of 255 = 18%
G 148 of 255 = 58%
B 156 of 255 = 61%

45
148
156

R + G + B ~ 46%. #2D949C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
45 + 148 + 156 = 349 (100%)
R 45 of 349 ~ 12.89%
G 148 of 349 ~ 42.41%
B 156 of 349 ~ 44.7%

%12.89
%42.41
%44.7

CMYK color model

#2D949C color CMYK value is (71,5,0,39).

  • cyan value is 71.15%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(71,5,0,39)
C71M5Y0K39 
(71%,5%,0%,39%)
(0.71/0.05/0.00/0.39)	

CMYK percentages

%71.15
%5.13
%0
%38.82

Codes

Color #2D949C in popluar color models

2D949C
RGB45148156
HSL184°55.22%39.41%
HSB/HSV184°71.15%61.18%
CMYK71.15%5.13%0.00%
38.82%

Color #2D949C in popluar number systems.

HEX2D949C
Decimal45148156
Binary1011011001010010011100
Octal55224234

Shades and tints

Shades of #2D949C

#2D949C
(45,148,156)
#29878E
(41,135,142)
#257A80
(37,122,128)
#216D72
(33,109,114)
#1D6064
(29,96,100)
#195356
(25,83,86)
#154648
(21,70,72)
#11393A
(17,57,58)
#0D2C2C
(13,44,44)
#091F1E
(9,31,30)
#051210
(5,18,16)
#000000
(0,0,0)

Tints of #2D949C

#2D949C
(45,148,156)
#409DA5
(64,157,165)
#53A6AE
(83,166,174)
#66AFB7
(102,175,183)
#79B8C0
(121,184,192)
#8CC1C9
(140,193,201)
#9FCAD2
(159,202,210)
#B2D3DB
(178,211,219)
#C5DCE4
(197,220,228)
#D8E5ED
(216,229,237)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D949C; }

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

This text font color is #2D949C.


Background Color

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

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

This div background color is #2D949C.


Border color

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

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

This div border color is #2D949C.


Opacity

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

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

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

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

This text has shadow with #2D949C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D949C on black background.


Color preview on white background

This text has color #2D949C on white background.



Black color preview on #2D949C background

This text has black color on #2D949C background.


White color preview on #2D949C background

This text has white color on #2D949C background.