COLOR #617334

HEX: #617334
RGB: (97,115,52)

Color info

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

RGB color model

#617334 color RGB value is (97,115,52).

  • red value is 97;
  • green value is 115;
  • blue value is 52.
RGB:
(97,115,52)
(38%,45%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 52 of 255 = 20%

97
115
52

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

Portions of RGB colors in percentages

R + G + B =
97 + 115 + 52 = 264 (100%)
R 97 of 264 ~ 36.74%
G 115 of 264 ~ 43.56%
B 52 of 264 ~ 19.7%

%36.74
%43.56
%19.7

CMYK color model

#617334 color CMYK value is (16,0,55,55).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 54.78%
  • key color value is 54.90%
CMYK:
(16,0,55,55)
C16M0Y55K55 
(16%,0%,55%,55%)
(0.16/0.00/0.55/0.55)	

CMYK percentages

%15.65
%0
%54.78
%54.9

Codes

Color #617334 in popluar color models

617334
RGB9711552
HSL77°37.72%32.75%
HSB/HSV77°54.78%45.10%
CMYK15.65%0.00%54.78%
54.90%

Color #617334 in popluar number systems.

HEX617334
Decimal9711552
Binary11000011110011110100
Octal14116364

Shades and tints

Shades of #617334

#617334
(97,115,52)
#596930
(89,105,48)
#515F2C
(81,95,44)
#495528
(73,85,40)
#414B24
(65,75,36)
#394120
(57,65,32)
#31371C
(49,55,28)
#292D18
(41,45,24)
#212314
(33,35,20)
#191910
(25,25,16)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #617334

#617334
(97,115,52)
#6F7F46
(111,127,70)
#7D8B58
(125,139,88)
#8B976A
(139,151,106)
#99A37C
(153,163,124)
#A7AF8E
(167,175,142)
#B5BBA0
(181,187,160)
#C3C7B2
(195,199,178)
#D1D3C4
(209,211,196)
#DFDFD6
(223,223,214)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #617334 color. Also use rgb(97,115,52) instead hex code.

Text Font Color

.myTextColor { color: #617334; }

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

This text font color is #617334.


Background Color

.myBgColor { background-color: #617334; }

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

This div background color is #617334.


Border color

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

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

This div border color is #617334.


Opacity

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

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

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

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

This text has shadow with #617334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #617334 on black background.


Color preview on white background

This text has color #617334 on white background.



Black color preview on #617334 background

This text has black color on #617334 background.


White color preview on #617334 background

This text has white color on #617334 background.