COLOR #4B664A

HEX: #4B664A
RGB: (75,102,74)

Color info

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

RGB color model

#4B664A color RGB value is (75,102,74).

  • red value is 75;
  • green value is 102;
  • blue value is 74.
RGB:
(75,102,74)
(29%,40%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 74 of 255 = 29%

75
102
74

R + G + B ~ 33%. #4B664A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 74 = 251 (100%)
R 75 of 251 ~ 29.88%
G 102 of 251 ~ 40.64%
B 74 of 251 ~ 29.48%

%29.88
%40.64
%29.48

CMYK color model

#4B664A color CMYK value is (26,0,27,60).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%
CMYK:
(26,0,27,60)
C26M0Y27K60 
(26%,0%,27%,60%)
(0.26/0.00/0.27/0.60)	

CMYK percentages

%26.47
%0
%27.45
%60

Codes

Color #4B664A in popluar color models

4B664A
RGB7510274
HSL118°15.91%34.51%
HSB/HSV118°27.45%40.00%
CMYK26.47%0.00%27.45%
60.00%

Color #4B664A in popluar number systems.

HEX4B664A
Decimal7510274
Binary100101111001101001010
Octal113146112

Shades and tints

Shades of #4B664A

#4B664A
(75,102,74)
#455D44
(69,93,68)
#3F543E
(63,84,62)
#394B38
(57,75,56)
#334232
(51,66,50)
#2D392C
(45,57,44)
#273026
(39,48,38)
#212720
(33,39,32)
#1B1E1A
(27,30,26)
#151514
(21,21,20)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B664A

#4B664A
(75,102,74)
#5B735A
(91,115,90)
#6B806A
(107,128,106)
#7B8D7A
(123,141,122)
#8B9A8A
(139,154,138)
#9BA79A
(155,167,154)
#ABB4AA
(171,180,170)
#BBC1BA
(187,193,186)
#CBCECA
(203,206,202)
#DBDBDA
(219,219,218)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B664A color. Also use rgb(75,102,74) instead hex code.

Text Font Color

.myTextColor { color: #4B664A; }

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

This text font color is #4B664A.


Background Color

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

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

This div background color is #4B664A.


Border color

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

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

This div border color is #4B664A.


Opacity

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

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

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

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

This text has shadow with #4B664A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B664A on black background.


Color preview on white background

This text has color #4B664A on white background.



Black color preview on #4B664A background

This text has black color on #4B664A background.


White color preview on #4B664A background

This text has white color on #4B664A background.