COLOR #658475

HEX: #658475
RGB: (101,132,117)

Color info

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

RGB color model

#658475 color RGB value is (101,132,117).

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

RGB channels and saturation

R 101 of 255 = 40%
G 132 of 255 = 52%
B 117 of 255 = 46%

101
132
117

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

Portions of RGB colors in percentages

R + G + B =
101 + 132 + 117 = 350 (100%)
R 101 of 350 ~ 28.86%
G 132 of 350 ~ 37.71%
B 117 of 350 ~ 33.43%

%28.86
%37.71
%33.43

CMYK color model

#658475 color CMYK value is (23,0,11,48).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(23,0,11,48)
C23M0Y11K48 
(23%,0%,11%,48%)
(0.23/0.00/0.11/0.48)	

CMYK percentages

%23.48
%0
%11.36
%48.24

Codes

Color #658475 in popluar color models

658475
RGB101132117
HSL151°13.30%45.69%
HSB/HSV151°23.48%51.76%
CMYK23.48%0.00%11.36%
48.24%

Color #658475 in popluar number systems.

HEX658475
Decimal101132117
Binary1100101100001001110101
Octal145204165

Shades and tints

Shades of #658475

#658475
(101,132,117)
#5C786B
(92,120,107)
#536C61
(83,108,97)
#4A6057
(74,96,87)
#41544D
(65,84,77)
#384843
(56,72,67)
#2F3C39
(47,60,57)
#26302F
(38,48,47)
#1D2425
(29,36,37)
#14181B
(20,24,27)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #658475

#658475
(101,132,117)
#738F81
(115,143,129)
#819A8D
(129,154,141)
#8FA599
(143,165,153)
#9DB0A5
(157,176,165)
#ABBBB1
(171,187,177)
#B9C6BD
(185,198,189)
#C7D1C9
(199,209,201)
#D5DCD5
(213,220,213)
#E3E7E1
(227,231,225)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658475; }

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

This text font color is #658475.


Background Color

.myBgColor { background-color: #658475; }

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

This div background color is #658475.


Border color

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

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

This div border color is #658475.


Opacity

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

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

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

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

This text has shadow with #658475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658475 on black background.


Color preview on white background

This text has color #658475 on white background.



Black color preview on #658475 background

This text has black color on #658475 background.


White color preview on #658475 background

This text has white color on #658475 background.