COLOR #61875E

HEX: #61875E RGB: (97,135,94)

Color info

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

RGB color model

#61875E color RGB value is (97,135,94).

RGB: (97,135,94) (38%, 53%, 37%)

RGB channels and saturation

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

97
135
94

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

Portions of RGB colors in percentages

R + G + B = 97 + 135 + 94 = 326 (100%)
R 97 of 326 ~ 29.75%
G 135 of 326 ~ 41.41%
B 94 of 326 ~ 28.83'%

%29.75
%41.41
%28.83

CMYK color model

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

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • 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
%30.37
%47.06

Codes

Color #61875E in popluar color models

61 87 5E
RGB 97 135 94
HSL 116° 17.90% 44.90%
HSB/HSV 116° 30.37% 52.94%
CMYK 28.15% 0.00% 30.37%
47.06%

Color #61875E in popluar number systems.

HEX 61 87 5E
Decimal 97 135 94
Binary 1100001 10000111 1011110
Octal 141 207 136

Shades and tints

Shades of #61875E

#61875E
(97,135,94)
#597B56
(89,123,86)
#516F4E
(81,111,78)
#496346
(73,99,70)
#41573E
(65,87,62)
#394B36
(57,75,54)
#313F2E
(49,63,46)
#293326
(41,51,38)
#21271E
(33,39,30)
#191B16
(25,27,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #61875E

#61875E
(97,135,94)
#6F916C
(111,145,108)
#7D9B7A
(125,155,122)
#8BA588
(139,165,136)
#99AF96
(153,175,150)
#A7B9A4
(167,185,164)
#B5C3B2
(181,195,178)
#C3CDC0
(195,205,192)
#D1D7CE
(209,215,206)
#DFE1DC
(223,225,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61875E; }

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

This text font color is #61875E.

Background Color

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

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

This div background color is #61875E.

Border color

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

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

This div border color is #61875E.

Opacity

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

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

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

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

This text has shadow with #61875E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61875E.

Preview

Color preview on black background

This text has color #61875E on black background.


Color preview on white background

This text has color #61875E on white background.


Black color preview on #61875E background

This text has black color on #61875E background.


White color preview on #61875E background

This text has white color on #61875E background.


Related colors

Complementary color

Complementary color for #hex is #9E78A1.


I love getcolorcode.com

Triadic colors

1 #5E6187 and #875E61 with #61875E are triadic colors.

2 #5E8761 and #87615E with #61875E are triadic colors.