COLOR #4B6106

HEX: #4B6106
RGB: (75,97,6)

Color info

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

RGB color model

#4B6106 color RGB value is (75,97,6).

  • red value is 75;
  • green value is 97;
  • blue value is 6.
RGB:
(75,97,6)
(29%,38%,2%)

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 6 of 255 = 2%

75
97
6

R + G + B ~ 23%. #4B6106 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 6 = 178 (100%)
R 75 of 178 ~ 42.13%
G 97 of 178 ~ 54.49%
B 6 of 178 ~ 3.37%

%42.13
%54.49

CMYK color model

#4B6106 color CMYK value is (23,0,94,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 93.81%
  • key color value is 61.96%
CMYK:
(23,0,94,62)
C23M0Y94K62 
(23%,0%,94%,62%)
(0.23/0.00/0.94/0.62)	

CMYK percentages

%22.68
%0
%93.81
%61.96

Codes

Color #4B6106 in popluar color models

4B6106
RGB75976
HSL75°88.35%20.20%
HSB/HSV75°93.81%38.04%
CMYK22.68%0.00%93.81%
61.96%

Color #4B6106 in popluar number systems.

HEX4B6106
Decimal75976
Binary10010111100001110
Octal1131416

Shades and tints

Shades of #4B6106

#4B6106
(75,97,6)
#455906
(69,89,6)
#3F5106
(63,81,6)
#394906
(57,73,6)
#334106
(51,65,6)
#2D3906
(45,57,6)
#273106
(39,49,6)
#212906
(33,41,6)
#1B2106
(27,33,6)
#151906
(21,25,6)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #4B6106

#4B6106
(75,97,6)
#5B6F1C
(91,111,28)
#6B7D32
(107,125,50)
#7B8B48
(123,139,72)
#8B995E
(139,153,94)
#9BA774
(155,167,116)
#ABB58A
(171,181,138)
#BBC3A0
(187,195,160)
#CBD1B6
(203,209,182)
#DBDFCC
(219,223,204)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6106 color. Also use rgb(75,97,6) instead hex code.

Text Font Color

.myTextColor { color: #4B6106; }

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

This text font color is #4B6106.


Background Color

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

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

This div background color is #4B6106.


Border color

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

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

This div border color is #4B6106.


Opacity

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

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

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

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

This text has shadow with #4B6106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6106 on black background.


Color preview on white background

This text has color #4B6106 on white background.



Black color preview on #4B6106 background

This text has black color on #4B6106 background.


White color preview on #4B6106 background

This text has white color on #4B6106 background.