COLOR #60835F

HEX: #60835F RGB: (96,131,95)

Color info

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

RGB color model

#60835F color RGB value is (96,131,95).

RGB: (96,131,95) (38%, 51%, 37%)

RGB channels and saturation

R 96 of 255 = 38%
G 131 of 255 = 51%
B 95 of 255 = 37%

96
131
95

R + G + B ~ 42%. #60835F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 131 + 95 = 322 (100%)
R 96 of 322 ~ 29.81%
G 131 of 322 ~ 40.68%
B 95 of 322 ~ 29.5'%

%29.81
%40.68
%29.5

CMYK color model

#60835F color CMYK value is (27,0,27,49).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 27.48%
  • key color value is 48.63%

CMYK: (27,0,27,49)
C27M0Y27K49 (27%, 0%, 27%, 49%)
(0.27 / 0.00 / 0.27 / 0.49)

CMYK percentages

%26.72
%0
%27.48
%48.63

Codes

Color #60835F in popluar color models

60 83 5F
RGB 96 131 95
HSL 118° 15.93% 44.31%
HSB/HSV 118° 27.48% 51.37%
CMYK 26.72% 0.00% 27.48%
48.63%

Color #60835F in popluar number systems.

HEX 60 83 5F
Decimal 96 131 95
Binary 1100000 10000011 1011111
Octal 140 203 137

Shades and tints

Shades of #60835F

#60835F
(96,131,95)
#587857
(88,120,87)
#506D4F
(80,109,79)
#486247
(72,98,71)
#40573F
(64,87,63)
#384C37
(56,76,55)
#30412F
(48,65,47)
#283627
(40,54,39)
#202B1F
(32,43,31)
#182017
(24,32,23)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #60835F

#60835F
(96,131,95)
#6E8E6D
(110,142,109)
#7C997B
(124,153,123)
#8AA489
(138,164,137)
#98AF97
(152,175,151)
#A6BAA5
(166,186,165)
#B4C5B3
(180,197,179)
#C2D0C1
(194,208,193)
#D0DBCF
(208,219,207)
#DEE6DD
(222,230,221)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60835F color. Also use rgb(96,131,95) instead hex code.

Text Font Color

.myTextColor { color: #60835F; }

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

This text font color is #60835F.

Background Color

.myBgColor { background-color: #60835F; }

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

This div background color is #60835F.

Border color

.myBorderColor { border: 1px solid #60835F; }

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

This div border color is #60835F.

Opacity

.myOpacity80 { color: #60835F; opacity: 0.8; }

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

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

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

This text has shadow with #60835F color.


.textShadow {text-shadow: 3px 3px 1px #60835F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #60835F; -webkit-box-shadow: 1px 1px 3px 2px #60835F; box-shadow:1px 1px 3px 2px #60835F;">
Div content here
</div>

This div box has shadow with color #60835F.

Preview

Color preview on black background

This text has color #60835F on black background.


Color preview on white background

This text has color #60835F on white background.


Black color preview on #60835F background

This text has black color on #60835F background.


White color preview on #60835F background

This text has white color on #60835F background.


Related colors

Complementary color

Complementary color for #hex is #9F7CA0.


I love getcolorcode.com

Triadic colors

1 #5F6083 and #835F60 with #60835F are triadic colors.

2 #5F8360 and #83605F with #60835F are triadic colors.