COLOR #887D3C

HEX: #887D3C
RGB: (136,125,60)

Renk bilgisi

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

RGB renk modeli

#887D3C color RGB value is (136,125,60).

  • kırmız ton 136;
  • yeşil ton 125;
  • mavi ton 60.
RGB:
(136,125,60)
(53%,49%,24%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 125 of 255 = 49%
B 60 of 255 = 24%

136
125
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 125 + 60 = 321 (100%)
R 136 of 321 ~ 42.37%
G 125 of 321 ~ 38.94%
B 60 of 321 ~ 18.69%

%42.37
%38.94
%18.69

CMYK RENK MODELİ

#887D3C rengi CMYK tonu (0,8,56,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.09%
  • sarı tonu 55.88%
  • ana renk tonu 46.67%
CMYK:
(0,8,56,47)
C0M8Y56K47 
(0%,8%,56%,47%)
(0.00/0.08/0.56/0.47)	

CMYK yüzdeleri

%0
%8.09
%55.88
%46.67

Codes

Color #887D3C in popluar color models

887D3C
RGB13612560
HSL51°38.78%38.43%
HSB/HSV51°55.88%53.33%
CMYK0.00%8.09%55.88%
46.67%

Color #887D3C in popluar number systems.

HEX887D3C
Decimal13612560
Binary100010001111101111100
Octal21017574

Shades and tints

Shades of #887D3C

#887D3C
(136,125,60)
#7C7237
(124,114,55)
#706732
(112,103,50)
#645C2D
(100,92,45)
#585128
(88,81,40)
#4C4623
(76,70,35)
#403B1E
(64,59,30)
#343019
(52,48,25)
#282514
(40,37,20)
#1C1A0F
(28,26,15)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #887D3C

#887D3C
(136,125,60)
#92884D
(146,136,77)
#9C935E
(156,147,94)
#A69E6F
(166,158,111)
#B0A980
(176,169,128)
#BAB491
(186,180,145)
#C4BFA2
(196,191,162)
#CECAB3
(206,202,179)
#D8D5C4
(216,213,196)
#E2E0D5
(226,224,213)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D3C color. Also use rgb(136,125,60) instead hex code.

Text Font Color

.myTextColor { color: #887D3C; }

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

This text font color is #887D3C.


Background Color

.myBgColor { background-color: #887D3C; }

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

This div background color is #887D3C.


Border color

.myBorderColor { border: 1px solid #887D3C; }

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

This div border color is #887D3C.


Opacity

.myOpacity80 { color: #887D3C; opacity: 0.8; }

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

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

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

This text has shadow with #887D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D3C on black background.


Color preview on white background

This text has color #887D3C on white background.



Black color preview on #887D3C background

This text has black color on #887D3C background.


White color preview on #887D3C background

This text has white color on #887D3C background.