COLOR #477758

HEX: #477758
RGB: (71,119,88)

Renk bilgisi

#477758 contains red, green and blue colors in about the same proportion. #477758 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#477758 color RGB value is (71,119,88).

  • kırmız ton 71;
  • yeşil ton 119;
  • mavi ton 88.
RGB:
(71,119,88)
(28%,47%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 119 of 255 = 47%
B 88 of 255 = 35%

71
119
88

R + G + B ~ 37%. #477758 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 119 + 88 = 278 (100%)
R 71 of 278 ~ 25.54%
G 119 of 278 ~ 42.81%
B 88 of 278 ~ 31.65%

%25.54
%42.81
%31.65

CMYK RENK MODELİ

#477758 rengi CMYK tonu (40,0,26,53).

  • camgöbeği tonu 40.34%
  • eflatun tonu 0.00%
  • sarı tonu 26.05%
  • ana renk tonu 53.33%
CMYK:
(40,0,26,53)
C40M0Y26K53 
(40%,0%,26%,53%)
(0.40/0.00/0.26/0.53)	

CMYK yüzdeleri

%40.34
%0
%26.05
%53.33

Codes

Color #477758 in popluar color models

477758
RGB7111988
HSL141°25.26%37.25%
HSB/HSV141°40.34%46.67%
CMYK40.34%0.00%26.05%
53.33%

Color #477758 in popluar number systems.

HEX477758
Decimal7111988
Binary100011111101111011000
Octal107167130

Shades and tints

Shades of #477758

#477758
(71,119,88)
#416D50
(65,109,80)
#3B6348
(59,99,72)
#355940
(53,89,64)
#2F4F38
(47,79,56)
#294530
(41,69,48)
#233B28
(35,59,40)
#1D3120
(29,49,32)
#172718
(23,39,24)
#111D10
(17,29,16)
#0B1308
(11,19,8)
#000000
(0,0,0)

Tints of #477758

#477758
(71,119,88)
#578367
(87,131,103)
#678F76
(103,143,118)
#779B85
(119,155,133)
#87A794
(135,167,148)
#97B3A3
(151,179,163)
#A7BFB2
(167,191,178)
#B7CBC1
(183,203,193)
#C7D7D0
(199,215,208)
#D7E3DF
(215,227,223)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477758; }

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

This text font color is #477758.


Background Color

.myBgColor { background-color: #477758; }

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

This div background color is #477758.


Border color

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

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

This div border color is #477758.


Opacity

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

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

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

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

This text has shadow with #477758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477758 on black background.


Color preview on white background

This text has color #477758 on white background.



Black color preview on #477758 background

This text has black color on #477758 background.


White color preview on #477758 background

This text has white color on #477758 background.