COLOR #658467

HEX: #658467
RGB: (101,132,103)

Color info

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

RGB color model

#658467 color RGB value is (101,132,103).

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

RGB channels and saturation

R 101 of 255 = 40%
G 132 of 255 = 52%
B 103 of 255 = 40%

101
132
103

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

Portions of RGB colors in percentages

R + G + B =
101 + 132 + 103 = 336 (100%)
R 101 of 336 ~ 30.06%
G 132 of 336 ~ 39.29%
B 103 of 336 ~ 30.65%

%30.06
%39.29
%30.65

CMYK color model

#658467 color CMYK value is (23,0,22,48).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(23,0,22,48)
C23M0Y22K48 
(23%,0%,22%,48%)
(0.23/0.00/0.22/0.48)	

CMYK percentages

%23.48
%0
%21.97
%48.24

Codes

Color #658467 in popluar color models

658467
RGB101132103
HSL124°13.30%45.69%
HSB/HSV124°23.48%51.76%
CMYK23.48%0.00%21.97%
48.24%

Color #658467 in popluar number systems.

HEX658467
Decimal101132103
Binary1100101100001001100111
Octal145204147

Shades and tints

Shades of #658467

#658467
(101,132,103)
#5C785E
(92,120,94)
#536C55
(83,108,85)
#4A604C
(74,96,76)
#415443
(65,84,67)
#38483A
(56,72,58)
#2F3C31
(47,60,49)
#263028
(38,48,40)
#1D241F
(29,36,31)
#141816
(20,24,22)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #658467

#658467
(101,132,103)
#738F74
(115,143,116)
#819A81
(129,154,129)
#8FA58E
(143,165,142)
#9DB09B
(157,176,155)
#ABBBA8
(171,187,168)
#B9C6B5
(185,198,181)
#C7D1C2
(199,209,194)
#D5DCCF
(213,220,207)
#E3E7DC
(227,231,220)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658467; }

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

This text font color is #658467.


Background Color

.myBgColor { background-color: #658467; }

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

This div background color is #658467.


Border color

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

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

This div border color is #658467.


Opacity

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

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

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

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

This text has shadow with #658467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658467 on black background.


Color preview on white background

This text has color #658467 on white background.



Black color preview on #658467 background

This text has black color on #658467 background.


White color preview on #658467 background

This text has white color on #658467 background.