COLOR #5F733D

HEX: #5F733D
RGB: (95,115,61)

Color info

#5F733D contains red, green and blue colors in about the same proportion. Web safe color of #5F733D is #666633 (or #663).

RGB color model

#5F733D color RGB value is (95,115,61).

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

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 61 of 255 = 24%

95
115
61

R + G + B ~ 35%. #5F733D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 115 + 61 = 271 (100%)
R 95 of 271 ~ 35.06%
G 115 of 271 ~ 42.44%
B 61 of 271 ~ 22.51%

%35.06
%42.44
%22.51

CMYK color model

#5F733D color CMYK value is (17,0,47,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 46.96%
  • key color value is 54.90%
CMYK:
(17,0,47,55)
C17M0Y47K55 
(17%,0%,47%,55%)
(0.17/0.00/0.47/0.55)	

CMYK percentages

%17.39
%0
%46.96
%54.9

Codes

Color #5F733D in popluar color models

5F733D
RGB9511561
HSL82°30.68%34.51%
HSB/HSV82°46.96%45.10%
CMYK17.39%0.00%46.96%
54.90%

Color #5F733D in popluar number systems.

HEX5F733D
Decimal9511561
Binary10111111110011111101
Octal13716375

Shades and tints

Shades of #5F733D

#5F733D
(95,115,61)
#576938
(87,105,56)
#4F5F33
(79,95,51)
#47552E
(71,85,46)
#3F4B29
(63,75,41)
#374124
(55,65,36)
#2F371F
(47,55,31)
#272D1A
(39,45,26)
#1F2315
(31,35,21)
#171910
(23,25,16)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #5F733D

#5F733D
(95,115,61)
#6D7F4E
(109,127,78)
#7B8B5F
(123,139,95)
#899770
(137,151,112)
#97A381
(151,163,129)
#A5AF92
(165,175,146)
#B3BBA3
(179,187,163)
#C1C7B4
(193,199,180)
#CFD3C5
(207,211,197)
#DDDFD6
(221,223,214)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F733D; }

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

This text font color is #5F733D.


Background Color

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

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

This div background color is #5F733D.


Border color

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

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

This div border color is #5F733D.


Opacity

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

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

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

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

This text has shadow with #5F733D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F733D on black background.


Color preview on white background

This text has color #5F733D on white background.



Black color preview on #5F733D background

This text has black color on #5F733D background.


White color preview on #5F733D background

This text has white color on #5F733D background.