COLOR #4B6149

HEX: #4B6149 RGB: (75,97,73)

Color info

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

RGB color model

#4B6149 color RGB value is (75,97,73).

RGB: (75,97,73) (29%, 38%, 29%)

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 73 of 255 = 29%

75
97
73

R + G + B ~ 32%. #4B6149 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 97 + 73 = 245 (100%)
R 75 of 245 ~ 30.61%
G 97 of 245 ~ 39.59%
B 73 of 245 ~ 29.8'%

%30.61
%39.59
%29.8

CMYK color model

#4B6149 color CMYK value is (23,0,25,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 61.96%

CMYK: (23,0,25,62)
C23M0Y25K62 (23%, 0%, 25%, 62%)
(0.23 / 0.00 / 0.25 / 0.62)

CMYK percentages

%22.68
%0
%24.74
%61.96

Codes

Color #4B6149 in popluar color models

4B 61 49
RGB 75 97 73
HSL 115° 14.12% 33.33%
HSB/HSV 115° 24.74% 38.04%
CMYK 22.68% 0.00% 24.74%
61.96%

Color #4B6149 in popluar number systems.

HEX 4B 61 49
Decimal 75 97 73
Binary 1001011 1100001 1001001
Octal 113 141 111

Shades and tints

Shades of #4B6149

#4B6149
(75,97,73)
#455943
(69,89,67)
#3F513D
(63,81,61)
#394937
(57,73,55)
#334131
(51,65,49)
#2D392B
(45,57,43)
#273125
(39,49,37)
#21291F
(33,41,31)
#1B2119
(27,33,25)
#151913
(21,25,19)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #4B6149

#4B6149
(75,97,73)
#5B6F59
(91,111,89)
#6B7D69
(107,125,105)
#7B8B79
(123,139,121)
#8B9989
(139,153,137)
#9BA799
(155,167,153)
#ABB5A9
(171,181,169)
#BBC3B9
(187,195,185)
#CBD1C9
(203,209,201)
#DBDFD9
(219,223,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6149; }

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

This text font color is #4B6149.

Background Color

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

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

This div background color is #4B6149.

Border color

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

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

This div border color is #4B6149.

Opacity

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

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

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

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

This text has shadow with #4B6149 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6149.

Preview

Color preview on black background

This text has color #4B6149 on black background.


Color preview on white background

This text has color #4B6149 on white background.


Black color preview on #4B6149 background

This text has black color on #4B6149 background.


White color preview on #4B6149 background

This text has white color on #4B6149 background.


Related colors

Complementary color

Complementary color for #hex is #B49EB6.


I love getcolorcode.com

Triadic colors

1 #494B61 and #61494B with #4B6149 are triadic colors.

2 #49614B and #614B49 with #4B6149 are triadic colors.