COLOR #526619

HEX: #526619
RGB: (82,102,25)

Color info

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

RGB color model

#526619 color RGB value is (82,102,25).

  • red value is 82;
  • green value is 102;
  • blue value is 25.
RGB:
(82,102,25)
(32%,40%,10%)

RGB channels and saturation

R 82 of 255 = 32%
G 102 of 255 = 40%
B 25 of 255 = 10%

82
102
25

R + G + B ~ 27%. #526619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 102 + 25 = 209 (100%)
R 82 of 209 ~ 39.23%
G 102 of 209 ~ 48.8%
B 25 of 209 ~ 11.96%

%39.23
%48.8
%11.96

CMYK color model

#526619 color CMYK value is (20,0,75,60).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 75.49%
  • key color value is 60.00%
CMYK:
(20,0,75,60)
C20M0Y75K60 
(20%,0%,75%,60%)
(0.20/0.00/0.75/0.60)	

CMYK percentages

%19.61
%0
%75.49
%60

Codes

Color #526619 in popluar color models

526619
RGB8210225
HSL76°60.63%24.90%
HSB/HSV76°75.49%40.00%
CMYK19.61%0.00%75.49%
60.00%

Color #526619 in popluar number systems.

HEX526619
Decimal8210225
Binary1010010110011011001
Octal12214631

Shades and tints

Shades of #526619

#526619
(82,102,25)
#4B5D17
(75,93,23)
#445415
(68,84,21)
#3D4B13
(61,75,19)
#364211
(54,66,17)
#2F390F
(47,57,15)
#28300D
(40,48,13)
#21270B
(33,39,11)
#1A1E09
(26,30,9)
#131507
(19,21,7)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #526619

#526619
(82,102,25)
#61732D
(97,115,45)
#708041
(112,128,65)
#7F8D55
(127,141,85)
#8E9A69
(142,154,105)
#9DA77D
(157,167,125)
#ACB491
(172,180,145)
#BBC1A5
(187,193,165)
#CACEB9
(202,206,185)
#D9DBCD
(217,219,205)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526619 color. Also use rgb(82,102,25) instead hex code.

Text Font Color

.myTextColor { color: #526619; }

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

This text font color is #526619.


Background Color

.myBgColor { background-color: #526619; }

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

This div background color is #526619.


Border color

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

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

This div border color is #526619.


Opacity

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

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

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

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

This text has shadow with #526619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526619 on black background.


Color preview on white background

This text has color #526619 on white background.



Black color preview on #526619 background

This text has black color on #526619 background.


White color preview on #526619 background

This text has white color on #526619 background.