COLOR #4B503C

HEX: #4B503C
RGB: (75,80,60)

Color info

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

RGB color model

#4B503C color RGB value is (75,80,60).

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

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 60 of 255 = 24%

75
80
60

R + G + B ~ 28%. #4B503C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 60 = 215 (100%)
R 75 of 215 ~ 34.88%
G 80 of 215 ~ 37.21%
B 60 of 215 ~ 27.91%

%34.88
%37.21
%27.91

CMYK color model

#4B503C color CMYK value is (6,0,25,69).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(6,0,25,69)
C6M0Y25K69 
(6%,0%,25%,69%)
(0.06/0.00/0.25/0.69)	

CMYK percentages

%6.25
%0
%25
%68.63

Codes

Color #4B503C in popluar color models

4B503C
RGB758060
HSL75°14.29%27.45%
HSB/HSV75°25.00%31.37%
CMYK6.25%0.00%25.00%
68.63%

Color #4B503C in popluar number systems.

HEX4B503C
Decimal758060
Binary10010111010000111100
Octal11312074

Shades and tints

Shades of #4B503C

#4B503C
(75,80,60)
#454937
(69,73,55)
#3F4232
(63,66,50)
#393B2D
(57,59,45)
#333428
(51,52,40)
#2D2D23
(45,45,35)
#27261E
(39,38,30)
#211F19
(33,31,25)
#1B1814
(27,24,20)
#15110F
(21,17,15)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B503C

#4B503C
(75,80,60)
#5B5F4D
(91,95,77)
#6B6E5E
(107,110,94)
#7B7D6F
(123,125,111)
#8B8C80
(139,140,128)
#9B9B91
(155,155,145)
#ABAAA2
(171,170,162)
#BBB9B3
(187,185,179)
#CBC8C4
(203,200,196)
#DBD7D5
(219,215,213)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B503C; }

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

This text font color is #4B503C.


Background Color

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

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

This div background color is #4B503C.


Border color

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

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

This div border color is #4B503C.


Opacity

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

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

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

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

This text has shadow with #4B503C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B503C on black background.


Color preview on white background

This text has color #4B503C on white background.



Black color preview on #4B503C background

This text has black color on #4B503C background.


White color preview on #4B503C background

This text has white color on #4B503C background.