COLOR #4B6E1B

HEX: #4B6E1B
RGB: (75,110,27)

Color info

#4B6E1B contains mainly red and green colors. Web safe color of #4B6E1B is #336633 (or #363).

RGB color model

#4B6E1B color RGB value is (75,110,27).

  • red value is 75;
  • green value is 110;
  • blue value is 27.
RGB:
(75,110,27)
(29%,43%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 110 of 255 = 43%
B 27 of 255 = 11%

75
110
27

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

Portions of RGB colors in percentages

R + G + B =
75 + 110 + 27 = 212 (100%)
R 75 of 212 ~ 35.38%
G 110 of 212 ~ 51.89%
B 27 of 212 ~ 12.74%

%35.38
%51.89
%12.74

CMYK color model

#4B6E1B color CMYK value is (32,0,75,57).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 75.45%
  • key color value is 56.86%
CMYK:
(32,0,75,57)
C32M0Y75K57 
(32%,0%,75%,57%)
(0.32/0.00/0.75/0.57)	

CMYK percentages

%31.82
%0
%75.45
%56.86

Codes

Color #4B6E1B in popluar color models

4B6E1B
RGB7511027
HSL85°60.58%26.86%
HSB/HSV85°75.45%43.14%
CMYK31.82%0.00%75.45%
56.86%

Color #4B6E1B in popluar number systems.

HEX4B6E1B
Decimal7511027
Binary1001011110111011011
Octal11315633

Shades and tints

Shades of #4B6E1B

#4B6E1B
(75,110,27)
#456419
(69,100,25)
#3F5A17
(63,90,23)
#395015
(57,80,21)
#334613
(51,70,19)
#2D3C11
(45,60,17)
#27320F
(39,50,15)
#21280D
(33,40,13)
#1B1E0B
(27,30,11)
#151409
(21,20,9)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B6E1B

#4B6E1B
(75,110,27)
#5B7B2F
(91,123,47)
#6B8843
(107,136,67)
#7B9557
(123,149,87)
#8BA26B
(139,162,107)
#9BAF7F
(155,175,127)
#ABBC93
(171,188,147)
#BBC9A7
(187,201,167)
#CBD6BB
(203,214,187)
#DBE3CF
(219,227,207)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6E1B color. Also use rgb(75,110,27) instead hex code.

Text Font Color

.myTextColor { color: #4B6E1B; }

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

This text font color is #4B6E1B.


Background Color

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

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

This div background color is #4B6E1B.


Border color

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

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

This div border color is #4B6E1B.


Opacity

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

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

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

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

This text has shadow with #4B6E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6E1B on black background.


Color preview on white background

This text has color #4B6E1B on white background.



Black color preview on #4B6E1B background

This text has black color on #4B6E1B background.


White color preview on #4B6E1B background

This text has white color on #4B6E1B background.