COLOR #825E4B

HEX: #825E4B
RGB: (130,94,75)

Renk bilgisi

#825E4B contains red, green and blue colors in about the same proportion. #825E4B ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#825E4B color RGB value is (130,94,75).

  • kırmız ton 130;
  • yeşil ton 94;
  • mavi ton 75.
RGB:
(130,94,75)
(51%,37%,29%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 94 of 255 = 37%
B 75 of 255 = 29%

130
94
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 94 + 75 = 299 (100%)
R 130 of 299 ~ 43.48%
G 94 of 299 ~ 31.44%
B 75 of 299 ~ 25.08%

%43.48
%31.44
%25.08

CMYK RENK MODELİ

#825E4B rengi CMYK tonu (0,28,42,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.69%
  • sarı tonu 42.31%
  • ana renk tonu 49.02%
CMYK:
(0,28,42,49)
C0M28Y42K49 
(0%,28%,42%,49%)
(0.00/0.28/0.42/0.49)	

CMYK yüzdeleri

%0
%27.69
%42.31
%49.02

Codes

Color #825E4B in popluar color models

825E4B
RGB1309475
HSL21°26.83%40.20%
HSB/HSV21°42.31%50.98%
CMYK0.00%27.69%42.31%
49.02%

Color #825E4B in popluar number systems.

HEX825E4B
Decimal1309475
Binary1000001010111101001011
Octal202136113

Shades and tints

Shades of #825E4B

#825E4B
(130,94,75)
#775645
(119,86,69)
#6C4E3F
(108,78,63)
#614639
(97,70,57)
#563E33
(86,62,51)
#4B362D
(75,54,45)
#402E27
(64,46,39)
#352621
(53,38,33)
#2A1E1B
(42,30,27)
#1F1615
(31,22,21)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #825E4B

#825E4B
(130,94,75)
#8D6C5B
(141,108,91)
#987A6B
(152,122,107)
#A3887B
(163,136,123)
#AE968B
(174,150,139)
#B9A49B
(185,164,155)
#C4B2AB
(196,178,171)
#CFC0BB
(207,192,187)
#DACECB
(218,206,203)
#E5DCDB
(229,220,219)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825E4B color. Also use rgb(130,94,75) instead hex code.

Text Font Color

.myTextColor { color: #825E4B; }

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

This text font color is #825E4B.


Background Color

.myBgColor { background-color: #825E4B; }

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

This div background color is #825E4B.


Border color

.myBorderColor { border: 1px solid #825E4B; }

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

This div border color is #825E4B.


Opacity

.myOpacity80 { color: #825E4B; opacity: 0.8; }

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

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

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

This text has shadow with #825E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E4B on black background.


Color preview on white background

This text has color #825E4B on white background.



Black color preview on #825E4B background

This text has black color on #825E4B background.


White color preview on #825E4B background

This text has white color on #825E4B background.