COLOR #838C63

HEX: #838C63
RGB: (131,140,99)

Renk bilgisi

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

RGB renk modeli

#838C63 color RGB value is (131,140,99).

  • kırmız ton 131;
  • yeşil ton 140;
  • mavi ton 99.
RGB:
(131,140,99)
(51%,55%,39%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 140 of 255 = 55%
B 99 of 255 = 39%

131
140
99

R + G + B ~ 48%. #838C63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 140 + 99 = 370 (100%)
R 131 of 370 ~ 35.41%
G 140 of 370 ~ 37.84%
B 99 of 370 ~ 26.76%

%35.41
%37.84
%26.76

CMYK RENK MODELİ

#838C63 rengi CMYK tonu (6,0,29,45).

  • camgöbeği tonu 6.43%
  • eflatun tonu 0.00%
  • sarı tonu 29.29%
  • ana renk tonu 45.10%
CMYK:
(6,0,29,45)
C6M0Y29K45 
(6%,0%,29%,45%)
(0.06/0.00/0.29/0.45)	

CMYK yüzdeleri

%6.43
%0
%29.29
%45.1

Codes

Color #838C63 in popluar color models

838C63
RGB13114099
HSL73°17.15%46.86%
HSB/HSV73°29.29%54.90%
CMYK6.43%0.00%29.29%
45.10%

Color #838C63 in popluar number systems.

HEX838C63
Decimal13114099
Binary10000011100011001100011
Octal203214143

Shades and tints

Shades of #838C63

#838C63
(131,140,99)
#78805A
(120,128,90)
#6D7451
(109,116,81)
#626848
(98,104,72)
#575C3F
(87,92,63)
#4C5036
(76,80,54)
#41442D
(65,68,45)
#363824
(54,56,36)
#2B2C1B
(43,44,27)
#202012
(32,32,18)
#151409
(21,20,9)
#000000
(0,0,0)

Tints of #838C63

#838C63
(131,140,99)
#8E9671
(142,150,113)
#99A07F
(153,160,127)
#A4AA8D
(164,170,141)
#AFB49B
(175,180,155)
#BABEA9
(186,190,169)
#C5C8B7
(197,200,183)
#D0D2C5
(208,210,197)
#DBDCD3
(219,220,211)
#E6E6E1
(230,230,225)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838C63 color. Also use rgb(131,140,99) instead hex code.

Text Font Color

.myTextColor { color: #838C63; }

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

This text font color is #838C63.


Background Color

.myBgColor { background-color: #838C63; }

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

This div background color is #838C63.


Border color

.myBorderColor { border: 1px solid #838C63; }

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

This div border color is #838C63.


Opacity

.myOpacity80 { color: #838C63; opacity: 0.8; }

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

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

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

This text has shadow with #838C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C63 on black background.


Color preview on white background

This text has color #838C63 on white background.



Black color preview on #838C63 background

This text has black color on #838C63 background.


White color preview on #838C63 background

This text has white color on #838C63 background.