COLOR #2D748C

HEX: #2D748C
RGB: (45,116,140)

Color info

#2D748C contains mainly green and blue colors. Web safe color of #2D748C is #336699 (or #369).

RGB color model

#2D748C color RGB value is (45,116,140).

  • red value is 45;
  • green value is 116;
  • blue value is 140.
RGB:
(45,116,140)
(18%,45%,55%)

RGB channels and saturation

R 45 of 255 = 18%
G 116 of 255 = 45%
B 140 of 255 = 55%

45
116
140

R + G + B ~ 39%. #2D748C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 116 + 140 = 301 (100%)
R 45 of 301 ~ 14.95%
G 116 of 301 ~ 38.54%
B 140 of 301 ~ 46.51%

%14.95
%38.54
%46.51

CMYK color model

#2D748C color CMYK value is (68,17,0,45).

  • cyan value is 67.86%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(68,17,0,45)
C68M17Y0K45 
(68%,17%,0%,45%)
(0.68/0.17/0.00/0.45)	

CMYK percentages

%67.86
%17.14
%0
%45.1

Codes

Color #2D748C in popluar color models

2D748C
RGB45116140
HSL195°51.35%36.27%
HSB/HSV195°67.86%54.90%
CMYK67.86%17.14%0.00%
45.10%

Color #2D748C in popluar number systems.

HEX2D748C
Decimal45116140
Binary101101111010010001100
Octal55164214

Shades and tints

Shades of #2D748C

#2D748C
(45,116,140)
#296A80
(41,106,128)
#256074
(37,96,116)
#215668
(33,86,104)
#1D4C5C
(29,76,92)
#194250
(25,66,80)
#153844
(21,56,68)
#112E38
(17,46,56)
#0D242C
(13,36,44)
#091A20
(9,26,32)
#051014
(5,16,20)
#000000
(0,0,0)

Tints of #2D748C

#2D748C
(45,116,140)
#408096
(64,128,150)
#538CA0
(83,140,160)
#6698AA
(102,152,170)
#79A4B4
(121,164,180)
#8CB0BE
(140,176,190)
#9FBCC8
(159,188,200)
#B2C8D2
(178,200,210)
#C5D4DC
(197,212,220)
#D8E0E6
(216,224,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D748C color. Also use rgb(45,116,140) instead hex code.

Text Font Color

.myTextColor { color: #2D748C; }

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

This text font color is #2D748C.


Background Color

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

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

This div background color is #2D748C.


Border color

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

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

This div border color is #2D748C.


Opacity

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

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

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

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

This text has shadow with #2D748C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D748C on black background.


Color preview on white background

This text has color #2D748C on white background.



Black color preview on #2D748C background

This text has black color on #2D748C background.


White color preview on #2D748C background

This text has white color on #2D748C background.