COLOR #885829

HEX: #885829
RGB: (136,88,41)

Renk bilgisi

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

RGB renk modeli

#885829 color RGB value is (136,88,41).

  • kırmız ton 136;
  • yeşil ton 88;
  • mavi ton 41.
RGB:
(136,88,41)
(53%,35%,16%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 88 of 255 = 35%
B 41 of 255 = 16%

136
88
41

R + G + B ~ 35%. #885829 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 88 + 41 = 265 (100%)
R 136 of 265 ~ 51.32%
G 88 of 265 ~ 33.21%
B 41 of 265 ~ 15.47%

%51.32
%33.21
%15.47

CMYK RENK MODELİ

#885829 rengi CMYK tonu (0,35,70,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.29%
  • sarı tonu 69.85%
  • ana renk tonu 46.67%
CMYK:
(0,35,70,47)
C0M35Y70K47 
(0%,35%,70%,47%)
(0.00/0.35/0.70/0.47)	

CMYK yüzdeleri

%0
%35.29
%69.85
%46.67

Codes

Color #885829 in popluar color models

885829
RGB1368841
HSL30°53.67%34.71%
HSB/HSV30°69.85%53.33%
CMYK0.00%35.29%69.85%
46.67%

Color #885829 in popluar number systems.

HEX885829
Decimal1368841
Binary100010001011000101001
Octal21013051

Shades and tints

Shades of #885829

#885829
(136,88,41)
#7C5026
(124,80,38)
#704823
(112,72,35)
#644020
(100,64,32)
#58381D
(88,56,29)
#4C301A
(76,48,26)
#402817
(64,40,23)
#342014
(52,32,20)
#281811
(40,24,17)
#1C100E
(28,16,14)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #885829

#885829
(136,88,41)
#92673C
(146,103,60)
#9C764F
(156,118,79)
#A68562
(166,133,98)
#B09475
(176,148,117)
#BAA388
(186,163,136)
#C4B29B
(196,178,155)
#CEC1AE
(206,193,174)
#D8D0C1
(216,208,193)
#E2DFD4
(226,223,212)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885829 color. Also use rgb(136,88,41) instead hex code.

Text Font Color

.myTextColor { color: #885829; }

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

This text font color is #885829.


Background Color

.myBgColor { background-color: #885829; }

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

This div background color is #885829.


Border color

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

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

This div border color is #885829.


Opacity

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

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

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

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

This text has shadow with #885829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885829 on black background.


Color preview on white background

This text has color #885829 on white background.



Black color preview on #885829 background

This text has black color on #885829 background.


White color preview on #885829 background

This text has white color on #885829 background.