COLOR #4B502F

HEX: #4B502F
RGB: (75,80,47)

Color info

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

RGB color model

#4B502F color RGB value is (75,80,47).

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

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 47 of 255 = 18%

75
80
47

R + G + B ~ 26%. #4B502F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 47 = 202 (100%)
R 75 of 202 ~ 37.13%
G 80 of 202 ~ 39.6%
B 47 of 202 ~ 23.27%

%37.13
%39.6
%23.27

CMYK color model

#4B502F color CMYK value is (6,0,41,69).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 41.25%
  • key color value is 68.63%
CMYK:
(6,0,41,69)
C6M0Y41K69 
(6%,0%,41%,69%)
(0.06/0.00/0.41/0.69)	

CMYK percentages

%6.25
%0
%41.25
%68.63

Codes

Color #4B502F in popluar color models

4B502F
RGB758047
HSL69°25.98%24.90%
HSB/HSV69°41.25%31.37%
CMYK6.25%0.00%41.25%
68.63%

Color #4B502F in popluar number systems.

HEX4B502F
Decimal758047
Binary10010111010000101111
Octal11312057

Shades and tints

Shades of #4B502F

#4B502F
(75,80,47)
#45492B
(69,73,43)
#3F4227
(63,66,39)
#393B23
(57,59,35)
#33341F
(51,52,31)
#2D2D1B
(45,45,27)
#272617
(39,38,23)
#211F13
(33,31,19)
#1B180F
(27,24,15)
#15110B
(21,17,11)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B502F

#4B502F
(75,80,47)
#5B5F41
(91,95,65)
#6B6E53
(107,110,83)
#7B7D65
(123,125,101)
#8B8C77
(139,140,119)
#9B9B89
(155,155,137)
#ABAA9B
(171,170,155)
#BBB9AD
(187,185,173)
#CBC8BF
(203,200,191)
#DBD7D1
(219,215,209)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B502F; }

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

This text font color is #4B502F.


Background Color

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

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

This div background color is #4B502F.


Border color

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

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

This div border color is #4B502F.


Opacity

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

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

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

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

This text has shadow with #4B502F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B502F on black background.


Color preview on white background

This text has color #4B502F on white background.



Black color preview on #4B502F background

This text has black color on #4B502F background.


White color preview on #4B502F background

This text has white color on #4B502F background.