COLOR #4B6E22

HEX: #4B6E22
RGB: (75,110,34)

Color info

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

RGB color model

#4B6E22 color RGB value is (75,110,34).

  • red value is 75;
  • green value is 110;
  • blue value is 34.
RGB:
(75,110,34)
(29%,43%,13%)

RGB channels and saturation

R 75 of 255 = 29%
G 110 of 255 = 43%
B 34 of 255 = 13%

75
110
34

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

Portions of RGB colors in percentages

R + G + B =
75 + 110 + 34 = 219 (100%)
R 75 of 219 ~ 34.25%
G 110 of 219 ~ 50.23%
B 34 of 219 ~ 15.53%

%34.25
%50.23
%15.53

CMYK color model

#4B6E22 color CMYK value is (32,0,69,57).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 56.86%
CMYK:
(32,0,69,57)
C32M0Y69K57 
(32%,0%,69%,57%)
(0.32/0.00/0.69/0.57)	

CMYK percentages

%31.82
%0
%69.09
%56.86

Codes

Color #4B6E22 in popluar color models

4B6E22
RGB7511034
HSL88°52.78%28.24%
HSB/HSV88°69.09%43.14%
CMYK31.82%0.00%69.09%
56.86%

Color #4B6E22 in popluar number systems.

HEX4B6E22
Decimal7511034
Binary10010111101110100010
Octal11315642

Shades and tints

Shades of #4B6E22

#4B6E22
(75,110,34)
#45641F
(69,100,31)
#3F5A1C
(63,90,28)
#395019
(57,80,25)
#334616
(51,70,22)
#2D3C13
(45,60,19)
#273210
(39,50,16)
#21280D
(33,40,13)
#1B1E0A
(27,30,10)
#151407
(21,20,7)
#0F0A04
(15,10,4)
#000000
(0,0,0)

Tints of #4B6E22

#4B6E22
(75,110,34)
#5B7B36
(91,123,54)
#6B884A
(107,136,74)
#7B955E
(123,149,94)
#8BA272
(139,162,114)
#9BAF86
(155,175,134)
#ABBC9A
(171,188,154)
#BBC9AE
(187,201,174)
#CBD6C2
(203,214,194)
#DBE3D6
(219,227,214)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6E22 color. Also use rgb(75,110,34) instead hex code.

Text Font Color

.myTextColor { color: #4B6E22; }

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

This text font color is #4B6E22.


Background Color

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

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

This div background color is #4B6E22.


Border color

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

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

This div border color is #4B6E22.


Opacity

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

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

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

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

This text has shadow with #4B6E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6E22 on black background.


Color preview on white background

This text has color #4B6E22 on white background.



Black color preview on #4B6E22 background

This text has black color on #4B6E22 background.


White color preview on #4B6E22 background

This text has white color on #4B6E22 background.