COLOR #4B723F

HEX: #4B723F RGB: (75,114,63)

Color info

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

RGB color model

#4B723F color RGB value is (75,114,63).

RGB: (75,114,63) (29%, 45%, 25%)

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 63 of 255 = 25%

75
114
63

R + G + B ~ 33%. #4B723F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 114 + 63 = 252 (100%)
R 75 of 252 ~ 29.76%
G 114 of 252 ~ 45.24%
B 63 of 252 ~ 25'%

%29.76
%45.24
%25

CMYK color model

#4B723F color CMYK value is (34,0,45,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 44.74%
  • key color value is 55.29%

CMYK: (34,0,45,55)
C34M0Y45K55 (34%, 0%, 45%, 55%)
(0.34 / 0.00 / 0.45 / 0.55)

CMYK percentages

%34.21
%0
%44.74
%55.29

Codes

Color #4B723F in popluar color models

4B 72 3F
RGB 75 114 63
HSL 106° 28.81% 34.71%
HSB/HSV 106° 44.74% 44.71%
CMYK 34.21% 0.00% 44.74%
55.29%

Color #4B723F in popluar number systems.

HEX 4B 72 3F
Decimal 75 114 63
Binary 1001011 1110010 111111
Octal 113 162 77

Shades and tints

Shades of #4B723F

#4B723F
(75,114,63)
#45683A
(69,104,58)
#3F5E35
(63,94,53)
#395430
(57,84,48)
#334A2B
(51,74,43)
#2D4026
(45,64,38)
#273621
(39,54,33)
#212C1C
(33,44,28)
#1B2217
(27,34,23)
#151812
(21,24,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B723F

#4B723F
(75,114,63)
#5B7E50
(91,126,80)
#6B8A61
(107,138,97)
#7B9672
(123,150,114)
#8BA283
(139,162,131)
#9BAE94
(155,174,148)
#ABBAA5
(171,186,165)
#BBC6B6
(187,198,182)
#CBD2C7
(203,210,199)
#DBDED8
(219,222,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B723F; }

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

This text font color is #4B723F.

Background Color

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

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

This div background color is #4B723F.

Border color

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

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

This div border color is #4B723F.

Opacity

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

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

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

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

This text has shadow with #4B723F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B723F.

Preview

Color preview on black background

This text has color #4B723F on black background.


Color preview on white background

This text has color #4B723F on white background.


Black color preview on #4B723F background

This text has black color on #4B723F background.


White color preview on #4B723F background

This text has white color on #4B723F background.


Related colors

Complementary color

Complementary color for #hex is #B48DC0.


I love getcolorcode.com

Triadic colors

1 #3F4B72 and #723F4B with #4B723F are triadic colors.

2 #3F724B and #724B3F with #4B723F are triadic colors.