COLOR #837925

HEX: #837925
RGB: (131,121,37)

Renk bilgisi

#837925 contains mainly red and green colors. #837925 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#837925 color RGB value is (131,121,37).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 121 of 255 = 47%
B 37 of 255 = 15%

131
121
37

R + G + B ~ 38%. #837925 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 121 + 37 = 289 (100%)
R 131 of 289 ~ 45.33%
G 121 of 289 ~ 41.87%
B 37 of 289 ~ 12.8%

%45.33
%41.87
%12.8

CMYK RENK MODELİ

#837925 rengi CMYK tonu (0,8,72,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.63%
  • sarı tonu 71.76%
  • ana renk tonu 48.63%
CMYK:
(0,8,72,49)
C0M8Y72K49 
(0%,8%,72%,49%)
(0.00/0.08/0.72/0.49)	

CMYK yüzdeleri

%0
%7.63
%71.76
%48.63

Codes

Color #837925 in popluar color models

837925
RGB13112137
HSL54°55.95%32.94%
HSB/HSV54°71.76%51.37%
CMYK0.00%7.63%71.76%
48.63%

Color #837925 in popluar number systems.

HEX837925
Decimal13112137
Binary100000111111001100101
Octal20317145

Shades and tints

Shades of #837925

#837925
(131,121,37)
#786E22
(120,110,34)
#6D631F
(109,99,31)
#62581C
(98,88,28)
#574D19
(87,77,25)
#4C4216
(76,66,22)
#413713
(65,55,19)
#362C10
(54,44,16)
#2B210D
(43,33,13)
#20160A
(32,22,10)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #837925

#837925
(131,121,37)
#8E8538
(142,133,56)
#99914B
(153,145,75)
#A49D5E
(164,157,94)
#AFA971
(175,169,113)
#BAB584
(186,181,132)
#C5C197
(197,193,151)
#D0CDAA
(208,205,170)
#DBD9BD
(219,217,189)
#E6E5D0
(230,229,208)
#F1F1E3
(241,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837925; }

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

This text font color is #837925.


Background Color

.myBgColor { background-color: #837925; }

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

This div background color is #837925.


Border color

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

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

This div border color is #837925.


Opacity

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

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

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

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

This text has shadow with #837925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837925 on black background.


Color preview on white background

This text has color #837925 on white background.



Black color preview on #837925 background

This text has black color on #837925 background.


White color preview on #837925 background

This text has white color on #837925 background.