COLOR #507051

HEX: #507051
RGB: (80,112,81)

Renk bilgisi

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

RGB renk modeli

#507051 color RGB value is (80,112,81).

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

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 112 of 255 = 44%
B 81 of 255 = 32%

80
112
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 112 + 81 = 273 (100%)
R 80 of 273 ~ 29.3%
G 112 of 273 ~ 41.03%
B 81 of 273 ~ 29.67%

%29.3
%41.03
%29.67

CMYK RENK MODELİ

#507051 rengi CMYK tonu (29,0,28,56).

  • camgöbeği tonu 28.57%
  • eflatun tonu 0.00%
  • sarı tonu 27.68%
  • ana renk tonu 56.08%
CMYK:
(29,0,28,56)
C29M0Y28K56 
(29%,0%,28%,56%)
(0.29/0.00/0.28/0.56)	

CMYK yüzdeleri

%28.57
%0
%27.68
%56.08

Codes

Color #507051 in popluar color models

507051
RGB8011281
HSL122°16.67%37.65%
HSB/HSV122°28.57%43.92%
CMYK28.57%0.00%27.68%
56.08%

Color #507051 in popluar number systems.

HEX507051
Decimal8011281
Binary101000011100001010001
Octal120160121

Shades and tints

Shades of #507051

#507051
(80,112,81)
#49664A
(73,102,74)
#425C43
(66,92,67)
#3B523C
(59,82,60)
#344835
(52,72,53)
#2D3E2E
(45,62,46)
#263427
(38,52,39)
#1F2A20
(31,42,32)
#182019
(24,32,25)
#111612
(17,22,18)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #507051

#507051
(80,112,81)
#5F7D60
(95,125,96)
#6E8A6F
(110,138,111)
#7D977E
(125,151,126)
#8CA48D
(140,164,141)
#9BB19C
(155,177,156)
#AABEAB
(170,190,171)
#B9CBBA
(185,203,186)
#C8D8C9
(200,216,201)
#D7E5D8
(215,229,216)
#E6F2E7
(230,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507051 color. Also use rgb(80,112,81) instead hex code.

Text Font Color

.myTextColor { color: #507051; }

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

This text font color is #507051.


Background Color

.myBgColor { background-color: #507051; }

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

This div background color is #507051.


Border color

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

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

This div border color is #507051.


Opacity

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

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

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

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

This text has shadow with #507051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507051 on black background.


Color preview on white background

This text has color #507051 on white background.



Black color preview on #507051 background

This text has black color on #507051 background.


White color preview on #507051 background

This text has white color on #507051 background.