COLOR #4B723B

HEX: #4B723B
RGB: (75,114,59)

Color info

#4B723B contains red, green and blue colors in about the same proportion. Web safe color of #4B723B is #336633 (or #363).

RGB color model

#4B723B color RGB value is (75,114,59).

  • red value is 75;
  • green value is 114;
  • blue value is 59.
RGB:
(75,114,59)
(29%,45%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 59 of 255 = 23%

75
114
59

R + G + B ~ 32%. #4B723B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 114 + 59 = 248 (100%)
R 75 of 248 ~ 30.24%
G 114 of 248 ~ 45.97%
B 59 of 248 ~ 23.79%

%30.24
%45.97
%23.79

CMYK color model

#4B723B color CMYK value is (34,0,48,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 48.25%
  • key color value is 55.29%
CMYK:
(34,0,48,55)
C34M0Y48K55 
(34%,0%,48%,55%)
(0.34/0.00/0.48/0.55)	

CMYK percentages

%34.21
%0
%48.25
%55.29

Codes

Color #4B723B in popluar color models

4B723B
RGB7511459
HSL103°31.79%33.92%
HSB/HSV103°48.25%44.71%
CMYK34.21%0.00%48.25%
55.29%

Color #4B723B in popluar number systems.

HEX4B723B
Decimal7511459
Binary10010111110010111011
Octal11316273

Shades and tints

Shades of #4B723B

#4B723B
(75,114,59)
#456836
(69,104,54)
#3F5E31
(63,94,49)
#39542C
(57,84,44)
#334A27
(51,74,39)
#2D4022
(45,64,34)
#27361D
(39,54,29)
#212C18
(33,44,24)
#1B2213
(27,34,19)
#15180E
(21,24,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #4B723B

#4B723B
(75,114,59)
#5B7E4C
(91,126,76)
#6B8A5D
(107,138,93)
#7B966E
(123,150,110)
#8BA27F
(139,162,127)
#9BAE90
(155,174,144)
#ABBAA1
(171,186,161)
#BBC6B2
(187,198,178)
#CBD2C3
(203,210,195)
#DBDED4
(219,222,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B723B color. Also use rgb(75,114,59) instead hex code.

Text Font Color

.myTextColor { color: #4B723B; }

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

This text font color is #4B723B.


Background Color

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

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

This div background color is #4B723B.


Border color

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

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

This div border color is #4B723B.


Opacity

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

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

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

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

This text has shadow with #4B723B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B723B on black background.


Color preview on white background

This text has color #4B723B on white background.



Black color preview on #4B723B background

This text has black color on #4B723B background.


White color preview on #4B723B background

This text has white color on #4B723B background.