COLOR #838B5E

HEX: #838B5E
RGB: (131,139,94)

Renk bilgisi

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

RGB renk modeli

#838B5E color RGB value is (131,139,94).

  • kırmız ton 131;
  • yeşil ton 139;
  • mavi ton 94.
RGB:
(131,139,94)
(51%,55%,37%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 139 of 255 = 55%
B 94 of 255 = 37%

131
139
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 139 + 94 = 364 (100%)
R 131 of 364 ~ 35.99%
G 139 of 364 ~ 38.19%
B 94 of 364 ~ 25.82%

%35.99
%38.19
%25.82

CMYK RENK MODELİ

#838B5E rengi CMYK tonu (6,0,32,45).

  • camgöbeği tonu 5.76%
  • eflatun tonu 0.00%
  • sarı tonu 32.37%
  • ana renk tonu 45.49%
CMYK:
(6,0,32,45)
C6M0Y32K45 
(6%,0%,32%,45%)
(0.06/0.00/0.32/0.45)	

CMYK yüzdeleri

%5.76
%0
%32.37
%45.49

Codes

Color #838B5E in popluar color models

838B5E
RGB13113994
HSL71°19.31%45.69%
HSB/HSV71°32.37%54.51%
CMYK5.76%0.00%32.37%
45.49%

Color #838B5E in popluar number systems.

HEX838B5E
Decimal13113994
Binary10000011100010111011110
Octal203213136

Shades and tints

Shades of #838B5E

#838B5E
(131,139,94)
#787F56
(120,127,86)
#6D734E
(109,115,78)
#626746
(98,103,70)
#575B3E
(87,91,62)
#4C4F36
(76,79,54)
#41432E
(65,67,46)
#363726
(54,55,38)
#2B2B1E
(43,43,30)
#201F16
(32,31,22)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #838B5E

#838B5E
(131,139,94)
#8E956C
(142,149,108)
#999F7A
(153,159,122)
#A4A988
(164,169,136)
#AFB396
(175,179,150)
#BABDA4
(186,189,164)
#C5C7B2
(197,199,178)
#D0D1C0
(208,209,192)
#DBDBCE
(219,219,206)
#E6E5DC
(230,229,220)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838B5E color. Also use rgb(131,139,94) instead hex code.

Text Font Color

.myTextColor { color: #838B5E; }

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

This text font color is #838B5E.


Background Color

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

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

This div background color is #838B5E.


Border color

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

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

This div border color is #838B5E.


Opacity

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

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

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

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

This text has shadow with #838B5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838B5E on black background.


Color preview on white background

This text has color #838B5E on white background.



Black color preview on #838B5E background

This text has black color on #838B5E background.


White color preview on #838B5E background

This text has white color on #838B5E background.