COLOR #4B6136

HEX: #4B6136
RGB: (75,97,54)

Color info

#4B6136 contains red, green and blue colors in about the same proportion. Web safe color of #4B6136 is #336633 (or #363).

RGB color model

#4B6136 color RGB value is (75,97,54).

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

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 54 of 255 = 21%

75
97
54

R + G + B ~ 29%. #4B6136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 54 = 226 (100%)
R 75 of 226 ~ 33.19%
G 97 of 226 ~ 42.92%
B 54 of 226 ~ 23.89%

%33.19
%42.92
%23.89

CMYK color model

#4B6136 color CMYK value is (23,0,44,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(23,0,44,62)
C23M0Y44K62 
(23%,0%,44%,62%)
(0.23/0.00/0.44/0.62)	

CMYK percentages

%22.68
%0
%44.33
%61.96

Codes

Color #4B6136 in popluar color models

4B6136
RGB759754
HSL91°28.48%29.61%
HSB/HSV91°44.33%38.04%
CMYK22.68%0.00%44.33%
61.96%

Color #4B6136 in popluar number systems.

HEX4B6136
Decimal759754
Binary10010111100001110110
Octal11314166

Shades and tints

Shades of #4B6136

#4B6136
(75,97,54)
#455932
(69,89,50)
#3F512E
(63,81,46)
#39492A
(57,73,42)
#334126
(51,65,38)
#2D3922
(45,57,34)
#27311E
(39,49,30)
#21291A
(33,41,26)
#1B2116
(27,33,22)
#151912
(21,25,18)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #4B6136

#4B6136
(75,97,54)
#5B6F48
(91,111,72)
#6B7D5A
(107,125,90)
#7B8B6C
(123,139,108)
#8B997E
(139,153,126)
#9BA790
(155,167,144)
#ABB5A2
(171,181,162)
#BBC3B4
(187,195,180)
#CBD1C6
(203,209,198)
#DBDFD8
(219,223,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6136; }

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

This text font color is #4B6136.


Background Color

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

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

This div background color is #4B6136.


Border color

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

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

This div border color is #4B6136.


Opacity

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

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

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

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

This text has shadow with #4B6136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6136 on black background.


Color preview on white background

This text has color #4B6136 on white background.



Black color preview on #4B6136 background

This text has black color on #4B6136 background.


White color preview on #4B6136 background

This text has white color on #4B6136 background.