COLOR #507447

HEX: #507447
RGB: (80,116,71)

Renk bilgisi

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

RGB renk modeli

#507447 color RGB value is (80,116,71).

  • kırmız ton 80;
  • yeşil ton 116;
  • mavi ton 71.
RGB:
(80,116,71)
(31%,45%,28%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 116 of 255 = 45%
B 71 of 255 = 28%

80
116
71

R + G + B ~ 35%. #507447 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 116 + 71 = 267 (100%)
R 80 of 267 ~ 29.96%
G 116 of 267 ~ 43.45%
B 71 of 267 ~ 26.59%

%29.96
%43.45
%26.59

CMYK RENK MODELİ

#507447 rengi CMYK tonu (31,0,39,55).

  • camgöbeği tonu 31.03%
  • eflatun tonu 0.00%
  • sarı tonu 38.79%
  • ana renk tonu 54.51%
CMYK:
(31,0,39,55)
C31M0Y39K55 
(31%,0%,39%,55%)
(0.31/0.00/0.39/0.55)	

CMYK yüzdeleri

%31.03
%0
%38.79
%54.51

Codes

Color #507447 in popluar color models

507447
RGB8011671
HSL108°24.06%36.67%
HSB/HSV108°38.79%45.49%
CMYK31.03%0.00%38.79%
54.51%

Color #507447 in popluar number systems.

HEX507447
Decimal8011671
Binary101000011101001000111
Octal120164107

Shades and tints

Shades of #507447

#507447
(80,116,71)
#496A41
(73,106,65)
#42603B
(66,96,59)
#3B5635
(59,86,53)
#344C2F
(52,76,47)
#2D4229
(45,66,41)
#263823
(38,56,35)
#1F2E1D
(31,46,29)
#182417
(24,36,23)
#111A11
(17,26,17)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #507447

#507447
(80,116,71)
#5F8057
(95,128,87)
#6E8C67
(110,140,103)
#7D9877
(125,152,119)
#8CA487
(140,164,135)
#9BB097
(155,176,151)
#AABCA7
(170,188,167)
#B9C8B7
(185,200,183)
#C8D4C7
(200,212,199)
#D7E0D7
(215,224,215)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507447 color. Also use rgb(80,116,71) instead hex code.

Text Font Color

.myTextColor { color: #507447; }

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

This text font color is #507447.


Background Color

.myBgColor { background-color: #507447; }

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

This div background color is #507447.


Border color

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

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

This div border color is #507447.


Opacity

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

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

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

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

This text has shadow with #507447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507447 on black background.


Color preview on white background

This text has color #507447 on white background.



Black color preview on #507447 background

This text has black color on #507447 background.


White color preview on #507447 background

This text has white color on #507447 background.