COLOR #658381

HEX: #658381
RGB: (101,131,129)

Color info

#658381 contains red, green and blue colors in about the same proportion. Web safe color of #658381 is #669999 (or #699).

RGB color model

#658381 color RGB value is (101,131,129).

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

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 129 of 255 = 51%

101
131
129

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

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 129 = 361 (100%)
R 101 of 361 ~ 27.98%
G 131 of 361 ~ 36.29%
B 129 of 361 ~ 35.73%

%27.98
%36.29
%35.73

CMYK color model

#658381 color CMYK value is (23,0,2,49).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 1.53%
  • key color value is 48.63%
CMYK:
(23,0,2,49)
C23M0Y2K49 
(23%,0%,2%,49%)
(0.23/0.00/0.02/0.49)	

CMYK percentages

%22.9
%0
%1.53
%48.63

Codes

Color #658381 in popluar color models

658381
RGB101131129
HSL176°12.93%45.49%
HSB/HSV176°22.90%51.37%
CMYK22.90%0.00%1.53%
48.63%

Color #658381 in popluar number systems.

HEX658381
Decimal101131129
Binary11001011000001110000001
Octal145203201

Shades and tints

Shades of #658381

#658381
(101,131,129)
#5C7876
(92,120,118)
#536D6B
(83,109,107)
#4A6260
(74,98,96)
#415755
(65,87,85)
#384C4A
(56,76,74)
#2F413F
(47,65,63)
#263634
(38,54,52)
#1D2B29
(29,43,41)
#14201E
(20,32,30)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #658381

#658381
(101,131,129)
#738E8C
(115,142,140)
#819997
(129,153,151)
#8FA4A2
(143,164,162)
#9DAFAD
(157,175,173)
#ABBAB8
(171,186,184)
#B9C5C3
(185,197,195)
#C7D0CE
(199,208,206)
#D5DBD9
(213,219,217)
#E3E6E4
(227,230,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658381; }

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

This text font color is #658381.


Background Color

.myBgColor { background-color: #658381; }

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

This div background color is #658381.


Border color

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

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

This div border color is #658381.


Opacity

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

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

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

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

This text has shadow with #658381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658381 on black background.


Color preview on white background

This text has color #658381 on white background.



Black color preview on #658381 background

This text has black color on #658381 background.


White color preview on #658381 background

This text has white color on #658381 background.