COLOR #506B35

HEX: #506B35
RGB: (80,107,53)

Renk bilgisi

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

RGB renk modeli

#506B35 color RGB value is (80,107,53).

  • kırmız ton 80;
  • yeşil ton 107;
  • mavi ton 53.
RGB:
(80,107,53)
(31%,42%,21%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 107 of 255 = 42%
B 53 of 255 = 21%

80
107
53

R + G + B ~ 31%. #506B35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 107 + 53 = 240 (100%)
R 80 of 240 ~ 33.33%
G 107 of 240 ~ 44.58%
B 53 of 240 ~ 22.08%

%33.33
%44.58
%22.08

CMYK RENK MODELİ

#506B35 rengi CMYK tonu (25,0,50,58).

  • camgöbeği tonu 25.23%
  • eflatun tonu 0.00%
  • sarı tonu 50.47%
  • ana renk tonu 58.04%
CMYK:
(25,0,50,58)
C25M0Y50K58 
(25%,0%,50%,58%)
(0.25/0.00/0.50/0.58)	

CMYK yüzdeleri

%25.23
%0
%50.47
%58.04

Codes

Color #506B35 in popluar color models

506B35
RGB8010753
HSL90°33.75%31.37%
HSB/HSV90°50.47%41.96%
CMYK25.23%0.00%50.47%
58.04%

Color #506B35 in popluar number systems.

HEX506B35
Decimal8010753
Binary10100001101011110101
Octal12015365

Shades and tints

Shades of #506B35

#506B35
(80,107,53)
#496231
(73,98,49)
#42592D
(66,89,45)
#3B5029
(59,80,41)
#344725
(52,71,37)
#2D3E21
(45,62,33)
#26351D
(38,53,29)
#1F2C19
(31,44,25)
#182315
(24,35,21)
#111A11
(17,26,17)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #506B35

#506B35
(80,107,53)
#5F7847
(95,120,71)
#6E8559
(110,133,89)
#7D926B
(125,146,107)
#8C9F7D
(140,159,125)
#9BAC8F
(155,172,143)
#AAB9A1
(170,185,161)
#B9C6B3
(185,198,179)
#C8D3C5
(200,211,197)
#D7E0D7
(215,224,215)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506B35 color. Also use rgb(80,107,53) instead hex code.

Text Font Color

.myTextColor { color: #506B35; }

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

This text font color is #506B35.


Background Color

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

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

This div background color is #506B35.


Border color

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

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

This div border color is #506B35.


Opacity

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

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

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

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

This text has shadow with #506B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B35 on black background.


Color preview on white background

This text has color #506B35 on white background.



Black color preview on #506B35 background

This text has black color on #506B35 background.


White color preview on #506B35 background

This text has white color on #506B35 background.