COLOR #65837D

HEX: #65837D
RGB: (101,131,125)

Color info

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

RGB color model

#65837D color RGB value is (101,131,125).

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

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 125 of 255 = 49%

101
131
125

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

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 125 = 357 (100%)
R 101 of 357 ~ 28.29%
G 131 of 357 ~ 36.69%
B 125 of 357 ~ 35.01%

%28.29
%36.69
%35.01

CMYK color model

#65837D color CMYK value is (23,0,5,49).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 48.63%
CMYK:
(23,0,5,49)
C23M0Y5K49 
(23%,0%,5%,49%)
(0.23/0.00/0.05/0.49)	

CMYK percentages

%22.9
%0
%4.58
%48.63

Codes

Color #65837D in popluar color models

65837D
RGB101131125
HSL168°12.93%45.49%
HSB/HSV168°22.90%51.37%
CMYK22.90%0.00%4.58%
48.63%

Color #65837D in popluar number systems.

HEX65837D
Decimal101131125
Binary1100101100000111111101
Octal145203175

Shades and tints

Shades of #65837D

#65837D
(101,131,125)
#5C7872
(92,120,114)
#536D67
(83,109,103)
#4A625C
(74,98,92)
#415751
(65,87,81)
#384C46
(56,76,70)
#2F413B
(47,65,59)
#263630
(38,54,48)
#1D2B25
(29,43,37)
#14201A
(20,32,26)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #65837D

#65837D
(101,131,125)
#738E88
(115,142,136)
#819993
(129,153,147)
#8FA49E
(143,164,158)
#9DAFA9
(157,175,169)
#ABBAB4
(171,186,180)
#B9C5BF
(185,197,191)
#C7D0CA
(199,208,202)
#D5DBD5
(213,219,213)
#E3E6E0
(227,230,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65837D color. Also use rgb(101,131,125) instead hex code.

Text Font Color

.myTextColor { color: #65837D; }

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

This text font color is #65837D.


Background Color

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

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

This div background color is #65837D.


Border color

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

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

This div border color is #65837D.


Opacity

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

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

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

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

This text has shadow with #65837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65837D on black background.


Color preview on white background

This text has color #65837D on white background.



Black color preview on #65837D background

This text has black color on #65837D background.


White color preview on #65837D background

This text has white color on #65837D background.