COLOR #658349

HEX: #658349
RGB: (101,131,73)

Color info

#658349 contains red, green and blue colors in about the same proportion. Web safe color of #658349 is #669933 (or #693).

RGB color model

#658349 color RGB value is (101,131,73).

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

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 73 of 255 = 29%

101
131
73

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

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 73 = 305 (100%)
R 101 of 305 ~ 33.11%
G 131 of 305 ~ 42.95%
B 73 of 305 ~ 23.93%

%33.11
%42.95
%23.93

CMYK color model

#658349 color CMYK value is (23,0,44,49).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 44.27%
  • key color value is 48.63%
CMYK: (23,0,44,49) C23M0Y44K49 (23%,0%,44%,49%) (0.23/0.00/0.44/0.49)

CMYK percentages

%22.9
%0
%44.27
%48.63

Codes

Color #658349 in popluar color models

658349
RGB10113173
HSL91°28.43%40.00%
HSB/HSV91°44.27%51.37%
CMYK22.90%0.00%44.27%
48.63%

Color #658349 in popluar number systems.

HEX658349
Decimal10113173
Binary1100101100000111001001
Octal145203111

Shades and tints

Shades of #658349

#658349
(101,131,73)
#5C7843
(92,120,67)
#536D3D
(83,109,61)
#4A6237
(74,98,55)
#415731
(65,87,49)
#384C2B
(56,76,43)
#2F4125
(47,65,37)
#26361F
(38,54,31)
#1D2B19
(29,43,25)
#142013
(20,32,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #658349

#658349
(101,131,73)
#738E59
(115,142,89)
#819969
(129,153,105)
#8FA479
(143,164,121)
#9DAF89
(157,175,137)
#ABBA99
(171,186,153)
#B9C5A9
(185,197,169)
#C7D0B9
(199,208,185)
#D5DBC9
(213,219,201)
#E3E6D9
(227,230,217)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658349; }

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

This text font color is #658349.


Background Color

.myBgColor { background-color: #658349; }

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

This div background color is #658349.


Border color

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

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

This div border color is #658349.


Opacity

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

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

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

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

This text has shadow with #658349 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #658349 on black background.


Color preview on white background

This text has color #658349 on white background.



Black color preview on #658349 background

This text has black color on #658349 background.


White color preview on #658349 background

This text has white color on #658349 background.