COLOR #4B702B

HEX: #4B702B
RGB: (75,112,43)

Color info

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

RGB color model

#4B702B color RGB value is (75,112,43).

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

RGB channels and saturation

R 75 of 255 = 29%
G 112 of 255 = 44%
B 43 of 255 = 17%

75
112
43

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

Portions of RGB colors in percentages

R + G + B =
75 + 112 + 43 = 230 (100%)
R 75 of 230 ~ 32.61%
G 112 of 230 ~ 48.7%
B 43 of 230 ~ 18.7%

%32.61
%48.7
%18.7

CMYK color model

#4B702B color CMYK value is (33,0,62,56).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 61.61%
  • key color value is 56.08%
CMYK:
(33,0,62,56)
C33M0Y62K56 
(33%,0%,62%,56%)
(0.33/0.00/0.62/0.56)	

CMYK percentages

%33.04
%0
%61.61
%56.08

Codes

Color #4B702B in popluar color models

4B702B
RGB7511243
HSL92°44.52%30.39%
HSB/HSV92°61.61%43.92%
CMYK33.04%0.00%61.61%
56.08%

Color #4B702B in popluar number systems.

HEX4B702B
Decimal7511243
Binary10010111110000101011
Octal11316053

Shades and tints

Shades of #4B702B

#4B702B
(75,112,43)
#456628
(69,102,40)
#3F5C25
(63,92,37)
#395222
(57,82,34)
#33481F
(51,72,31)
#2D3E1C
(45,62,28)
#273419
(39,52,25)
#212A16
(33,42,22)
#1B2013
(27,32,19)
#151610
(21,22,16)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B702B

#4B702B
(75,112,43)
#5B7D3E
(91,125,62)
#6B8A51
(107,138,81)
#7B9764
(123,151,100)
#8BA477
(139,164,119)
#9BB18A
(155,177,138)
#ABBE9D
(171,190,157)
#BBCBB0
(187,203,176)
#CBD8C3
(203,216,195)
#DBE5D6
(219,229,214)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B702B; }

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

This text font color is #4B702B.


Background Color

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

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

This div background color is #4B702B.


Border color

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

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

This div border color is #4B702B.


Opacity

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

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

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

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

This text has shadow with #4B702B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B702B on black background.


Color preview on white background

This text has color #4B702B on white background.



Black color preview on #4B702B background

This text has black color on #4B702B background.


White color preview on #4B702B background

This text has white color on #4B702B background.