COLOR #4F5725

HEX: #4F5725 RGB: (79,87,37)

Color info

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

RGB color model

#4F5725 color RGB value is (79,87,37).

RGB: (79,87,37) (31%, 34%, 15%)

RGB channels and saturation

R 79 of 255 = 31%
G 87 of 255 = 34%
B 37 of 255 = 15%

79
87
37

R + G + B ~ 27%. #4F5725 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 87 + 37 = 203 (100%)
R 79 of 203 ~ 38.92%
G 87 of 203 ~ 42.86%
B 37 of 203 ~ 18.23'%

%38.92
%42.86
%18.23

CMYK color model

#4F5725 color CMYK value is (9,0,57,66).

  • cyan value is 9.20%
  • magenta value is 0.00%
  • yellow value is 57.47%
  • key color value is 65.88%

CMYK: (9,0,57,66)
C9M0Y57K66 (9%, 0%, 57%, 66%)
(0.09 / 0.00 / 0.57 / 0.66)

CMYK percentages

%9.2
%0
%57.47
%65.88

Codes

Color #4F5725 in popluar color models

4F 57 25
RGB 79 87 37
HSL 70° 40.32% 24.31%
HSB/HSV 70° 57.47% 34.12%
CMYK 9.20% 0.00% 57.47%
65.88%

Color #4F5725 in popluar number systems.

HEX 4F 57 25
Decimal 79 87 37
Binary 1001111 1010111 100101
Octal 117 127 45

Shades and tints

Shades of #4F5725

#4F5725
(79,87,37)
#485022
(72,80,34)
#41491F
(65,73,31)
#3A421C
(58,66,28)
#333B19
(51,59,25)
#2C3416
(44,52,22)
#252D13
(37,45,19)
#1E2610
(30,38,16)
#171F0D
(23,31,13)
#10180A
(16,24,10)
#091107
(9,17,7)
#000000
(0,0,0)

Tints of #4F5725

#4F5725
(79,87,37)
#5F6638
(95,102,56)
#6F754B
(111,117,75)
#7F845E
(127,132,94)
#8F9371
(143,147,113)
#9FA284
(159,162,132)
#AFB197
(175,177,151)
#BFC0AA
(191,192,170)
#CFCFBD
(207,207,189)
#DFDED0
(223,222,208)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F5725 color. Also use rgb(79,87,37) instead hex code.

Text Font Color

.myTextColor { color: #4F5725; }

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

This text font color is #4F5725.

Background Color

.myBgColor { background-color: #4F5725; }

<div style="background-color:#4F5725">Inner text</div>

This div background color is #4F5725.

Border color

.myBorderColor { border: 1px solid #4F5725; }

<div style="border:3px solid #4F5725">Div</div>

This div border color is #4F5725.

Opacity

.myOpacity80 { color: #4F5725; opacity: 0.8; }

<p style="color:#4F5725;opacity:0.8;">80%</p>

Text with #4F5725 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 #4F5725;}

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

This text has shadow with #4F5725 color.


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

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

This text has shadow with #4F5725 primary color and red secondary color.


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

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

This text has shadow with #4F5725 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4F5725.

Preview

Color preview on black background

This text has color #4F5725 on black background.


Color preview on white background

This text has color #4F5725 on white background.


Black color preview on #4F5725 background

This text has black color on #4F5725 background.


White color preview on #4F5725 background

This text has white color on #4F5725 background.


Related colors

Complementary color

Complementary color for #hex is #B0A8DA.


I love getcolorcode.com

Triadic colors

1 #254F57 and #57254F with #4F5725 are triadic colors.

2 #25574F and #574F25 with #4F5725 are triadic colors.