COLOR #61884C

HEX: #61884C
RGB: (97,136,76)

Color info

#61884C contains mainly red and green colors. Web safe color of #61884C is #669933 (or #693).

RGB color model

#61884C color RGB value is (97,136,76).

  • red value is 97;
  • green value is 136;
  • blue value is 76.
RGB:
(97,136,76)
(38%,53%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 136 of 255 = 53%
B 76 of 255 = 30%

97
136
76

R + G + B ~ 40%. #61884C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 136 + 76 = 309 (100%)
R 97 of 309 ~ 31.39%
G 136 of 309 ~ 44.01%
B 76 of 309 ~ 24.6%

%31.39
%44.01
%24.6

CMYK color model

#61884C color CMYK value is (29,0,44,47).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 46.67%
CMYK:
(29,0,44,47)
C29M0Y44K47 
(29%,0%,44%,47%)
(0.29/0.00/0.44/0.47)	

CMYK percentages

%28.68
%0
%44.12
%46.67

Codes

Color #61884C in popluar color models

61884C
RGB9713676
HSL99°28.30%41.57%
HSB/HSV99°44.12%53.33%
CMYK28.68%0.00%44.12%
46.67%

Color #61884C in popluar number systems.

HEX61884C
Decimal9713676
Binary1100001100010001001100
Octal141210114

Shades and tints

Shades of #61884C

#61884C
(97,136,76)
#597C46
(89,124,70)
#517040
(81,112,64)
#49643A
(73,100,58)
#415834
(65,88,52)
#394C2E
(57,76,46)
#314028
(49,64,40)
#293422
(41,52,34)
#21281C
(33,40,28)
#191C16
(25,28,22)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #61884C

#61884C
(97,136,76)
#6F925C
(111,146,92)
#7D9C6C
(125,156,108)
#8BA67C
(139,166,124)
#99B08C
(153,176,140)
#A7BA9C
(167,186,156)
#B5C4AC
(181,196,172)
#C3CEBC
(195,206,188)
#D1D8CC
(209,216,204)
#DFE2DC
(223,226,220)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61884C color. Also use rgb(97,136,76) instead hex code.

Text Font Color

.myTextColor { color: #61884C; }

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

This text font color is #61884C.


Background Color

.myBgColor { background-color: #61884C; }

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

This div background color is #61884C.


Border color

.myBorderColor { border: 1px solid #61884C; }

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

This div border color is #61884C.


Opacity

.myOpacity80 { color: #61884C; opacity: 0.8; }

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

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

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

This text has shadow with #61884C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61884C on black background.


Color preview on white background

This text has color #61884C on white background.



Black color preview on #61884C background

This text has black color on #61884C background.


White color preview on #61884C background

This text has white color on #61884C background.