COLOR #658364

HEX: #658364
RGB: (101,131,100)

Color info

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

RGB color model

#658364 color RGB value is (101,131,100).

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

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 100 of 255 = 39%

101
131
100

R + G + B ~ 43%. #658364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 100 = 332 (100%)
R 101 of 332 ~ 30.42%
G 131 of 332 ~ 39.46%
B 100 of 332 ~ 30.12%

%30.42
%39.46
%30.12

CMYK color model

#658364 color CMYK value is (23,0,24,49).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 48.63%
CMYK:
(23,0,24,49)
C23M0Y24K49 
(23%,0%,24%,49%)
(0.23/0.00/0.24/0.49)	

CMYK percentages

%22.9
%0
%23.66
%48.63

Codes

Color #658364 in popluar color models

658364
RGB101131100
HSL118°13.42%45.29%
HSB/HSV118°23.66%51.37%
CMYK22.90%0.00%23.66%
48.63%

Color #658364 in popluar number systems.

HEX658364
Decimal101131100
Binary1100101100000111100100
Octal145203144

Shades and tints

Shades of #658364

#658364
(101,131,100)
#5C785B
(92,120,91)
#536D52
(83,109,82)
#4A6249
(74,98,73)
#415740
(65,87,64)
#384C37
(56,76,55)
#2F412E
(47,65,46)
#263625
(38,54,37)
#1D2B1C
(29,43,28)
#142013
(20,32,19)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #658364

#658364
(101,131,100)
#738E72
(115,142,114)
#819980
(129,153,128)
#8FA48E
(143,164,142)
#9DAF9C
(157,175,156)
#ABBAAA
(171,186,170)
#B9C5B8
(185,197,184)
#C7D0C6
(199,208,198)
#D5DBD4
(213,219,212)
#E3E6E2
(227,230,226)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658364; }

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

This text font color is #658364.


Background Color

.myBgColor { background-color: #658364; }

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

This div background color is #658364.


Border color

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

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

This div border color is #658364.


Opacity

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

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

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

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

This text has shadow with #658364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658364 on black background.


Color preview on white background

This text has color #658364 on white background.



Black color preview on #658364 background

This text has black color on #658364 background.


White color preview on #658364 background

This text has white color on #658364 background.