COLOR #5F743C

HEX: #5F743C RGB: (95,116,60)

Color info

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

RGB color model

#5F743C color RGB value is (95,116,60).

RGB: (95,116,60) (37%, 45%, 24%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 60 of 255 = 24%

95
116
60

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

Portions of RGB colors in percentages

R + G + B = 95 + 116 + 60 = 271 (100%)
R 95 of 271 ~ 35.06%
G 116 of 271 ~ 42.8%
B 60 of 271 ~ 22.14'%

%35.06
%42.8
%22.14

CMYK color model

#5F743C color CMYK value is (18,0,48,55).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 54.51%
CMYK: (18,0,48,55) C18M0Y48K55 (18%,0%,48%,55%) (0.18/0.00/0.48/0.55) 

CMYK percentages

%18.1
%0
%48.28
%54.51

Codes

Color #5F743C in popluar color models

5F 74 3C
RGB 95 116 60
HSL 83° 31.82% 34.51%
HSB/HSV 83° 48.28% 45.49%
CMYK 18.10% 0.00% 48.28%
54.51%

Color #5F743C in popluar number systems.

HEX 5F 74 3C
Decimal 95 116 60
Binary 1011111 1110100 111100
Octal 137 164 74

Shades and tints

Shades of #5F743C

#5F743C
(95,116,60)
#576A37
(87,106,55)
#4F6032
(79,96,50)
#47562D
(71,86,45)
#3F4C28
(63,76,40)
#374223
(55,66,35)
#2F381E
(47,56,30)
#272E19
(39,46,25)
#1F2414
(31,36,20)
#171A0F
(23,26,15)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #5F743C

#5F743C
(95,116,60)
#6D804D
(109,128,77)
#7B8C5E
(123,140,94)
#89986F
(137,152,111)
#97A480
(151,164,128)
#A5B091
(165,176,145)
#B3BCA2
(179,188,162)
#C1C8B3
(193,200,179)
#CFD4C4
(207,212,196)
#DDE0D5
(221,224,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F743C color. Also use rgb(95,116,60) instead hex code.

Text Font Color

.myTextColor { color: #5F743C; }

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

This text font color is #5F743C.

Background Color

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

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

This div background color is #5F743C.

Border color

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

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

This div border color is #5F743C.

Opacity

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

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

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

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

This text has shadow with #5F743C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F743C.

Preview

Color preview on black background

This text has color #5F743C on black background.


Color preview on white background

This text has color #5F743C on white background.


Black color preview on #5F743C background

This text has black color on #5F743C background.


White color preview on #5F743C background

This text has white color on #5F743C background.


Related colors

Complementary color

Complementary color for #hex is #A08BC3.


I love getcolorcode.com

Triadic colors

1 #3C5F74 and #743C5F with #5F743C are triadic colors.

2 #3C745F and #745F3C with #5F743C are triadic colors.