COLOR #4B663A

HEX: #4B663A
RGB: (75,102,58)

Color info

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

RGB color model

#4B663A color RGB value is (75,102,58).

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

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 58 of 255 = 23%

75
102
58

R + G + B ~ 31%. #4B663A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 58 = 235 (100%)
R 75 of 235 ~ 31.91%
G 102 of 235 ~ 43.4%
B 58 of 235 ~ 24.68%

%31.91
%43.4
%24.68

CMYK color model

#4B663A color CMYK value is (26,0,43,60).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(26,0,43,60)
C26M0Y43K60 
(26%,0%,43%,60%)
(0.26/0.00/0.43/0.60)	

CMYK percentages

%26.47
%0
%43.14
%60

Codes

Color #4B663A in popluar color models

4B663A
RGB7510258
HSL97°27.50%31.37%
HSB/HSV97°43.14%40.00%
CMYK26.47%0.00%43.14%
60.00%

Color #4B663A in popluar number systems.

HEX4B663A
Decimal7510258
Binary10010111100110111010
Octal11314672

Shades and tints

Shades of #4B663A

#4B663A
(75,102,58)
#455D35
(69,93,53)
#3F5430
(63,84,48)
#394B2B
(57,75,43)
#334226
(51,66,38)
#2D3921
(45,57,33)
#27301C
(39,48,28)
#212717
(33,39,23)
#1B1E12
(27,30,18)
#15150D
(21,21,13)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B663A

#4B663A
(75,102,58)
#5B734B
(91,115,75)
#6B805C
(107,128,92)
#7B8D6D
(123,141,109)
#8B9A7E
(139,154,126)
#9BA78F
(155,167,143)
#ABB4A0
(171,180,160)
#BBC1B1
(187,193,177)
#CBCEC2
(203,206,194)
#DBDBD3
(219,219,211)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B663A; }

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

This text font color is #4B663A.


Background Color

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

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

This div background color is #4B663A.


Border color

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

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

This div border color is #4B663A.


Opacity

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

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

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

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

This text has shadow with #4B663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B663A on black background.


Color preview on white background

This text has color #4B663A on white background.



Black color preview on #4B663A background

This text has black color on #4B663A background.


White color preview on #4B663A background

This text has white color on #4B663A background.