COLOR #838049

HEX: #838049
RGB: (131,128,73)

Renk bilgisi

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

RGB renk modeli

#838049 color RGB value is (131,128,73).

  • kırmız ton 131;
  • yeşil ton 128;
  • mavi ton 73.
RGB:
(131,128,73)
(51%,50%,29%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 128 of 255 = 50%
B 73 of 255 = 29%

131
128
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 128 + 73 = 332 (100%)
R 131 of 332 ~ 39.46%
G 128 of 332 ~ 38.55%
B 73 of 332 ~ 21.99%

%39.46
%38.55
%21.99

CMYK RENK MODELİ

#838049 rengi CMYK tonu (0,2,44,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.29%
  • sarı tonu 44.27%
  • ana renk tonu 48.63%
CMYK:
(0,2,44,49)
C0M2Y44K49 
(0%,2%,44%,49%)
(0.00/0.02/0.44/0.49)	

CMYK yüzdeleri

%0
%2.29
%44.27
%48.63

Codes

Color #838049 in popluar color models

838049
RGB13112873
HSL57°28.43%40.00%
HSB/HSV57°44.27%51.37%
CMYK0.00%2.29%44.27%
48.63%

Color #838049 in popluar number systems.

HEX838049
Decimal13112873
Binary10000011100000001001001
Octal203200111

Shades and tints

Shades of #838049

#838049
(131,128,73)
#787543
(120,117,67)
#6D6A3D
(109,106,61)
#625F37
(98,95,55)
#575431
(87,84,49)
#4C492B
(76,73,43)
#413E25
(65,62,37)
#36331F
(54,51,31)
#2B2819
(43,40,25)
#201D13
(32,29,19)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #838049

#838049
(131,128,73)
#8E8B59
(142,139,89)
#999669
(153,150,105)
#A4A179
(164,161,121)
#AFAC89
(175,172,137)
#BAB799
(186,183,153)
#C5C2A9
(197,194,169)
#D0CDB9
(208,205,185)
#DBD8C9
(219,216,201)
#E6E3D9
(230,227,217)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838049; }

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

This text font color is #838049.


Background Color

.myBgColor { background-color: #838049; }

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

This div background color is #838049.


Border color

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

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

This div border color is #838049.


Opacity

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

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

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

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

This text has shadow with #838049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838049 on black background.


Color preview on white background

This text has color #838049 on white background.



Black color preview on #838049 background

This text has black color on #838049 background.


White color preview on #838049 background

This text has white color on #838049 background.