COLOR #65996D

HEX: #65996D
RGB: (101,153,109)

Color info

#65996D contains red, green and blue colors in about the same proportion. Web safe color of #65996D is #669966 (or #696).

RGB color model

#65996D color RGB value is (101,153,109).

  • red value is 101;
  • green value is 153;
  • blue value is 109.
RGB:
(101,153,109)
(40%,60%,43%)

RGB channels and saturation

R 101 of 255 = 40%
G 153 of 255 = 60%
B 109 of 255 = 43%

101
153
109

R + G + B ~ 48%. #65996D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 153 + 109 = 363 (100%)
R 101 of 363 ~ 27.82%
G 153 of 363 ~ 42.15%
B 109 of 363 ~ 30.03%

%27.82
%42.15
%30.03

CMYK color model

#65996D color CMYK value is (34,0,29,40).

  • cyan value is 33.99%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(34,0,29,40)
C34M0Y29K40 
(34%,0%,29%,40%)
(0.34/0.00/0.29/0.40)	

CMYK percentages

%33.99
%0
%28.76
%40

Codes

Color #65996D in popluar color models

65996D
RGB101153109
HSL129°20.47%49.80%
HSB/HSV129°33.99%60.00%
CMYK33.99%0.00%28.76%
40.00%

Color #65996D in popluar number systems.

HEX65996D
Decimal101153109
Binary1100101100110011101101
Octal145231155

Shades and tints

Shades of #65996D

#65996D
(101,153,109)
#5C8C64
(92,140,100)
#537F5B
(83,127,91)
#4A7252
(74,114,82)
#416549
(65,101,73)
#385840
(56,88,64)
#2F4B37
(47,75,55)
#263E2E
(38,62,46)
#1D3125
(29,49,37)
#14241C
(20,36,28)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #65996D

#65996D
(101,153,109)
#73A27A
(115,162,122)
#81AB87
(129,171,135)
#8FB494
(143,180,148)
#9DBDA1
(157,189,161)
#ABC6AE
(171,198,174)
#B9CFBB
(185,207,187)
#C7D8C8
(199,216,200)
#D5E1D5
(213,225,213)
#E3EAE2
(227,234,226)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65996D color. Also use rgb(101,153,109) instead hex code.

Text Font Color

.myTextColor { color: #65996D; }

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

This text font color is #65996D.


Background Color

.myBgColor { background-color: #65996D; }

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

This div background color is #65996D.


Border color

.myBorderColor { border: 1px solid #65996D; }

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

This div border color is #65996D.


Opacity

.myOpacity80 { color: #65996D; opacity: 0.8; }

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

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

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

This text has shadow with #65996D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65996D on black background.


Color preview on white background

This text has color #65996D on white background.



Black color preview on #65996D background

This text has black color on #65996D background.


White color preview on #65996D background

This text has white color on #65996D background.