COLOR #4B6109

HEX: #4B6109
RGB: (75,97,9)

Color info

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

RGB color model

#4B6109 color RGB value is (75,97,9).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 9 of 255 = 4%

75
97
9

R + G + B ~ 24%. #4B6109 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 9 = 181 (100%)
R 75 of 181 ~ 41.44%
G 97 of 181 ~ 53.59%
B 9 of 181 ~ 4.97%

%41.44
%53.59

CMYK color model

#4B6109 color CMYK value is (23,0,91,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 90.72%
  • key color value is 61.96%
CMYK:
(23,0,91,62)
C23M0Y91K62 
(23%,0%,91%,62%)
(0.23/0.00/0.91/0.62)	

CMYK percentages

%22.68
%0
%90.72
%61.96

Codes

Color #4B6109 in popluar color models

4B6109
RGB75979
HSL75°83.02%20.78%
HSB/HSV75°90.72%38.04%
CMYK22.68%0.00%90.72%
61.96%

Color #4B6109 in popluar number systems.

HEX4B6109
Decimal75979
Binary100101111000011001
Octal11314111

Shades and tints

Shades of #4B6109

#4B6109
(75,97,9)
#455909
(69,89,9)
#3F5109
(63,81,9)
#394909
(57,73,9)
#334109
(51,65,9)
#2D3909
(45,57,9)
#273109
(39,49,9)
#212909
(33,41,9)
#1B2109
(27,33,9)
#151909
(21,25,9)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #4B6109

#4B6109
(75,97,9)
#5B6F1F
(91,111,31)
#6B7D35
(107,125,53)
#7B8B4B
(123,139,75)
#8B9961
(139,153,97)
#9BA777
(155,167,119)
#ABB58D
(171,181,141)
#BBC3A3
(187,195,163)
#CBD1B9
(203,209,185)
#DBDFCF
(219,223,207)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6109; }

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

This text font color is #4B6109.


Background Color

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

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

This div background color is #4B6109.


Border color

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

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

This div border color is #4B6109.


Opacity

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

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

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

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

This text has shadow with #4B6109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6109 on black background.


Color preview on white background

This text has color #4B6109 on white background.



Black color preview on #4B6109 background

This text has black color on #4B6109 background.


White color preview on #4B6109 background

This text has white color on #4B6109 background.