COLOR #607530

HEX: #607530
RGB: (96,117,48)

Color info

#607530 contains mainly red and green colors. Web safe color of #607530 is #666633 (or #663).

RGB color model

#607530 color RGB value is (96,117,48).

  • red value is 96;
  • green value is 117;
  • blue value is 48.
RGB:
(96,117,48)
(38%,46%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 117 of 255 = 46%
B 48 of 255 = 19%

96
117
48

R + G + B ~ 34%. #607530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 117 + 48 = 261 (100%)
R 96 of 261 ~ 36.78%
G 117 of 261 ~ 44.83%
B 48 of 261 ~ 18.39%

%36.78
%44.83
%18.39

CMYK color model

#607530 color CMYK value is (18,0,59,54).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(18,0,59,54)
C18M0Y59K54 
(18%,0%,59%,54%)
(0.18/0.00/0.59/0.54)	

CMYK percentages

%17.95
%0
%58.97
%54.12

Codes

Color #607530 in popluar color models

607530
RGB9611748
HSL78°41.82%32.35%
HSB/HSV78°58.97%45.88%
CMYK17.95%0.00%58.97%
54.12%

Color #607530 in popluar number systems.

HEX607530
Decimal9611748
Binary11000001110101110000
Octal14016560

Shades and tints

Shades of #607530

#607530
(96,117,48)
#586B2C
(88,107,44)
#506128
(80,97,40)
#485724
(72,87,36)
#404D20
(64,77,32)
#38431C
(56,67,28)
#303918
(48,57,24)
#282F14
(40,47,20)
#202510
(32,37,16)
#181B0C
(24,27,12)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #607530

#607530
(96,117,48)
#6E8142
(110,129,66)
#7C8D54
(124,141,84)
#8A9966
(138,153,102)
#98A578
(152,165,120)
#A6B18A
(166,177,138)
#B4BD9C
(180,189,156)
#C2C9AE
(194,201,174)
#D0D5C0
(208,213,192)
#DEE1D2
(222,225,210)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607530 color. Also use rgb(96,117,48) instead hex code.

Text Font Color

.myTextColor { color: #607530; }

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

This text font color is #607530.


Background Color

.myBgColor { background-color: #607530; }

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

This div background color is #607530.


Border color

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

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

This div border color is #607530.


Opacity

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

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

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

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

This text has shadow with #607530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607530 on black background.


Color preview on white background

This text has color #607530 on white background.



Black color preview on #607530 background

This text has black color on #607530 background.


White color preview on #607530 background

This text has white color on #607530 background.