COLOR #4B7311

HEX: #4B7311
RGB: (75,115,17)

Color info

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

RGB color model

#4B7311 color RGB value is (75,115,17).

  • red value is 75;
  • green value is 115;
  • blue value is 17.
RGB:
(75,115,17)
(29%,45%,7%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 17 of 255 = 7%

75
115
17

R + G + B ~ 27%. #4B7311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 115 + 17 = 207 (100%)
R 75 of 207 ~ 36.23%
G 115 of 207 ~ 55.56%
B 17 of 207 ~ 8.21%

%36.23
%55.56

CMYK color model

#4B7311 color CMYK value is (35,0,85,55).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 85.22%
  • key color value is 54.90%
CMYK:
(35,0,85,55)
C35M0Y85K55 
(35%,0%,85%,55%)
(0.35/0.00/0.85/0.55)	

CMYK percentages

%34.78
%0
%85.22
%54.9

Codes

Color #4B7311 in popluar color models

4B7311
RGB7511517
HSL84°74.24%25.88%
HSB/HSV84°85.22%45.10%
CMYK34.78%0.00%85.22%
54.90%

Color #4B7311 in popluar number systems.

HEX4B7311
Decimal7511517
Binary1001011111001110001
Octal11316321

Shades and tints

Shades of #4B7311

#4B7311
(75,115,17)
#456910
(69,105,16)
#3F5F0F
(63,95,15)
#39550E
(57,85,14)
#334B0D
(51,75,13)
#2D410C
(45,65,12)
#27370B
(39,55,11)
#212D0A
(33,45,10)
#1B2309
(27,35,9)
#151908
(21,25,8)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #4B7311

#4B7311
(75,115,17)
#5B7F26
(91,127,38)
#6B8B3B
(107,139,59)
#7B9750
(123,151,80)
#8BA365
(139,163,101)
#9BAF7A
(155,175,122)
#ABBB8F
(171,187,143)
#BBC7A4
(187,199,164)
#CBD3B9
(203,211,185)
#DBDFCE
(219,223,206)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7311 color. Also use rgb(75,115,17) instead hex code.

Text Font Color

.myTextColor { color: #4B7311; }

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

This text font color is #4B7311.


Background Color

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

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

This div background color is #4B7311.


Border color

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

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

This div border color is #4B7311.


Opacity

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

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

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

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

This text has shadow with #4B7311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7311 on black background.


Color preview on white background

This text has color #4B7311 on white background.



Black color preview on #4B7311 background

This text has black color on #4B7311 background.


White color preview on #4B7311 background

This text has white color on #4B7311 background.