COLOR #4F6226

HEX: #4F6226
RGB: (79,98,38)

Color info

#4F6226 contains mainly red and green colors. Web safe color of #4F6226 is #666633 (or #663).

RGB color model

#4F6226 color RGB value is (79,98,38).

  • red value is 79;
  • green value is 98;
  • blue value is 38.
RGB:
(79,98,38)
(31%,38%,15%)

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 38 of 255 = 15%

79
98
38

R + G + B ~ 28%. #4F6226 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 38 = 215 (100%)
R 79 of 215 ~ 36.74%
G 98 of 215 ~ 45.58%
B 38 of 215 ~ 17.67%

%36.74
%45.58
%17.67

CMYK color model

#4F6226 color CMYK value is (19,0,61,62).

  • cyan value is 19.39%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 61.57%
CMYK:
(19,0,61,62)
C19M0Y61K62 
(19%,0%,61%,62%)
(0.19/0.00/0.61/0.62)	

CMYK percentages

%19.39
%0
%61.22
%61.57

Codes

Color #4F6226 in popluar color models

4F6226
RGB799838
HSL79°44.12%26.67%
HSB/HSV79°61.22%38.43%
CMYK19.39%0.00%61.22%
61.57%

Color #4F6226 in popluar number systems.

HEX4F6226
Decimal799838
Binary10011111100010100110
Octal11714246

Shades and tints

Shades of #4F6226

#4F6226
(79,98,38)
#485A23
(72,90,35)
#415220
(65,82,32)
#3A4A1D
(58,74,29)
#33421A
(51,66,26)
#2C3A17
(44,58,23)
#253214
(37,50,20)
#1E2A11
(30,42,17)
#17220E
(23,34,14)
#101A0B
(16,26,11)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #4F6226

#4F6226
(79,98,38)
#5F7039
(95,112,57)
#6F7E4C
(111,126,76)
#7F8C5F
(127,140,95)
#8F9A72
(143,154,114)
#9FA885
(159,168,133)
#AFB698
(175,182,152)
#BFC4AB
(191,196,171)
#CFD2BE
(207,210,190)
#DFE0D1
(223,224,209)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6226; }

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

This text font color is #4F6226.


Background Color

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

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

This div background color is #4F6226.


Border color

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

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

This div border color is #4F6226.


Opacity

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

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

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

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

This text has shadow with #4F6226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6226 on black background.


Color preview on white background

This text has color #4F6226 on white background.



Black color preview on #4F6226 background

This text has black color on #4F6226 background.


White color preview on #4F6226 background

This text has white color on #4F6226 background.