COLOR #526B00

HEX: #526B00
RGB: (82,107,0)

Color info

#526B00 contains only red and green colors. Web safe color of #526B00 is #666600 (or #660).

RGB color model

#526B00 color RGB value is (82,107,0).

  • red value is 82;
  • green value is 107;
  • blue value is 0.
RGB:
(82,107,0)
(32%,42%,0%)

RGB channels and saturation

R 82 of 255 = 32%
G 107 of 255 = 42%
B 0 of 255 = 0%

82
107
0

R + G + B ~ 25%. #526B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 107 + 0 = 189 (100%)
R 82 of 189 ~ 43.39%
G 107 of 189 ~ 56.61%
B 0 of 189 ~ 0%

%43.39
%56.61

CMYK color model

#526B00 color CMYK value is (23,0,100,58).

  • cyan value is 23.36%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.04%
CMYK:
(23,0,100,58)
C23M0Y100K58 
(23%,0%,100%,58%)
(0.23/0.00/1.00/0.58)	

CMYK percentages

%23.36
%0
%100
%58.04

Codes

Color #526B00 in popluar color models

526B00
RGB821070
HSL74°100.00%20.98%
HSB/HSV74°100.00%41.96%
CMYK23.36%0.00%100.00%
58.04%

Color #526B00 in popluar number systems.

HEX526B00
Decimal821070
Binary101001011010110
Octal1221530

Shades and tints

Shades of #526B00

#526B00
(82,107,0)
#4B6200
(75,98,0)
#445900
(68,89,0)
#3D5000
(61,80,0)
#364700
(54,71,0)
#2F3E00
(47,62,0)
#283500
(40,53,0)
#212C00
(33,44,0)
#1A2300
(26,35,0)
#131A00
(19,26,0)
#0C1100
(12,17,0)
#000000
(0,0,0)

Tints of #526B00

#526B00
(82,107,0)
#617817
(97,120,23)
#70852E
(112,133,46)
#7F9245
(127,146,69)
#8E9F5C
(142,159,92)
#9DAC73
(157,172,115)
#ACB98A
(172,185,138)
#BBC6A1
(187,198,161)
#CAD3B8
(202,211,184)
#D9E0CF
(217,224,207)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #526B00 color. Also use rgb(82,107,0) instead hex code.

Text Font Color

.myTextColor { color: #526B00; }

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

This text font color is #526B00.


Background Color

.myBgColor { background-color: #526B00; }

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

This div background color is #526B00.


Border color

.myBorderColor { border: 1px solid #526B00; }

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

This div border color is #526B00.


Opacity

.myOpacity80 { color: #526B00; opacity: 0.8; }

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

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

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

This text has shadow with #526B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526B00 on black background.


Color preview on white background

This text has color #526B00 on white background.



Black color preview on #526B00 background

This text has black color on #526B00 background.


White color preview on #526B00 background

This text has white color on #526B00 background.