COLOR #4B7843

HEX: #4B7843
RGB: (75,120,67)

Color info

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

RGB color model

#4B7843 color RGB value is (75,120,67).

  • red value is 75;
  • green value is 120;
  • blue value is 67.
RGB:
(75,120,67)
(29%,47%,26%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 67 of 255 = 26%

75
120
67

R + G + B ~ 34%. #4B7843 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 67 = 262 (100%)
R 75 of 262 ~ 28.63%
G 120 of 262 ~ 45.8%
B 67 of 262 ~ 25.57%

%28.63
%45.8
%25.57

CMYK color model

#4B7843 color CMYK value is (38,0,44,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 52.94%
CMYK:
(38,0,44,53)
C38M0Y44K53 
(38%,0%,44%,53%)
(0.38/0.00/0.44/0.53)	

CMYK percentages

%37.5
%0
%44.17
%52.94

Codes

Color #4B7843 in popluar color models

4B7843
RGB7512067
HSL111°28.34%36.67%
HSB/HSV111°44.17%47.06%
CMYK37.50%0.00%44.17%
52.94%

Color #4B7843 in popluar number systems.

HEX4B7843
Decimal7512067
Binary100101111110001000011
Octal113170103

Shades and tints

Shades of #4B7843

#4B7843
(75,120,67)
#456E3D
(69,110,61)
#3F6437
(63,100,55)
#395A31
(57,90,49)
#33502B
(51,80,43)
#2D4625
(45,70,37)
#273C1F
(39,60,31)
#213219
(33,50,25)
#1B2813
(27,40,19)
#151E0D
(21,30,13)
#0F1407
(15,20,7)
#000000
(0,0,0)

Tints of #4B7843

#4B7843
(75,120,67)
#5B8454
(91,132,84)
#6B9065
(107,144,101)
#7B9C76
(123,156,118)
#8BA887
(139,168,135)
#9BB498
(155,180,152)
#ABC0A9
(171,192,169)
#BBCCBA
(187,204,186)
#CBD8CB
(203,216,203)
#DBE4DC
(219,228,220)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7843 color. Also use rgb(75,120,67) instead hex code.

Text Font Color

.myTextColor { color: #4B7843; }

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

This text font color is #4B7843.


Background Color

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

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

This div background color is #4B7843.


Border color

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

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

This div border color is #4B7843.


Opacity

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

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

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

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

This text has shadow with #4B7843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7843 on black background.


Color preview on white background

This text has color #4B7843 on white background.



Black color preview on #4B7843 background

This text has black color on #4B7843 background.


White color preview on #4B7843 background

This text has white color on #4B7843 background.