COLOR #61875F

HEX: #61875F
RGB: (97,135,95)

Color info

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

RGB color model

#61875F color RGB value is (97,135,95).

  • red value is 97;
  • green value is 135;
  • blue value is 95.
RGB:
(97,135,95)
(38%,53%,37%)

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 95 of 255 = 37%

97
135
95

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 95 = 327 (100%)
R 97 of 327 ~ 29.66%
G 135 of 327 ~ 41.28%
B 95 of 327 ~ 29.05%

%29.66
%41.28
%29.05

CMYK color model

#61875F color CMYK value is (28,0,30,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(28,0,30,47)
C28M0Y30K47 
(28%,0%,30%,47%)
(0.28/0.00/0.30/0.47)	

CMYK percentages

%28.15
%0
%29.63
%47.06

Codes

Color #61875F in popluar color models

61875F
RGB9713595
HSL117°17.39%45.10%
HSB/HSV117°29.63%52.94%
CMYK28.15%0.00%29.63%
47.06%

Color #61875F in popluar number systems.

HEX61875F
Decimal9713595
Binary1100001100001111011111
Octal141207137

Shades and tints

Shades of #61875F

#61875F
(97,135,95)
#597B57
(89,123,87)
#516F4F
(81,111,79)
#496347
(73,99,71)
#41573F
(65,87,63)
#394B37
(57,75,55)
#313F2F
(49,63,47)
#293327
(41,51,39)
#21271F
(33,39,31)
#191B17
(25,27,23)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #61875F

#61875F
(97,135,95)
#6F916D
(111,145,109)
#7D9B7B
(125,155,123)
#8BA589
(139,165,137)
#99AF97
(153,175,151)
#A7B9A5
(167,185,165)
#B5C3B3
(181,195,179)
#C3CDC1
(195,205,193)
#D1D7CF
(209,215,207)
#DFE1DD
(223,225,221)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61875F color. Also use rgb(97,135,95) instead hex code.

Text Font Color

.myTextColor { color: #61875F; }

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

This text font color is #61875F.


Background Color

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

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

This div background color is #61875F.


Border color

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

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

This div border color is #61875F.


Opacity

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

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

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

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

This text has shadow with #61875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61875F on black background.


Color preview on white background

This text has color #61875F on white background.



Black color preview on #61875F background

This text has black color on #61875F background.


White color preview on #61875F background

This text has white color on #61875F background.