COLOR #4F6235

HEX: #4F6235 RGB: (79,98,53)

Color info

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

RGB color model

#4F6235 color RGB value is (79,98,53).

RGB: (79,98,53) (31%, 38%, 21%)

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 53 of 255 = 21%

79
98
53

R + G + B ~ 30%. #4F6235 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 98 + 53 = 230 (100%)
R 79 of 230 ~ 34.35%
G 98 of 230 ~ 42.61%
B 53 of 230 ~ 23.04'%

%34.35
%42.61
%23.04

CMYK color model

#4F6235 color CMYK value is (19,0,46,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 61.57%

CMYK: (19,0,46,62)
C19M0Y46K62 (19%, 0%, 46%, 62%)
(0.19 / 0.00 / 0.46 / 0.62)

CMYK percentages

%19.39
%0
%45.92
%61.57

Codes

Color #4F6235 in popluar color models

4F 62 35
RGB 79 98 53
HSL 85° 29.80% 29.61%
HSB/HSV 85° 45.92% 38.43%
CMYK 19.39% 0.00% 45.92%
61.57%

Color #4F6235 in popluar number systems.

HEX 4F 62 35
Decimal 79 98 53
Binary 1001111 1100010 110101
Octal 117 142 65

Shades and tints

Shades of #4F6235

#4F6235
(79,98,53)
#485A31
(72,90,49)
#41522D
(65,82,45)
#3A4A29
(58,74,41)
#334225
(51,66,37)
#2C3A21
(44,58,33)
#25321D
(37,50,29)
#1E2A19
(30,42,25)
#172215
(23,34,21)
#101A11
(16,26,17)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #4F6235

#4F6235
(79,98,53)
#5F7047
(95,112,71)
#6F7E59
(111,126,89)
#7F8C6B
(127,140,107)
#8F9A7D
(143,154,125)
#9FA88F
(159,168,143)
#AFB6A1
(175,182,161)
#BFC4B3
(191,196,179)
#CFD2C5
(207,210,197)
#DFE0D7
(223,224,215)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6235 color. Also use rgb(79,98,53) instead hex code.

Text Font Color

.myTextColor { color: #4F6235; }

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

This text font color is #4F6235.

Background Color

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

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

This div background color is #4F6235.

Border color

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

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

This div border color is #4F6235.

Opacity

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

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

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

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

This text has shadow with #4F6235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F6235.

Preview

Color preview on black background

This text has color #4F6235 on black background.


Color preview on white background

This text has color #4F6235 on white background.


Black color preview on #4F6235 background

This text has black color on #4F6235 background.


White color preview on #4F6235 background

This text has white color on #4F6235 background.


Related colors

Complementary color

Complementary color for #hex is #B09DCA.


I love getcolorcode.com

Triadic colors

1 #354F62 and #62354F with #4F6235 are triadic colors.

2 #35624F and #624F35 with #4F6235 are triadic colors.