COLOR #4B643C

HEX: #4B643C
RGB: (75,100,60)

Color info

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

RGB color model

#4B643C color RGB value is (75,100,60).

  • red value is 75;
  • green value is 100;
  • blue value is 60.
RGB:
(75,100,60)
(29%,39%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 60 of 255 = 24%

75
100
60

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

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 60 = 235 (100%)
R 75 of 235 ~ 31.91%
G 100 of 235 ~ 42.55%
B 60 of 235 ~ 25.53%

%31.91
%42.55
%25.53

CMYK color model

#4B643C color CMYK value is (25,0,40,61).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 60.78%
CMYK:
(25,0,40,61)
C25M0Y40K61 
(25%,0%,40%,61%)
(0.25/0.00/0.40/0.61)	

CMYK percentages

%25
%0
%40
%60.78

Codes

Color #4B643C in popluar color models

4B643C
RGB7510060
HSL98°25.00%31.37%
HSB/HSV98°40.00%39.22%
CMYK25.00%0.00%40.00%
60.78%

Color #4B643C in popluar number systems.

HEX4B643C
Decimal7510060
Binary10010111100100111100
Octal11314474

Shades and tints

Shades of #4B643C

#4B643C
(75,100,60)
#455B37
(69,91,55)
#3F5232
(63,82,50)
#39492D
(57,73,45)
#334028
(51,64,40)
#2D3723
(45,55,35)
#272E1E
(39,46,30)
#212519
(33,37,25)
#1B1C14
(27,28,20)
#15130F
(21,19,15)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B643C

#4B643C
(75,100,60)
#5B724D
(91,114,77)
#6B805E
(107,128,94)
#7B8E6F
(123,142,111)
#8B9C80
(139,156,128)
#9BAA91
(155,170,145)
#ABB8A2
(171,184,162)
#BBC6B3
(187,198,179)
#CBD4C4
(203,212,196)
#DBE2D5
(219,226,213)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B643C color. Also use rgb(75,100,60) instead hex code.

Text Font Color

.myTextColor { color: #4B643C; }

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

This text font color is #4B643C.


Background Color

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

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

This div background color is #4B643C.


Border color

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

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

This div border color is #4B643C.


Opacity

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

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

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

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

This text has shadow with #4B643C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B643C on black background.


Color preview on white background

This text has color #4B643C on white background.



Black color preview on #4B643C background

This text has black color on #4B643C background.


White color preview on #4B643C background

This text has white color on #4B643C background.