COLOR #837948

HEX: #837948
RGB: (131,121,72)

Renk bilgisi

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

RGB renk modeli

#837948 color RGB value is (131,121,72).

  • kırmız ton 131;
  • yeşil ton 121;
  • mavi ton 72.
RGB:
(131,121,72)
(51%,47%,28%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 121 of 255 = 47%
B 72 of 255 = 28%

131
121
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 121 + 72 = 324 (100%)
R 131 of 324 ~ 40.43%
G 121 of 324 ~ 37.35%
B 72 of 324 ~ 22.22%

%40.43
%37.35
%22.22

CMYK RENK MODELİ

#837948 rengi CMYK tonu (0,8,45,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.63%
  • sarı tonu 45.04%
  • ana renk tonu 48.63%
CMYK:
(0,8,45,49)
C0M8Y45K49 
(0%,8%,45%,49%)
(0.00/0.08/0.45/0.49)	

CMYK yüzdeleri

%0
%7.63
%45.04
%48.63

Codes

Color #837948 in popluar color models

837948
RGB13112172
HSL50°29.06%39.80%
HSB/HSV50°45.04%51.37%
CMYK0.00%7.63%45.04%
48.63%

Color #837948 in popluar number systems.

HEX837948
Decimal13112172
Binary1000001111110011001000
Octal203171110

Shades and tints

Shades of #837948

#837948
(131,121,72)
#786E42
(120,110,66)
#6D633C
(109,99,60)
#625836
(98,88,54)
#574D30
(87,77,48)
#4C422A
(76,66,42)
#413724
(65,55,36)
#362C1E
(54,44,30)
#2B2118
(43,33,24)
#201612
(32,22,18)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #837948

#837948
(131,121,72)
#8E8558
(142,133,88)
#999168
(153,145,104)
#A49D78
(164,157,120)
#AFA988
(175,169,136)
#BAB598
(186,181,152)
#C5C1A8
(197,193,168)
#D0CDB8
(208,205,184)
#DBD9C8
(219,217,200)
#E6E5D8
(230,229,216)
#F1F1E8
(241,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837948; }

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

This text font color is #837948.


Background Color

.myBgColor { background-color: #837948; }

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

This div background color is #837948.


Border color

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

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

This div border color is #837948.


Opacity

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

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

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

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

This text has shadow with #837948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837948 on black background.


Color preview on white background

This text has color #837948 on white background.



Black color preview on #837948 background

This text has black color on #837948 background.


White color preview on #837948 background

This text has white color on #837948 background.