COLOR #837238

HEX: #837238
RGB: (131,114,56)

Renk bilgisi

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

RGB renk modeli

#837238 color RGB value is (131,114,56).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 114 of 255 = 45%
B 56 of 255 = 22%

131
114
56

R + G + B ~ 39%. #837238 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 114 + 56 = 301 (100%)
R 131 of 301 ~ 43.52%
G 114 of 301 ~ 37.87%
B 56 of 301 ~ 18.6%

%43.52
%37.87
%18.6

CMYK RENK MODELİ

#837238 rengi CMYK tonu (0,13,57,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.98%
  • sarı tonu 57.25%
  • ana renk tonu 48.63%
CMYK:
(0,13,57,49)
C0M13Y57K49 
(0%,13%,57%,49%)
(0.00/0.13/0.57/0.49)	

CMYK yüzdeleri

%0
%12.98
%57.25
%48.63

Codes

Color #837238 in popluar color models

837238
RGB13111456
HSL46°40.11%36.67%
HSB/HSV46°57.25%51.37%
CMYK0.00%12.98%57.25%
48.63%

Color #837238 in popluar number systems.

HEX837238
Decimal13111456
Binary100000111110010111000
Octal20316270

Shades and tints

Shades of #837238

#837238
(131,114,56)
#786833
(120,104,51)
#6D5E2E
(109,94,46)
#625429
(98,84,41)
#574A24
(87,74,36)
#4C401F
(76,64,31)
#41361A
(65,54,26)
#362C15
(54,44,21)
#2B2210
(43,34,16)
#20180B
(32,24,11)
#150E06
(21,14,6)
#000000
(0,0,0)

Tints of #837238

#837238
(131,114,56)
#8E7E4A
(142,126,74)
#998A5C
(153,138,92)
#A4966E
(164,150,110)
#AFA280
(175,162,128)
#BAAE92
(186,174,146)
#C5BAA4
(197,186,164)
#D0C6B6
(208,198,182)
#DBD2C8
(219,210,200)
#E6DEDA
(230,222,218)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837238; }

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

This text font color is #837238.


Background Color

.myBgColor { background-color: #837238; }

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

This div background color is #837238.


Border color

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

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

This div border color is #837238.


Opacity

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

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

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

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

This text has shadow with #837238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837238 on black background.


Color preview on white background

This text has color #837238 on white background.



Black color preview on #837238 background

This text has black color on #837238 background.


White color preview on #837238 background

This text has white color on #837238 background.