COLOR #838D73

HEX: #838D73
RGB: (131,141,115)

Renk bilgisi

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

RGB renk modeli

#838D73 color RGB value is (131,141,115).

  • kırmız ton 131;
  • yeşil ton 141;
  • mavi ton 115.
RGB:
(131,141,115)
(51%,55%,45%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 141 of 255 = 55%
B 115 of 255 = 45%

131
141
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 141 + 115 = 387 (100%)
R 131 of 387 ~ 33.85%
G 141 of 387 ~ 36.43%
B 115 of 387 ~ 29.72%

%33.85
%36.43
%29.72

CMYK RENK MODELİ

#838D73 rengi CMYK tonu (7,0,18,45).

  • camgöbeği tonu 7.09%
  • eflatun tonu 0.00%
  • sarı tonu 18.44%
  • ana renk tonu 44.71%
CMYK:
(7,0,18,45)
C7M0Y18K45 
(7%,0%,18%,45%)
(0.07/0.00/0.18/0.45)	

CMYK yüzdeleri

%7.09
%0
%18.44
%44.71

Codes

Color #838D73 in popluar color models

838D73
RGB131141115
HSL83°10.24%50.20%
HSB/HSV83°18.44%55.29%
CMYK7.09%0.00%18.44%
44.71%

Color #838D73 in popluar number systems.

HEX838D73
Decimal131141115
Binary10000011100011011110011
Octal203215163

Shades and tints

Shades of #838D73

#838D73
(131,141,115)
#788169
(120,129,105)
#6D755F
(109,117,95)
#626955
(98,105,85)
#575D4B
(87,93,75)
#4C5141
(76,81,65)
#414537
(65,69,55)
#36392D
(54,57,45)
#2B2D23
(43,45,35)
#202119
(32,33,25)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #838D73

#838D73
(131,141,115)
#8E977F
(142,151,127)
#99A18B
(153,161,139)
#A4AB97
(164,171,151)
#AFB5A3
(175,181,163)
#BABFAF
(186,191,175)
#C5C9BB
(197,201,187)
#D0D3C7
(208,211,199)
#DBDDD3
(219,221,211)
#E6E7DF
(230,231,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838D73 color. Also use rgb(131,141,115) instead hex code.

Text Font Color

.myTextColor { color: #838D73; }

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

This text font color is #838D73.


Background Color

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

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

This div background color is #838D73.


Border color

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

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

This div border color is #838D73.


Opacity

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

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

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

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

This text has shadow with #838D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838D73 on black background.


Color preview on white background

This text has color #838D73 on white background.



Black color preview on #838D73 background

This text has black color on #838D73 background.


White color preview on #838D73 background

This text has white color on #838D73 background.