COLOR #65836E

HEX: #65836E
RGB: (101,131,110)

Color info

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

RGB color model

#65836E color RGB value is (101,131,110).

  • red value is 101;
  • green value is 131;
  • blue value is 110.
RGB:
(101,131,110)
(40%,51%,43%)

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 110 of 255 = 43%

101
131
110

R + G + B ~ 45%. #65836E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 110 = 342 (100%)
R 101 of 342 ~ 29.53%
G 131 of 342 ~ 38.3%
B 110 of 342 ~ 32.16%

%29.53
%38.3
%32.16

CMYK color model

#65836E color CMYK value is (23,0,16,49).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(23,0,16,49)
C23M0Y16K49 
(23%,0%,16%,49%)
(0.23/0.00/0.16/0.49)	

CMYK percentages

%22.9
%0
%16.03
%48.63

Codes

Color #65836E in popluar color models

65836E
RGB101131110
HSL138°12.93%45.49%
HSB/HSV138°22.90%51.37%
CMYK22.90%0.00%16.03%
48.63%

Color #65836E in popluar number systems.

HEX65836E
Decimal101131110
Binary1100101100000111101110
Octal145203156

Shades and tints

Shades of #65836E

#65836E
(101,131,110)
#5C7864
(92,120,100)
#536D5A
(83,109,90)
#4A6250
(74,98,80)
#415746
(65,87,70)
#384C3C
(56,76,60)
#2F4132
(47,65,50)
#263628
(38,54,40)
#1D2B1E
(29,43,30)
#142014
(20,32,20)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #65836E

#65836E
(101,131,110)
#738E7B
(115,142,123)
#819988
(129,153,136)
#8FA495
(143,164,149)
#9DAFA2
(157,175,162)
#ABBAAF
(171,186,175)
#B9C5BC
(185,197,188)
#C7D0C9
(199,208,201)
#D5DBD6
(213,219,214)
#E3E6E3
(227,230,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65836E color. Also use rgb(101,131,110) instead hex code.

Text Font Color

.myTextColor { color: #65836E; }

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

This text font color is #65836E.


Background Color

.myBgColor { background-color: #65836E; }

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

This div background color is #65836E.


Border color

.myBorderColor { border: 1px solid #65836E; }

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

This div border color is #65836E.


Opacity

.myOpacity80 { color: #65836E; opacity: 0.8; }

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

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

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

This text has shadow with #65836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65836E on black background.


Color preview on white background

This text has color #65836E on white background.



Black color preview on #65836E background

This text has black color on #65836E background.


White color preview on #65836E background

This text has white color on #65836E background.