COLOR #835858

HEX: #835858
RGB: (131,88,88)

Renk bilgisi

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

RGB renk modeli

#835858 color RGB value is (131,88,88).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 88 of 255 = 35%
B 88 of 255 = 35%

131
88
88

R + G + B ~ 40%. #835858 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 88 + 88 = 307 (100%)
R 131 of 307 ~ 42.67%
G 88 of 307 ~ 28.66%
B 88 of 307 ~ 28.66%

%42.67
%28.66
%28.66

CMYK RENK MODELİ

#835858 rengi CMYK tonu (0,33,33,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.82%
  • sarı tonu 32.82%
  • ana renk tonu 48.63%
CMYK:
(0,33,33,49)
C0M33Y33K49 
(0%,33%,33%,49%)
(0.00/0.33/0.33/0.49)	

CMYK yüzdeleri

%0
%32.82
%32.82
%48.63

Codes

Color #835858 in popluar color models

835858
RGB1318888
HSL19.63%42.94%
HSB/HSV32.82%51.37%
CMYK0.00%32.82%32.82%
48.63%

Color #835858 in popluar number systems.

HEX835858
Decimal1318888
Binary1000001110110001011000
Octal203130130

Shades and tints

Shades of #835858

#835858
(131,88,88)
#785050
(120,80,80)
#6D4848
(109,72,72)
#624040
(98,64,64)
#573838
(87,56,56)
#4C3030
(76,48,48)
#412828
(65,40,40)
#362020
(54,32,32)
#2B1818
(43,24,24)
#201010
(32,16,16)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #835858

#835858
(131,88,88)
#8E6767
(142,103,103)
#997676
(153,118,118)
#A48585
(164,133,133)
#AF9494
(175,148,148)
#BAA3A3
(186,163,163)
#C5B2B2
(197,178,178)
#D0C1C1
(208,193,193)
#DBD0D0
(219,208,208)
#E6DFDF
(230,223,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835858 color. Also use rgb(131,88,88) instead hex code.

Text Font Color

.myTextColor { color: #835858; }

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

This text font color is #835858.


Background Color

.myBgColor { background-color: #835858; }

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

This div background color is #835858.


Border color

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

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

This div border color is #835858.


Opacity

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

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

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

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

This text has shadow with #835858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835858 on black background.


Color preview on white background

This text has color #835858 on white background.



Black color preview on #835858 background

This text has black color on #835858 background.


White color preview on #835858 background

This text has white color on #835858 background.