COLOR #4B702E

HEX: #4B702E
RGB: (75,112,46)

Color info

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

RGB color model

#4B702E color RGB value is (75,112,46).

  • red value is 75;
  • green value is 112;
  • blue value is 46.
RGB:
(75,112,46)
(29%,44%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 112 of 255 = 44%
B 46 of 255 = 18%

75
112
46

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

Portions of RGB colors in percentages

R + G + B =
75 + 112 + 46 = 233 (100%)
R 75 of 233 ~ 32.19%
G 112 of 233 ~ 48.07%
B 46 of 233 ~ 19.74%

%32.19
%48.07
%19.74

CMYK color model

#4B702E color CMYK value is (33,0,59,56).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 58.93%
  • key color value is 56.08%
CMYK:
(33,0,59,56)
C33M0Y59K56 
(33%,0%,59%,56%)
(0.33/0.00/0.59/0.56)	

CMYK percentages

%33.04
%0
%58.93
%56.08

Codes

Color #4B702E in popluar color models

4B702E
RGB7511246
HSL94°41.77%30.98%
HSB/HSV94°58.93%43.92%
CMYK33.04%0.00%58.93%
56.08%

Color #4B702E in popluar number systems.

HEX4B702E
Decimal7511246
Binary10010111110000101110
Octal11316056

Shades and tints

Shades of #4B702E

#4B702E
(75,112,46)
#45662A
(69,102,42)
#3F5C26
(63,92,38)
#395222
(57,82,34)
#33481E
(51,72,30)
#2D3E1A
(45,62,26)
#273416
(39,52,22)
#212A12
(33,42,18)
#1B200E
(27,32,14)
#15160A
(21,22,10)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #4B702E

#4B702E
(75,112,46)
#5B7D41
(91,125,65)
#6B8A54
(107,138,84)
#7B9767
(123,151,103)
#8BA47A
(139,164,122)
#9BB18D
(155,177,141)
#ABBEA0
(171,190,160)
#BBCBB3
(187,203,179)
#CBD8C6
(203,216,198)
#DBE5D9
(219,229,217)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B702E color. Also use rgb(75,112,46) instead hex code.

Text Font Color

.myTextColor { color: #4B702E; }

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

This text font color is #4B702E.


Background Color

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

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

This div background color is #4B702E.


Border color

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

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

This div border color is #4B702E.


Opacity

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

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

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

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

This text has shadow with #4B702E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B702E on black background.


Color preview on white background

This text has color #4B702E on white background.



Black color preview on #4B702E background

This text has black color on #4B702E background.


White color preview on #4B702E background

This text has white color on #4B702E background.