COLOR #4B6843

HEX: #4B6843
RGB: (75,104,67)

Color info

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

RGB color model

#4B6843 color RGB value is (75,104,67).

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

RGB channels and saturation

R 75 of 255 = 29%
G 104 of 255 = 41%
B 67 of 255 = 26%

75
104
67

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

Portions of RGB colors in percentages

R + G + B =
75 + 104 + 67 = 246 (100%)
R 75 of 246 ~ 30.49%
G 104 of 246 ~ 42.28%
B 67 of 246 ~ 27.24%

%30.49
%42.28
%27.24

CMYK color model

#4B6843 color CMYK value is (28,0,36,59).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 35.58%
  • key color value is 59.22%
CMYK:
(28,0,36,59)
C28M0Y36K59 
(28%,0%,36%,59%)
(0.28/0.00/0.36/0.59)	

CMYK percentages

%27.88
%0
%35.58
%59.22

Codes

Color #4B6843 in popluar color models

4B6843
RGB7510467
HSL107°21.64%33.53%
HSB/HSV107°35.58%40.78%
CMYK27.88%0.00%35.58%
59.22%

Color #4B6843 in popluar number systems.

HEX4B6843
Decimal7510467
Binary100101111010001000011
Octal113150103

Shades and tints

Shades of #4B6843

#4B6843
(75,104,67)
#455F3D
(69,95,61)
#3F5637
(63,86,55)
#394D31
(57,77,49)
#33442B
(51,68,43)
#2D3B25
(45,59,37)
#27321F
(39,50,31)
#212919
(33,41,25)
#1B2013
(27,32,19)
#15170D
(21,23,13)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #4B6843

#4B6843
(75,104,67)
#5B7554
(91,117,84)
#6B8265
(107,130,101)
#7B8F76
(123,143,118)
#8B9C87
(139,156,135)
#9BA998
(155,169,152)
#ABB6A9
(171,182,169)
#BBC3BA
(187,195,186)
#CBD0CB
(203,208,203)
#DBDDDC
(219,221,220)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6843; }

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

This text font color is #4B6843.


Background Color

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

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

This div background color is #4B6843.


Border color

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

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

This div border color is #4B6843.


Opacity

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

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

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

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

This text has shadow with #4B6843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6843 on black background.


Color preview on white background

This text has color #4B6843 on white background.



Black color preview on #4B6843 background

This text has black color on #4B6843 background.


White color preview on #4B6843 background

This text has white color on #4B6843 background.