COLOR #656500

HEX: #656500
RGB: (101,101,0)

Color info

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

RGB color model

#656500 color RGB value is (101,101,0).

  • red value is 101;
  • green value is 101;
  • blue value is 0.
RGB:
(101,101,0)
(40%,40%,0%)

RGB channels and saturation

R 101 of 255 = 40%
G 101 of 255 = 40%
B 0 of 255 = 0%

101
101
0

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

Portions of RGB colors in percentages

R + G + B =
101 + 101 + 0 = 202 (100%)
R 101 of 202 ~ 50%
G 101 of 202 ~ 50%
B 0 of 202 ~ 0%

%50
%50

CMYK color model

#656500 color CMYK value is (0,0,100,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.39%
CMYK:
(0,0,100,60)
C0M0Y100K60 
(0%,0%,100%,60%)
(0.00/0.00/1.00/0.60)	

CMYK percentages

%0
%0
%100
%60.39

Codes

Color #656500 in popluar color models

656500
RGB1011010
HSL60°100.00%19.80%
HSB/HSV60°100.00%39.61%
CMYK0.00%0.00%100.00%
60.39%

Color #656500 in popluar number systems.

HEX656500
Decimal1011010
Binary110010111001010
Octal1451450

Shades and tints

Shades of #656500

#656500
(101,101,0)
#5C5C00
(92,92,0)
#535300
(83,83,0)
#4A4A00
(74,74,0)
#414100
(65,65,0)
#383800
(56,56,0)
#2F2F00
(47,47,0)
#262600
(38,38,0)
#1D1D00
(29,29,0)
#141400
(20,20,0)
#0B0B00
(11,11,0)
#000000
(0,0,0)

Tints of #656500

#656500
(101,101,0)
#737317
(115,115,23)
#81812E
(129,129,46)
#8F8F45
(143,143,69)
#9D9D5C
(157,157,92)
#ABAB73
(171,171,115)
#B9B98A
(185,185,138)
#C7C7A1
(199,199,161)
#D5D5B8
(213,213,184)
#E3E3CF
(227,227,207)
#F1F1E6
(241,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #656500 color. Also use rgb(101,101,0) instead hex code.

Text Font Color

.myTextColor { color: #656500; }

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

This text font color is #656500.


Background Color

.myBgColor { background-color: #656500; }

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

This div background color is #656500.


Border color

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

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

This div border color is #656500.


Opacity

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

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

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

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

This text has shadow with #656500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656500 on black background.


Color preview on white background

This text has color #656500 on white background.



Black color preview on #656500 background

This text has black color on #656500 background.


White color preview on #656500 background

This text has white color on #656500 background.