COLOR #4B6226

HEX: #4B6226
RGB: (75,98,38)

Color info

#4B6226 contains mainly red and green colors. Web safe color of #4B6226 is #336633 (or #363).

RGB color model

#4B6226 color RGB value is (75,98,38).

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

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 38 of 255 = 15%

75
98
38

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

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 38 = 211 (100%)
R 75 of 211 ~ 35.55%
G 98 of 211 ~ 46.45%
B 38 of 211 ~ 18.01%

%35.55
%46.45
%18.01

CMYK color model

#4B6226 color CMYK value is (23,0,61,62).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 61.57%
CMYK:
(23,0,61,62)
C23M0Y61K62 
(23%,0%,61%,62%)
(0.23/0.00/0.61/0.62)	

CMYK percentages

%23.47
%0
%61.22
%61.57

Codes

Color #4B6226 in popluar color models

4B6226
RGB759838
HSL83°44.12%26.67%
HSB/HSV83°61.22%38.43%
CMYK23.47%0.00%61.22%
61.57%

Color #4B6226 in popluar number systems.

HEX4B6226
Decimal759838
Binary10010111100010100110
Octal11314246

Shades and tints

Shades of #4B6226

#4B6226
(75,98,38)
#455A23
(69,90,35)
#3F5220
(63,82,32)
#394A1D
(57,74,29)
#33421A
(51,66,26)
#2D3A17
(45,58,23)
#273214
(39,50,20)
#212A11
(33,42,17)
#1B220E
(27,34,14)
#151A0B
(21,26,11)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #4B6226

#4B6226
(75,98,38)
#5B7039
(91,112,57)
#6B7E4C
(107,126,76)
#7B8C5F
(123,140,95)
#8B9A72
(139,154,114)
#9BA885
(155,168,133)
#ABB698
(171,182,152)
#BBC4AB
(187,196,171)
#CBD2BE
(203,210,190)
#DBE0D1
(219,224,209)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6226; }

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

This text font color is #4B6226.


Background Color

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

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

This div background color is #4B6226.


Border color

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

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

This div border color is #4B6226.


Opacity

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

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

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

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

This text has shadow with #4B6226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6226 on black background.


Color preview on white background

This text has color #4B6226 on white background.



Black color preview on #4B6226 background

This text has black color on #4B6226 background.


White color preview on #4B6226 background

This text has white color on #4B6226 background.