COLOR #4B6C3F

HEX: #4B6C3F
RGB: (75,108,63)

Color info

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

RGB color model

#4B6C3F color RGB value is (75,108,63).

  • red value is 75;
  • green value is 108;
  • blue value is 63.
RGB:
(75,108,63)
(29%,42%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 108 of 255 = 42%
B 63 of 255 = 25%

75
108
63

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

Portions of RGB colors in percentages

R + G + B =
75 + 108 + 63 = 246 (100%)
R 75 of 246 ~ 30.49%
G 108 of 246 ~ 43.9%
B 63 of 246 ~ 25.61%

%30.49
%43.9
%25.61

CMYK color model

#4B6C3F color CMYK value is (31,0,42,58).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK:
(31,0,42,58)
C31M0Y42K58 
(31%,0%,42%,58%)
(0.31/0.00/0.42/0.58)	

CMYK percentages

%30.56
%0
%41.67
%57.65

Codes

Color #4B6C3F in popluar color models

4B6C3F
RGB7510863
HSL104°26.32%33.53%
HSB/HSV104°41.67%42.35%
CMYK30.56%0.00%41.67%
57.65%

Color #4B6C3F in popluar number systems.

HEX4B6C3F
Decimal7510863
Binary10010111101100111111
Octal11315477

Shades and tints

Shades of #4B6C3F

#4B6C3F
(75,108,63)
#45633A
(69,99,58)
#3F5A35
(63,90,53)
#395130
(57,81,48)
#33482B
(51,72,43)
#2D3F26
(45,63,38)
#273621
(39,54,33)
#212D1C
(33,45,28)
#1B2417
(27,36,23)
#151B12
(21,27,18)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #4B6C3F

#4B6C3F
(75,108,63)
#5B7950
(91,121,80)
#6B8661
(107,134,97)
#7B9372
(123,147,114)
#8BA083
(139,160,131)
#9BAD94
(155,173,148)
#ABBAA5
(171,186,165)
#BBC7B6
(187,199,182)
#CBD4C7
(203,212,199)
#DBE1D8
(219,225,216)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6C3F; }

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

This text font color is #4B6C3F.


Background Color

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

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

This div background color is #4B6C3F.


Border color

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

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

This div border color is #4B6C3F.


Opacity

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

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

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

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

This text has shadow with #4B6C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6C3F on black background.


Color preview on white background

This text has color #4B6C3F on white background.



Black color preview on #4B6C3F background

This text has black color on #4B6C3F background.


White color preview on #4B6C3F background

This text has white color on #4B6C3F background.