COLOR #506F4E

HEX: #506F4E
RGB: (80,111,78)

Renk bilgisi

#506F4E contains red, green and blue colors in about the same proportion. #506F4E ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#506F4E color RGB value is (80,111,78).

  • kırmız ton 80;
  • yeşil ton 111;
  • mavi ton 78.
RGB:
(80,111,78)
(31%,44%,31%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 111 of 255 = 44%
B 78 of 255 = 31%

80
111
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 111 + 78 = 269 (100%)
R 80 of 269 ~ 29.74%
G 111 of 269 ~ 41.26%
B 78 of 269 ~ 29%

%29.74
%41.26
%29

CMYK RENK MODELİ

#506F4E rengi CMYK tonu (28,0,30,56).

  • camgöbeği tonu 27.93%
  • eflatun tonu 0.00%
  • sarı tonu 29.73%
  • ana renk tonu 56.47%
CMYK:
(28,0,30,56)
C28M0Y30K56 
(28%,0%,30%,56%)
(0.28/0.00/0.30/0.56)	

CMYK yüzdeleri

%27.93
%0
%29.73
%56.47

Codes

Color #506F4E in popluar color models

506F4E
RGB8011178
HSL116°17.46%37.06%
HSB/HSV116°29.73%43.53%
CMYK27.93%0.00%29.73%
56.47%

Color #506F4E in popluar number systems.

HEX506F4E
Decimal8011178
Binary101000011011111001110
Octal120157116

Shades and tints

Shades of #506F4E

#506F4E
(80,111,78)
#496547
(73,101,71)
#425B40
(66,91,64)
#3B5139
(59,81,57)
#344732
(52,71,50)
#2D3D2B
(45,61,43)
#263324
(38,51,36)
#1F291D
(31,41,29)
#181F16
(24,31,22)
#11150F
(17,21,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #506F4E

#506F4E
(80,111,78)
#5F7C5E
(95,124,94)
#6E896E
(110,137,110)
#7D967E
(125,150,126)
#8CA38E
(140,163,142)
#9BB09E
(155,176,158)
#AABDAE
(170,189,174)
#B9CABE
(185,202,190)
#C8D7CE
(200,215,206)
#D7E4DE
(215,228,222)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506F4E color. Also use rgb(80,111,78) instead hex code.

Text Font Color

.myTextColor { color: #506F4E; }

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

This text font color is #506F4E.


Background Color

.myBgColor { background-color: #506F4E; }

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

This div background color is #506F4E.


Border color

.myBorderColor { border: 1px solid #506F4E; }

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

This div border color is #506F4E.


Opacity

.myOpacity80 { color: #506F4E; opacity: 0.8; }

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

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

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

This text has shadow with #506F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506F4E on black background.


Color preview on white background

This text has color #506F4E on white background.



Black color preview on #506F4E background

This text has black color on #506F4E background.


White color preview on #506F4E background

This text has white color on #506F4E background.