COLOR #47658D

HEX: #47658D
RGB: (71,101,141)

Color info

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

RGB color model

#47658D color RGB value is (71,101,141).

  • red value is 71;
  • green value is 101;
  • blue value is 141.
RGB:
(71,101,141)
(28%,40%,55%)

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 141 of 255 = 55%

71
101
141

R + G + B ~ 41%. #47658D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 141 = 313 (100%)
R 71 of 313 ~ 22.68%
G 101 of 313 ~ 32.27%
B 141 of 313 ~ 45.05%

%22.68
%32.27
%45.05

CMYK color model

#47658D color CMYK value is (50,28,0,45).

  • cyan value is 49.65%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(50,28,0,45)
C50M28Y0K45 
(50%,28%,0%,45%)
(0.50/0.28/0.00/0.45)	

CMYK percentages

%49.65
%28.37
%0
%44.71

Codes

Color #47658D in popluar color models

47658D
RGB71101141
HSL214°33.02%41.57%
HSB/HSV214°49.65%55.29%
CMYK49.65%28.37%0.00%
44.71%

Color #47658D in popluar number systems.

HEX47658D
Decimal71101141
Binary1000111110010110001101
Octal107145215

Shades and tints

Shades of #47658D

#47658D
(71,101,141)
#415C81
(65,92,129)
#3B5375
(59,83,117)
#354A69
(53,74,105)
#2F415D
(47,65,93)
#293851
(41,56,81)
#232F45
(35,47,69)
#1D2639
(29,38,57)
#171D2D
(23,29,45)
#111421
(17,20,33)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #47658D

#47658D
(71,101,141)
#577397
(87,115,151)
#6781A1
(103,129,161)
#778FAB
(119,143,171)
#879DB5
(135,157,181)
#97ABBF
(151,171,191)
#A7B9C9
(167,185,201)
#B7C7D3
(183,199,211)
#C7D5DD
(199,213,221)
#D7E3E7
(215,227,231)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47658D color. Also use rgb(71,101,141) instead hex code.

Text Font Color

.myTextColor { color: #47658D; }

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

This text font color is #47658D.


Background Color

.myBgColor { background-color: #47658D; }

<div style="background-color:#47658D">Inner text</div>

This div background color is #47658D.


Border color

.myBorderColor { border: 1px solid #47658D; }

<div style="border:3px solid #47658D">Div</div>

This div border color is #47658D.


Opacity

.myOpacity80 { color: #47658D; opacity: 0.8; }

<p style="color:#47658D;opacity:0.8;">80%</p>

Text with #47658D 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 #47658D;}

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

This text has shadow with #47658D color.

.textShadow {text-shadow: 3px 3px 1px #47658D, 3px 3px 1px red;}

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

This text has shadow with #47658D primary color and red secondary color.


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

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

This text has shadow with #47658D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47658D on black background.


Color preview on white background

This text has color #47658D on white background.



Black color preview on #47658D background

This text has black color on #47658D background.


White color preview on #47658D background

This text has white color on #47658D background.