COLOR #5F703D

HEX: #5F703D RGB: (95,112,61)

Color info

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

RGB color model

#5F703D color RGB value is (95,112,61).

RGB: (95,112,61) (37%, 44%, 24%)

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 61 of 255 = 24%

95
112
61

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

Portions of RGB colors in percentages

R + G + B = 95 + 112 + 61 = 268 (100%)
R 95 of 268 ~ 35.45%
G 112 of 268 ~ 41.79%
B 61 of 268 ~ 22.76'%

%35.45
%41.79
%22.76

CMYK color model

#5F703D color CMYK value is (15,0,46,56).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 56.08%

CMYK: (15,0,46,56)
C15M0Y46K56 (15%, 0%, 46%, 56%)
(0.15 / 0.00 / 0.46 / 0.56)

CMYK percentages

%15.18
%0
%45.54
%56.08

Codes

Color #5F703D in popluar color models

5F 70 3D
RGB 95 112 61
HSL 80° 29.48% 33.92%
HSB/HSV 80° 45.54% 43.92%
CMYK 15.18% 0.00% 45.54%
56.08%

Color #5F703D in popluar number systems.

HEX 5F 70 3D
Decimal 95 112 61
Binary 1011111 1110000 111101
Octal 137 160 75

Shades and tints

Shades of #5F703D

#5F703D
(95,112,61)
#576638
(87,102,56)
#4F5C33
(79,92,51)
#47522E
(71,82,46)
#3F4829
(63,72,41)
#373E24
(55,62,36)
#2F341F
(47,52,31)
#272A1A
(39,42,26)
#1F2015
(31,32,21)
#171610
(23,22,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #5F703D

#5F703D
(95,112,61)
#6D7D4E
(109,125,78)
#7B8A5F
(123,138,95)
#899770
(137,151,112)
#97A481
(151,164,129)
#A5B192
(165,177,146)
#B3BEA3
(179,190,163)
#C1CBB4
(193,203,180)
#CFD8C5
(207,216,197)
#DDE5D6
(221,229,214)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F703D; }

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

This text font color is #5F703D.

Background Color

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

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

This div background color is #5F703D.

Border color

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

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

This div border color is #5F703D.

Opacity

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

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

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

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

This text has shadow with #5F703D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F703D.

Preview

Color preview on black background

This text has color #5F703D on black background.


Color preview on white background

This text has color #5F703D on white background.


Black color preview on #5F703D background

This text has black color on #5F703D background.


White color preview on #5F703D background

This text has white color on #5F703D background.


Related colors

Complementary color

Complementary color for #hex is #A08FC2.


I love getcolorcode.com

Triadic colors

1 #3D5F70 and #703D5F with #5F703D are triadic colors.

2 #3D705F and #705F3D with #5F703D are triadic colors.