COLOR #4B7617

HEX: #4B7617
RGB: (75,118,23)

Color info

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

RGB color model

#4B7617 color RGB value is (75,118,23).

  • red value is 75;
  • green value is 118;
  • blue value is 23.
RGB:
(75,118,23)
(29%,46%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 118 of 255 = 46%
B 23 of 255 = 9%

75
118
23

R + G + B ~ 28%. #4B7617 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 118 + 23 = 216 (100%)
R 75 of 216 ~ 34.72%
G 118 of 216 ~ 54.63%
B 23 of 216 ~ 10.65%

%34.72
%54.63
%10.65

CMYK color model

#4B7617 color CMYK value is (36,0,81,54).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 80.51%
  • key color value is 53.73%
CMYK:
(36,0,81,54)
C36M0Y81K54 
(36%,0%,81%,54%)
(0.36/0.00/0.81/0.54)	

CMYK percentages

%36.44
%0
%80.51
%53.73

Codes

Color #4B7617 in popluar color models

4B7617
RGB7511823
HSL87°67.38%27.65%
HSB/HSV87°80.51%46.27%
CMYK36.44%0.00%80.51%
53.73%

Color #4B7617 in popluar number systems.

HEX4B7617
Decimal7511823
Binary1001011111011010111
Octal11316627

Shades and tints

Shades of #4B7617

#4B7617
(75,118,23)
#456C15
(69,108,21)
#3F6213
(63,98,19)
#395811
(57,88,17)
#334E0F
(51,78,15)
#2D440D
(45,68,13)
#273A0B
(39,58,11)
#213009
(33,48,9)
#1B2607
(27,38,7)
#151C05
(21,28,5)
#0F1203
(15,18,3)
#000000
(0,0,0)

Tints of #4B7617

#4B7617
(75,118,23)
#5B822C
(91,130,44)
#6B8E41
(107,142,65)
#7B9A56
(123,154,86)
#8BA66B
(139,166,107)
#9BB280
(155,178,128)
#ABBE95
(171,190,149)
#BBCAAA
(187,202,170)
#CBD6BF
(203,214,191)
#DBE2D4
(219,226,212)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7617 color. Also use rgb(75,118,23) instead hex code.

Text Font Color

.myTextColor { color: #4B7617; }

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

This text font color is #4B7617.


Background Color

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

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

This div background color is #4B7617.


Border color

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

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

This div border color is #4B7617.


Opacity

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

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

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

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

This text has shadow with #4B7617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7617 on black background.


Color preview on white background

This text has color #4B7617 on white background.



Black color preview on #4B7617 background

This text has black color on #4B7617 background.


White color preview on #4B7617 background

This text has white color on #4B7617 background.