COLOR #607352

HEX: #607352
RGB: (96,115,82)

Color info

#607352 contains red, green and blue colors in about the same proportion. Web safe color of #607352 is #666666 (or #666).

RGB color model

#607352 color RGB value is (96,115,82).

  • red value is 96;
  • green value is 115;
  • blue value is 82.
RGB:
(96,115,82)
(38%,45%,32%)

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 82 of 255 = 32%

96
115
82

R + G + B ~ 38%. #607352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 82 = 293 (100%)
R 96 of 293 ~ 32.76%
G 115 of 293 ~ 39.25%
B 82 of 293 ~ 27.99%

%32.76
%39.25
%27.99

CMYK color model

#607352 color CMYK value is (17,0,29,55).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(17,0,29,55)
C17M0Y29K55 
(17%,0%,29%,55%)
(0.17/0.00/0.29/0.55)	

CMYK percentages

%16.52
%0
%28.7
%54.9

Codes

Color #607352 in popluar color models

607352
RGB9611582
HSL95°16.75%38.63%
HSB/HSV95°28.70%45.10%
CMYK16.52%0.00%28.70%
54.90%

Color #607352 in popluar number systems.

HEX607352
Decimal9611582
Binary110000011100111010010
Octal140163122

Shades and tints

Shades of #607352

#607352
(96,115,82)
#58694B
(88,105,75)
#505F44
(80,95,68)
#48553D
(72,85,61)
#404B36
(64,75,54)
#38412F
(56,65,47)
#303728
(48,55,40)
#282D21
(40,45,33)
#20231A
(32,35,26)
#181913
(24,25,19)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #607352

#607352
(96,115,82)
#6E7F61
(110,127,97)
#7C8B70
(124,139,112)
#8A977F
(138,151,127)
#98A38E
(152,163,142)
#A6AF9D
(166,175,157)
#B4BBAC
(180,187,172)
#C2C7BB
(194,199,187)
#D0D3CA
(208,211,202)
#DEDFD9
(222,223,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607352 color. Also use rgb(96,115,82) instead hex code.

Text Font Color

.myTextColor { color: #607352; }

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

This text font color is #607352.


Background Color

.myBgColor { background-color: #607352; }

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

This div background color is #607352.


Border color

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

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

This div border color is #607352.


Opacity

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

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

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

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

This text has shadow with #607352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607352 on black background.


Color preview on white background

This text has color #607352 on white background.



Black color preview on #607352 background

This text has black color on #607352 background.


White color preview on #607352 background

This text has white color on #607352 background.