COLOR #4B6C14

HEX: #4B6C14
RGB: (75,108,20)

Color info

#4B6C14 contains mainly red and green colors. Web safe color of #4B6C14 is #336600 (or #360).

RGB color model

#4B6C14 color RGB value is (75,108,20).

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

RGB channels and saturation

R 75 of 255 = 29%
G 108 of 255 = 42%
B 20 of 255 = 8%

75
108
20

R + G + B ~ 26%. #4B6C14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 108 + 20 = 203 (100%)
R 75 of 203 ~ 36.95%
G 108 of 203 ~ 53.2%
B 20 of 203 ~ 9.85%

%36.95
%53.2
%9.85

CMYK color model

#4B6C14 color CMYK value is (31,0,81,58).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 81.48%
  • key color value is 57.65%
CMYK:
(31,0,81,58)
C31M0Y81K58 
(31%,0%,81%,58%)
(0.31/0.00/0.81/0.58)	

CMYK percentages

%30.56
%0
%81.48
%57.65

Codes

Color #4B6C14 in popluar color models

4B6C14
RGB7510820
HSL83°68.75%25.10%
HSB/HSV83°81.48%42.35%
CMYK30.56%0.00%81.48%
57.65%

Color #4B6C14 in popluar number systems.

HEX4B6C14
Decimal7510820
Binary1001011110110010100
Octal11315424

Shades and tints

Shades of #4B6C14

#4B6C14
(75,108,20)
#456313
(69,99,19)
#3F5A12
(63,90,18)
#395111
(57,81,17)
#334810
(51,72,16)
#2D3F0F
(45,63,15)
#27360E
(39,54,14)
#212D0D
(33,45,13)
#1B240C
(27,36,12)
#151B0B
(21,27,11)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #4B6C14

#4B6C14
(75,108,20)
#5B7929
(91,121,41)
#6B863E
(107,134,62)
#7B9353
(123,147,83)
#8BA068
(139,160,104)
#9BAD7D
(155,173,125)
#ABBA92
(171,186,146)
#BBC7A7
(187,199,167)
#CBD4BC
(203,212,188)
#DBE1D1
(219,225,209)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6C14; }

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

This text font color is #4B6C14.


Background Color

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

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

This div background color is #4B6C14.


Border color

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

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

This div border color is #4B6C14.


Opacity

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

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

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

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

This text has shadow with #4B6C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6C14 on black background.


Color preview on white background

This text has color #4B6C14 on white background.



Black color preview on #4B6C14 background

This text has black color on #4B6C14 background.


White color preview on #4B6C14 background

This text has white color on #4B6C14 background.