COLOR #825E09

HEX: #825E09
RGB: (130,94,9)

Renk bilgisi

#825E09 contains mainly red and green colors. #825E09 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#825E09 color RGB value is (130,94,9).

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

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 94 of 255 = 37%
B 9 of 255 = 4%

130
94
9

R + G + B ~ 31%. #825E09 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 94 + 9 = 233 (100%)
R 130 of 233 ~ 55.79%
G 94 of 233 ~ 40.34%
B 9 of 233 ~ 3.86%

%55.79
%40.34

CMYK RENK MODELİ

#825E09 rengi CMYK tonu (0,28,93,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.69%
  • sarı tonu 93.08%
  • ana renk tonu 49.02%
CMYK:
(0,28,93,49)
C0M28Y93K49 
(0%,28%,93%,49%)
(0.00/0.28/0.93/0.49)	

CMYK yüzdeleri

%0
%27.69
%93.08
%49.02

Codes

Color #825E09 in popluar color models

825E09
RGB130949
HSL42°87.05%27.25%
HSB/HSV42°93.08%50.98%
CMYK0.00%27.69%93.08%
49.02%

Color #825E09 in popluar number systems.

HEX825E09
Decimal130949
Binary1000001010111101001
Octal20213611

Shades and tints

Shades of #825E09

#825E09
(130,94,9)
#775609
(119,86,9)
#6C4E09
(108,78,9)
#614609
(97,70,9)
#563E09
(86,62,9)
#4B3609
(75,54,9)
#402E09
(64,46,9)
#352609
(53,38,9)
#2A1E09
(42,30,9)
#1F1609
(31,22,9)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #825E09

#825E09
(130,94,9)
#8D6C1F
(141,108,31)
#987A35
(152,122,53)
#A3884B
(163,136,75)
#AE9661
(174,150,97)
#B9A477
(185,164,119)
#C4B28D
(196,178,141)
#CFC0A3
(207,192,163)
#DACEB9
(218,206,185)
#E5DCCF
(229,220,207)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E09; }

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

This text font color is #825E09.


Background Color

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

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

This div background color is #825E09.


Border color

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

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

This div border color is #825E09.


Opacity

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

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

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

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

This text has shadow with #825E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E09 on black background.


Color preview on white background

This text has color #825E09 on white background.



Black color preview on #825E09 background

This text has black color on #825E09 background.


White color preview on #825E09 background

This text has white color on #825E09 background.