COLOR #61883B

HEX: #61883B
RGB: (97,136,59)

Color info

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

RGB color model

#61883B color RGB value is (97,136,59).

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

RGB channels and saturation

R 97 of 255 = 38%
G 136 of 255 = 53%
B 59 of 255 = 23%

97
136
59

R + G + B ~ 38%. #61883B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 136 + 59 = 292 (100%)
R 97 of 292 ~ 33.22%
G 136 of 292 ~ 46.58%
B 59 of 292 ~ 20.21%

%33.22
%46.58
%20.21

CMYK color model

#61883B color CMYK value is (29,0,57,47).

  • cyan value is 28.68%
  • magenta value is 0.00%
  • yellow value is 56.62%
  • key color value is 46.67%
CMYK:
(29,0,57,47)
C29M0Y57K47 
(29%,0%,57%,47%)
(0.29/0.00/0.57/0.47)	

CMYK percentages

%28.68
%0
%56.62
%46.67

Codes

Color #61883B in popluar color models

61883B
RGB9713659
HSL90°39.49%38.24%
HSB/HSV90°56.62%53.33%
CMYK28.68%0.00%56.62%
46.67%

Color #61883B in popluar number systems.

HEX61883B
Decimal9713659
Binary110000110001000111011
Octal14121073

Shades and tints

Shades of #61883B

#61883B
(97,136,59)
#597C36
(89,124,54)
#517031
(81,112,49)
#49642C
(73,100,44)
#415827
(65,88,39)
#394C22
(57,76,34)
#31401D
(49,64,29)
#293418
(41,52,24)
#212813
(33,40,19)
#191C0E
(25,28,14)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #61883B

#61883B
(97,136,59)
#6F924C
(111,146,76)
#7D9C5D
(125,156,93)
#8BA66E
(139,166,110)
#99B07F
(153,176,127)
#A7BA90
(167,186,144)
#B5C4A1
(181,196,161)
#C3CEB2
(195,206,178)
#D1D8C3
(209,216,195)
#DFE2D4
(223,226,212)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61883B color. Also use rgb(97,136,59) instead hex code.

Text Font Color

.myTextColor { color: #61883B; }

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

This text font color is #61883B.


Background Color

.myBgColor { background-color: #61883B; }

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

This div background color is #61883B.


Border color

.myBorderColor { border: 1px solid #61883B; }

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

This div border color is #61883B.


Opacity

.myOpacity80 { color: #61883B; opacity: 0.8; }

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

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

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

This text has shadow with #61883B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61883B on black background.


Color preview on white background

This text has color #61883B on white background.



Black color preview on #61883B background

This text has black color on #61883B background.


White color preview on #61883B background

This text has white color on #61883B background.