COLOR #5F863D

HEX: #5F863D
RGB: (95,134,61)

Color info

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

RGB color model

#5F863D color RGB value is (95,134,61).

  • red value is 95;
  • green value is 134;
  • blue value is 61.
RGB:
(95,134,61)
(37%,53%,24%)

RGB channels and saturation

R 95 of 255 = 37%
G 134 of 255 = 53%
B 61 of 255 = 24%

95
134
61

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

Portions of RGB colors in percentages

R + G + B =
95 + 134 + 61 = 290 (100%)
R 95 of 290 ~ 32.76%
G 134 of 290 ~ 46.21%
B 61 of 290 ~ 21.03%

%32.76
%46.21
%21.03

CMYK color model

#5F863D color CMYK value is (29,0,54,47).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 54.48%
  • key color value is 47.45%
CMYK:
(29,0,54,47)
C29M0Y54K47 
(29%,0%,54%,47%)
(0.29/0.00/0.54/0.47)	

CMYK percentages

%29.1
%0
%54.48
%47.45

Codes

Color #5F863D in popluar color models

5F863D
RGB9513461
HSL92°37.44%38.24%
HSB/HSV92°54.48%52.55%
CMYK29.10%0.00%54.48%
47.45%

Color #5F863D in popluar number systems.

HEX5F863D
Decimal9513461
Binary101111110000110111101
Octal13720675

Shades and tints

Shades of #5F863D

#5F863D
(95,134,61)
#577A38
(87,122,56)
#4F6E33
(79,110,51)
#47622E
(71,98,46)
#3F5629
(63,86,41)
#374A24
(55,74,36)
#2F3E1F
(47,62,31)
#27321A
(39,50,26)
#1F2615
(31,38,21)
#171A10
(23,26,16)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #5F863D

#5F863D
(95,134,61)
#6D914E
(109,145,78)
#7B9C5F
(123,156,95)
#89A770
(137,167,112)
#97B281
(151,178,129)
#A5BD92
(165,189,146)
#B3C8A3
(179,200,163)
#C1D3B4
(193,211,180)
#CFDEC5
(207,222,197)
#DDE9D6
(221,233,214)
#EBF4E7
(235,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F863D color. Also use rgb(95,134,61) instead hex code.

Text Font Color

.myTextColor { color: #5F863D; }

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

This text font color is #5F863D.


Background Color

.myBgColor { background-color: #5F863D; }

<div style="background-color:#5F863D">Inner text</div>

This div background color is #5F863D.


Border color

.myBorderColor { border: 1px solid #5F863D; }

<div style="border:3px solid #5F863D">Div</div>

This div border color is #5F863D.


Opacity

.myOpacity80 { color: #5F863D; opacity: 0.8; }

<p style="color:#5F863D;opacity:0.8;">80%</p>

Text with #5F863D 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 #5F863D;}

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

This text has shadow with #5F863D color.

.textShadow {text-shadow: 3px 3px 1px #5F863D, 3px 3px 1px red;}

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

This text has shadow with #5F863D primary color and red secondary color.


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

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

This text has shadow with #5F863D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F863D on black background.


Color preview on white background

This text has color #5F863D on white background.



Black color preview on #5F863D background

This text has black color on #5F863D background.


White color preview on #5F863D background

This text has white color on #5F863D background.