COLOR #838373

HEX: #838373
RGB: (131,131,115)

Renk bilgisi

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

RGB renk modeli

#838373 color RGB value is (131,131,115).

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

RGB bağlantıları ve doygunluk

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

131
131
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 131 + 115 = 377 (100%)
R 131 of 377 ~ 34.75%
G 131 of 377 ~ 34.75%
B 115 of 377 ~ 30.5%

%34.75
%34.75
%30.5

CMYK RENK MODELİ

#838373 rengi CMYK tonu (0,0,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 12.21%
  • ana renk tonu 48.63%
CMYK:
(0,0,12,49)
C0M0Y12K49 
(0%,0%,12%,49%)
(0.00/0.00/0.12/0.49)	

CMYK yüzdeleri

%0
%0
%12.21
%48.63

Codes

Color #838373 in popluar color models

838373
RGB131131115
HSL60°6.50%48.24%
HSB/HSV60°12.21%51.37%
CMYK0.00%0.00%12.21%
48.63%

Color #838373 in popluar number systems.

HEX838373
Decimal131131115
Binary10000011100000111110011
Octal203203163

Shades and tints

Shades of #838373

#838373
(131,131,115)
#787869
(120,120,105)
#6D6D5F
(109,109,95)
#626255
(98,98,85)
#57574B
(87,87,75)
#4C4C41
(76,76,65)
#414137
(65,65,55)
#36362D
(54,54,45)
#2B2B23
(43,43,35)
#202019
(32,32,25)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #838373

#838373
(131,131,115)
#8E8E7F
(142,142,127)
#99998B
(153,153,139)
#A4A497
(164,164,151)
#AFAFA3
(175,175,163)
#BABAAF
(186,186,175)
#C5C5BB
(197,197,187)
#D0D0C7
(208,208,199)
#DBDBD3
(219,219,211)
#E6E6DF
(230,230,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838373; }

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

This text font color is #838373.


Background Color

.myBgColor { background-color: #838373; }

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

This div background color is #838373.


Border color

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

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

This div border color is #838373.


Opacity

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

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

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

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

This text has shadow with #838373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838373 on black background.


Color preview on white background

This text has color #838373 on white background.



Black color preview on #838373 background

This text has black color on #838373 background.


White color preview on #838373 background

This text has white color on #838373 background.