COLOR #477158

HEX: #477158
RGB: (71,113,88)

Color info

#477158 contains red, green and blue colors in about the same proportion. Web safe color of #477158 is #336666 (or #366).

RGB color model

#477158 color RGB value is (71,113,88).

  • red value is 71;
  • green value is 113;
  • blue value is 88.
RGB: (71,113,88) (28%,44%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 88 of 255 = 35%

71
113
88

R + G + B ~ 36%. #477158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 88 = 272 (100%)
R 71 of 272 ~ 26.1%
G 113 of 272 ~ 41.54%
B 88 of 272 ~ 32.35%

%26.1
%41.54
%32.35

CMYK color model

#477158 color CMYK value is (37,0,22,56).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK: (37,0,22,56) C37M0Y22K56 (37%,0%,22%,56%) (0.37/0.00/0.22/0.56)

CMYK percentages

%37.17
%0
%22.12
%55.69

Codes

Color #477158 in popluar color models

477158
RGB7111388
HSL144°22.83%36.08%
HSB/HSV144°37.17%44.31%
CMYK37.17%0.00%22.12%
55.69%

Color #477158 in popluar number systems.

HEX477158
Decimal7111388
Binary100011111100011011000
Octal107161130

Shades and tints

Shades of #477158

#477158
(71,113,88)
#416750
(65,103,80)
#3B5D48
(59,93,72)
#355340
(53,83,64)
#2F4938
(47,73,56)
#293F30
(41,63,48)
#233528
(35,53,40)
#1D2B20
(29,43,32)
#172118
(23,33,24)
#111710
(17,23,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #477158

#477158
(71,113,88)
#577D67
(87,125,103)
#678976
(103,137,118)
#779585
(119,149,133)
#87A194
(135,161,148)
#97ADA3
(151,173,163)
#A7B9B2
(167,185,178)
#B7C5C1
(183,197,193)
#C7D1D0
(199,209,208)
#D7DDDF
(215,221,223)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477158 color. Also use rgb(71,113,88) instead hex code.

Text Font Color

.myTextColor { color: #477158; }

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

This text font color is #477158.


Background Color

.myBgColor { background-color: #477158; }

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

This div background color is #477158.


Border color

.myBorderColor { border: 1px solid #477158; }

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

This div border color is #477158.


Opacity

.myOpacity80 { color: #477158; opacity: 0.8; }

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

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

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

This text has shadow with #477158 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #477158 on black background.


Color preview on white background

This text has color #477158 on white background.



Black color preview on #477158 background

This text has black color on #477158 background.


White color preview on #477158 background

This text has white color on #477158 background.