COLOR #835A7F

HEX: #835A7F
RGB: (131,90,127)

Renk bilgisi

#835A7F contains red, green and blue colors in about the same proportion. #835A7F ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#835A7F color RGB value is (131,90,127).

  • kırmız ton 131;
  • yeşil ton 90;
  • mavi ton 127.
RGB:
(131,90,127)
(51%,35%,50%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 90 of 255 = 35%
B 127 of 255 = 50%

131
90
127

R + G + B ~ 45%. #835A7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 90 + 127 = 348 (100%)
R 131 of 348 ~ 37.64%
G 90 of 348 ~ 25.86%
B 127 of 348 ~ 36.49%

%37.64
%25.86
%36.49

CMYK RENK MODELİ

#835A7F rengi CMYK tonu (0,31,3,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.30%
  • sarı tonu 3.05%
  • ana renk tonu 48.63%
CMYK:
(0,31,3,49)
C0M31Y3K49 
(0%,31%,3%,49%)
(0.00/0.31/0.03/0.49)	

CMYK yüzdeleri

%0
%31.3
%3.05
%48.63

Codes

Color #835A7F in popluar color models

835A7F
RGB13190127
HSL306°18.55%43.33%
HSB/HSV306°31.30%51.37%
CMYK0.00%31.30%3.05%
48.63%

Color #835A7F in popluar number systems.

HEX835A7F
Decimal13190127
Binary1000001110110101111111
Octal203132177

Shades and tints

Shades of #835A7F

#835A7F
(131,90,127)
#785274
(120,82,116)
#6D4A69
(109,74,105)
#62425E
(98,66,94)
#573A53
(87,58,83)
#4C3248
(76,50,72)
#412A3D
(65,42,61)
#362232
(54,34,50)
#2B1A27
(43,26,39)
#20121C
(32,18,28)
#150A11
(21,10,17)
#000000
(0,0,0)

Tints of #835A7F

#835A7F
(131,90,127)
#8E698A
(142,105,138)
#997895
(153,120,149)
#A487A0
(164,135,160)
#AF96AB
(175,150,171)
#BAA5B6
(186,165,182)
#C5B4C1
(197,180,193)
#D0C3CC
(208,195,204)
#DBD2D7
(219,210,215)
#E6E1E2
(230,225,226)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835A7F color. Also use rgb(131,90,127) instead hex code.

Text Font Color

.myTextColor { color: #835A7F; }

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

This text font color is #835A7F.


Background Color

.myBgColor { background-color: #835A7F; }

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

This div background color is #835A7F.


Border color

.myBorderColor { border: 1px solid #835A7F; }

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

This div border color is #835A7F.


Opacity

.myOpacity80 { color: #835A7F; opacity: 0.8; }

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

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

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

This text has shadow with #835A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835A7F on black background.


Color preview on white background

This text has color #835A7F on white background.



Black color preview on #835A7F background

This text has black color on #835A7F background.


White color preview on #835A7F background

This text has white color on #835A7F background.