COLOR #506653

HEX: #506653
RGB: (80,102,83)

Renk bilgisi

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

RGB renk modeli

#506653 color RGB value is (80,102,83).

  • kırmız ton 80;
  • yeşil ton 102;
  • mavi ton 83.
RGB:
(80,102,83)
(31%,40%,33%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 102 of 255 = 40%
B 83 of 255 = 33%

80
102
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 102 + 83 = 265 (100%)
R 80 of 265 ~ 30.19%
G 102 of 265 ~ 38.49%
B 83 of 265 ~ 31.32%

%30.19
%38.49
%31.32

CMYK RENK MODELİ

#506653 rengi CMYK tonu (22,0,19,60).

  • camgöbeği tonu 21.57%
  • eflatun tonu 0.00%
  • sarı tonu 18.63%
  • ana renk tonu 60.00%
CMYK:
(22,0,19,60)
C22M0Y19K60 
(22%,0%,19%,60%)
(0.22/0.00/0.19/0.60)	

CMYK yüzdeleri

%21.57
%0
%18.63
%60

Codes

Color #506653 in popluar color models

506653
RGB8010283
HSL128°12.09%35.69%
HSB/HSV128°21.57%40.00%
CMYK21.57%0.00%18.63%
60.00%

Color #506653 in popluar number systems.

HEX506653
Decimal8010283
Binary101000011001101010011
Octal120146123

Shades and tints

Shades of #506653

#506653
(80,102,83)
#495D4C
(73,93,76)
#425445
(66,84,69)
#3B4B3E
(59,75,62)
#344237
(52,66,55)
#2D3930
(45,57,48)
#263029
(38,48,41)
#1F2722
(31,39,34)
#181E1B
(24,30,27)
#111514
(17,21,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #506653

#506653
(80,102,83)
#5F7362
(95,115,98)
#6E8071
(110,128,113)
#7D8D80
(125,141,128)
#8C9A8F
(140,154,143)
#9BA79E
(155,167,158)
#AAB4AD
(170,180,173)
#B9C1BC
(185,193,188)
#C8CECB
(200,206,203)
#D7DBDA
(215,219,218)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506653 color. Also use rgb(80,102,83) instead hex code.

Text Font Color

.myTextColor { color: #506653; }

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

This text font color is #506653.


Background Color

.myBgColor { background-color: #506653; }

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

This div background color is #506653.


Border color

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

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

This div border color is #506653.


Opacity

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

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

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

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

This text has shadow with #506653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506653 on black background.


Color preview on white background

This text has color #506653 on white background.



Black color preview on #506653 background

This text has black color on #506653 background.


White color preview on #506653 background

This text has white color on #506653 background.