COLOR #61824A

HEX: #61824A
RGB: (97,130,74)

Color info

#61824A contains red, green and blue colors in about the same proportion. Web safe color of #61824A is #669933 (or #693).

RGB color model

#61824A color RGB value is (97,130,74).

  • red value is 97;
  • green value is 130;
  • blue value is 74.
RGB:
(97,130,74)
(38%,51%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 74 of 255 = 29%

97
130
74

R + G + B ~ 39%. #61824A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 130 + 74 = 301 (100%)
R 97 of 301 ~ 32.23%
G 130 of 301 ~ 43.19%
B 74 of 301 ~ 24.58%

%32.23
%43.19
%24.58

CMYK color model

#61824A color CMYK value is (25,0,43,49).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 49.02%
CMYK:
(25,0,43,49)
C25M0Y43K49 
(25%,0%,43%,49%)
(0.25/0.00/0.43/0.49)	

CMYK percentages

%25.38
%0
%43.08
%49.02

Codes

Color #61824A in popluar color models

61824A
RGB9713074
HSL95°27.45%40.00%
HSB/HSV95°43.08%50.98%
CMYK25.38%0.00%43.08%
49.02%

Color #61824A in popluar number systems.

HEX61824A
Decimal9713074
Binary1100001100000101001010
Octal141202112

Shades and tints

Shades of #61824A

#61824A
(97,130,74)
#597744
(89,119,68)
#516C3E
(81,108,62)
#496138
(73,97,56)
#415632
(65,86,50)
#394B2C
(57,75,44)
#314026
(49,64,38)
#293520
(41,53,32)
#212A1A
(33,42,26)
#191F14
(25,31,20)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #61824A

#61824A
(97,130,74)
#6F8D5A
(111,141,90)
#7D986A
(125,152,106)
#8BA37A
(139,163,122)
#99AE8A
(153,174,138)
#A7B99A
(167,185,154)
#B5C4AA
(181,196,170)
#C3CFBA
(195,207,186)
#D1DACA
(209,218,202)
#DFE5DA
(223,229,218)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61824A color. Also use rgb(97,130,74) instead hex code.

Text Font Color

.myTextColor { color: #61824A; }

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

This text font color is #61824A.


Background Color

.myBgColor { background-color: #61824A; }

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

This div background color is #61824A.


Border color

.myBorderColor { border: 1px solid #61824A; }

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

This div border color is #61824A.


Opacity

.myOpacity80 { color: #61824A; opacity: 0.8; }

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

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

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

This text has shadow with #61824A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61824A on black background.


Color preview on white background

This text has color #61824A on white background.



Black color preview on #61824A background

This text has black color on #61824A background.


White color preview on #61824A background

This text has white color on #61824A background.