COLOR #525E0D

HEX: #525E0D
RGB: (82,94,13)

Color info

#525E0D contains mainly red and green colors. Web safe color of #525E0D is #666600 (or #660).

RGB color model

#525E0D color RGB value is (82,94,13).

  • red value is 82;
  • green value is 94;
  • blue value is 13.
RGB:
(82,94,13)
(32%,37%,5%)

RGB channels and saturation

R 82 of 255 = 32%
G 94 of 255 = 37%
B 13 of 255 = 5%

82
94
13

R + G + B ~ 25%. #525E0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 94 + 13 = 189 (100%)
R 82 of 189 ~ 43.39%
G 94 of 189 ~ 49.74%
B 13 of 189 ~ 6.88%

%43.39
%49.74

CMYK color model

#525E0D color CMYK value is (13,0,86,63).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 86.17%
  • key color value is 63.14%
CMYK:
(13,0,86,63)
C13M0Y86K63 
(13%,0%,86%,63%)
(0.13/0.00/0.86/0.63)	

CMYK percentages

%12.77
%0
%86.17
%63.14

Codes

Color #525E0D in popluar color models

525E0D
RGB829413
HSL69°75.70%20.98%
HSB/HSV69°86.17%36.86%
CMYK12.77%0.00%86.17%
63.14%

Color #525E0D in popluar number systems.

HEX525E0D
Decimal829413
Binary101001010111101101
Octal12213615

Shades and tints

Shades of #525E0D

#525E0D
(82,94,13)
#4B560C
(75,86,12)
#444E0B
(68,78,11)
#3D460A
(61,70,10)
#363E09
(54,62,9)
#2F3608
(47,54,8)
#282E07
(40,46,7)
#212606
(33,38,6)
#1A1E05
(26,30,5)
#131604
(19,22,4)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #525E0D

#525E0D
(82,94,13)
#616C23
(97,108,35)
#707A39
(112,122,57)
#7F884F
(127,136,79)
#8E9665
(142,150,101)
#9DA47B
(157,164,123)
#ACB291
(172,178,145)
#BBC0A7
(187,192,167)
#CACEBD
(202,206,189)
#D9DCD3
(217,220,211)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525E0D color. Also use rgb(82,94,13) instead hex code.

Text Font Color

.myTextColor { color: #525E0D; }

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

This text font color is #525E0D.


Background Color

.myBgColor { background-color: #525E0D; }

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

This div background color is #525E0D.


Border color

.myBorderColor { border: 1px solid #525E0D; }

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

This div border color is #525E0D.


Opacity

.myOpacity80 { color: #525E0D; opacity: 0.8; }

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

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

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

This text has shadow with #525E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525E0D on black background.


Color preview on white background

This text has color #525E0D on white background.



Black color preview on #525E0D background

This text has black color on #525E0D background.


White color preview on #525E0D background

This text has white color on #525E0D background.