COLOR #887438

HEX: #887438
RGB: (136,116,56)

Renk bilgisi

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

RGB renk modeli

#887438 color RGB value is (136,116,56).

  • kırmız ton 136;
  • yeşil ton 116;
  • mavi ton 56.
RGB:
(136,116,56)
(53%,45%,22%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 116 of 255 = 45%
B 56 of 255 = 22%

136
116
56

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 116 + 56 = 308 (100%)
R 136 of 308 ~ 44.16%
G 116 of 308 ~ 37.66%
B 56 of 308 ~ 18.18%

%44.16
%37.66
%18.18

CMYK RENK MODELİ

#887438 rengi CMYK tonu (0,15,59,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.71%
  • sarı tonu 58.82%
  • ana renk tonu 46.67%
CMYK:
(0,15,59,47)
C0M15Y59K47 
(0%,15%,59%,47%)
(0.00/0.15/0.59/0.47)	

CMYK yüzdeleri

%0
%14.71
%58.82
%46.67

Codes

Color #887438 in popluar color models

887438
RGB13611656
HSL45°41.67%37.65%
HSB/HSV45°58.82%53.33%
CMYK0.00%14.71%58.82%
46.67%

Color #887438 in popluar number systems.

HEX887438
Decimal13611656
Binary100010001110100111000
Octal21016470

Shades and tints

Shades of #887438

#887438
(136,116,56)
#7C6A33
(124,106,51)
#70602E
(112,96,46)
#645629
(100,86,41)
#584C24
(88,76,36)
#4C421F
(76,66,31)
#40381A
(64,56,26)
#342E15
(52,46,21)
#282410
(40,36,16)
#1C1A0B
(28,26,11)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #887438

#887438
(136,116,56)
#92804A
(146,128,74)
#9C8C5C
(156,140,92)
#A6986E
(166,152,110)
#B0A480
(176,164,128)
#BAB092
(186,176,146)
#C4BCA4
(196,188,164)
#CEC8B6
(206,200,182)
#D8D4C8
(216,212,200)
#E2E0DA
(226,224,218)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887438 color. Also use rgb(136,116,56) instead hex code.

Text Font Color

.myTextColor { color: #887438; }

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

This text font color is #887438.


Background Color

.myBgColor { background-color: #887438; }

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

This div background color is #887438.


Border color

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

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

This div border color is #887438.


Opacity

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

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

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

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

This text has shadow with #887438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887438 on black background.


Color preview on white background

This text has color #887438 on white background.



Black color preview on #887438 background

This text has black color on #887438 background.


White color preview on #887438 background

This text has white color on #887438 background.