COLOR #4B723C

HEX: #4B723C
RGB: (75,114,60)

Color info

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

RGB color model

#4B723C color RGB value is (75,114,60).

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

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 60 of 255 = 24%

75
114
60

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

Portions of RGB colors in percentages

R + G + B =
75 + 114 + 60 = 249 (100%)
R 75 of 249 ~ 30.12%
G 114 of 249 ~ 45.78%
B 60 of 249 ~ 24.1%

%30.12
%45.78
%24.1

CMYK color model

#4B723C color CMYK value is (34,0,47,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 55.29%
CMYK:
(34,0,47,55)
C34M0Y47K55 
(34%,0%,47%,55%)
(0.34/0.00/0.47/0.55)	

CMYK percentages

%34.21
%0
%47.37
%55.29

Codes

Color #4B723C in popluar color models

4B723C
RGB7511460
HSL103°31.03%34.12%
HSB/HSV103°47.37%44.71%
CMYK34.21%0.00%47.37%
55.29%

Color #4B723C in popluar number systems.

HEX4B723C
Decimal7511460
Binary10010111110010111100
Octal11316274

Shades and tints

Shades of #4B723C

#4B723C
(75,114,60)
#456837
(69,104,55)
#3F5E32
(63,94,50)
#39542D
(57,84,45)
#334A28
(51,74,40)
#2D4023
(45,64,35)
#27361E
(39,54,30)
#212C19
(33,44,25)
#1B2214
(27,34,20)
#15180F
(21,24,15)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #4B723C

#4B723C
(75,114,60)
#5B7E4D
(91,126,77)
#6B8A5E
(107,138,94)
#7B966F
(123,150,111)
#8BA280
(139,162,128)
#9BAE91
(155,174,145)
#ABBAA2
(171,186,162)
#BBC6B3
(187,198,179)
#CBD2C4
(203,210,196)
#DBDED5
(219,222,213)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B723C; }

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

This text font color is #4B723C.


Background Color

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

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

This div background color is #4B723C.


Border color

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

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

This div border color is #4B723C.


Opacity

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

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

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

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

This text has shadow with #4B723C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B723C on black background.


Color preview on white background

This text has color #4B723C on white background.



Black color preview on #4B723C background

This text has black color on #4B723C background.


White color preview on #4B723C background

This text has white color on #4B723C background.