COLOR #60825E

HEX: #60825E RGB: (96,130,94)

Color info

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

RGB color model

#60825E color RGB value is (96,130,94).

RGB: (96,130,94) (38%, 51%, 37%)

RGB channels and saturation

R 96 of 255 = 38%
G 130 of 255 = 51%
B 94 of 255 = 37%

96
130
94

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

Portions of RGB colors in percentages

R + G + B = 96 + 130 + 94 = 320 (100%)
R 96 of 320 ~ 30%
G 130 of 320 ~ 40.63%
B 94 of 320 ~ 29.38'%

%30
%40.63
%29.38

CMYK color model

#60825E color CMYK value is (26,0,28,49).

  • cyan value is 26.15%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%

CMYK: (26,0,28,49)
C26M0Y28K49 (26%, 0%, 28%, 49%)
(0.26 / 0.00 / 0.28 / 0.49)

CMYK percentages

%26.15
%0
%27.69
%49.02

Codes

Color #60825E in popluar color models

60 82 5E
RGB 96 130 94
HSL 117° 16.07% 43.92%
HSB/HSV 117° 27.69% 50.98%
CMYK 26.15% 0.00% 27.69%
49.02%

Color #60825E in popluar number systems.

HEX 60 82 5E
Decimal 96 130 94
Binary 1100000 10000010 1011110
Octal 140 202 136

Shades and tints

Shades of #60825E

#60825E
(96,130,94)
#587756
(88,119,86)
#506C4E
(80,108,78)
#486146
(72,97,70)
#40563E
(64,86,62)
#384B36
(56,75,54)
#30402E
(48,64,46)
#283526
(40,53,38)
#202A1E
(32,42,30)
#181F16
(24,31,22)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #60825E

#60825E
(96,130,94)
#6E8D6C
(110,141,108)
#7C987A
(124,152,122)
#8AA388
(138,163,136)
#98AE96
(152,174,150)
#A6B9A4
(166,185,164)
#B4C4B2
(180,196,178)
#C2CFC0
(194,207,192)
#D0DACE
(208,218,206)
#DEE5DC
(222,229,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60825E color. Also use rgb(96,130,94) instead hex code.

Text Font Color

.myTextColor { color: #60825E; }

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

This text font color is #60825E.

Background Color

.myBgColor { background-color: #60825E; }

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

This div background color is #60825E.

Border color

.myBorderColor { border: 1px solid #60825E; }

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

This div border color is #60825E.

Opacity

.myOpacity80 { color: #60825E; opacity: 0.8; }

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

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

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

This text has shadow with #60825E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60825E.

Preview

Color preview on black background

This text has color #60825E on black background.


Color preview on white background

This text has color #60825E on white background.


Black color preview on #60825E background

This text has black color on #60825E background.


White color preview on #60825E background

This text has white color on #60825E background.


Related colors

Complementary color

Complementary color for #hex is #9F7DA1.


I love getcolorcode.com

Triadic colors

1 #5E6082 and #825E60 with #60825E are triadic colors.

2 #5E8260 and #82605E with #60825E are triadic colors.