COLOR #838679

HEX: #838679
RGB: (131,134,121)

Renk bilgisi

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

RGB renk modeli

#838679 color RGB value is (131,134,121).

  • kırmız ton 131;
  • yeşil ton 134;
  • mavi ton 121.
RGB:
(131,134,121)
(51%,53%,47%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 134 of 255 = 53%
B 121 of 255 = 47%

131
134
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 134 + 121 = 386 (100%)
R 131 of 386 ~ 33.94%
G 134 of 386 ~ 34.72%
B 121 of 386 ~ 31.35%

%33.94
%34.72
%31.35

CMYK RENK MODELİ

#838679 rengi CMYK tonu (2,0,10,47).

  • camgöbeği tonu 2.24%
  • eflatun tonu 0.00%
  • sarı tonu 9.70%
  • ana renk tonu 47.45%
CMYK:
(2,0,10,47)
C2M0Y10K47 
(2%,0%,10%,47%)
(0.02/0.00/0.10/0.47)	

CMYK yüzdeleri

%2.24
%0
%9.7
%47.45

Codes

Color #838679 in popluar color models

838679
RGB131134121
HSL74°5.10%50.00%
HSB/HSV74°9.70%52.55%
CMYK2.24%0.00%9.70%
47.45%

Color #838679 in popluar number systems.

HEX838679
Decimal131134121
Binary10000011100001101111001
Octal203206171

Shades and tints

Shades of #838679

#838679
(131,134,121)
#787A6E
(120,122,110)
#6D6E63
(109,110,99)
#626258
(98,98,88)
#57564D
(87,86,77)
#4C4A42
(76,74,66)
#413E37
(65,62,55)
#36322C
(54,50,44)
#2B2621
(43,38,33)
#201A16
(32,26,22)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #838679

#838679
(131,134,121)
#8E9185
(142,145,133)
#999C91
(153,156,145)
#A4A79D
(164,167,157)
#AFB2A9
(175,178,169)
#BABDB5
(186,189,181)
#C5C8C1
(197,200,193)
#D0D3CD
(208,211,205)
#DBDED9
(219,222,217)
#E6E9E5
(230,233,229)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838679; }

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

This text font color is #838679.


Background Color

.myBgColor { background-color: #838679; }

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

This div background color is #838679.


Border color

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

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

This div border color is #838679.


Opacity

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

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

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

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

This text has shadow with #838679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838679 on black background.


Color preview on white background

This text has color #838679 on white background.



Black color preview on #838679 background

This text has black color on #838679 background.


White color preview on #838679 background

This text has white color on #838679 background.