COLOR #4B502D

HEX: #4B502D
RGB: (75,80,45)

Color info

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

RGB color model

#4B502D color RGB value is (75,80,45).

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

RGB channels and saturation

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

75
80
45

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

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 45 = 200 (100%)
R 75 of 200 ~ 37.5%
G 80 of 200 ~ 40%
B 45 of 200 ~ 22.5%

%37.5
%40
%22.5

CMYK color model

#4B502D color CMYK value is (6,0,44,69).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 68.63%
CMYK:
(6,0,44,69)
C6M0Y44K69 
(6%,0%,44%,69%)
(0.06/0.00/0.44/0.69)	

CMYK percentages

%6.25
%0
%43.75
%68.63

Codes

Color #4B502D in popluar color models

4B502D
RGB758045
HSL69°28.00%24.51%
HSB/HSV69°43.75%31.37%
CMYK6.25%0.00%43.75%
68.63%

Color #4B502D in popluar number systems.

HEX4B502D
Decimal758045
Binary10010111010000101101
Octal11312055

Shades and tints

Shades of #4B502D

#4B502D
(75,80,45)
#454929
(69,73,41)
#3F4225
(63,66,37)
#393B21
(57,59,33)
#33341D
(51,52,29)
#2D2D19
(45,45,25)
#272615
(39,38,21)
#211F11
(33,31,17)
#1B180D
(27,24,13)
#151109
(21,17,9)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #4B502D

#4B502D
(75,80,45)
#5B5F40
(91,95,64)
#6B6E53
(107,110,83)
#7B7D66
(123,125,102)
#8B8C79
(139,140,121)
#9B9B8C
(155,155,140)
#ABAA9F
(171,170,159)
#BBB9B2
(187,185,178)
#CBC8C5
(203,200,197)
#DBD7D8
(219,215,216)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B502D; }

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

This text font color is #4B502D.


Background Color

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

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

This div background color is #4B502D.


Border color

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

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

This div border color is #4B502D.


Opacity

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

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

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

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

This text has shadow with #4B502D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B502D on black background.


Color preview on white background

This text has color #4B502D on white background.



Black color preview on #4B502D background

This text has black color on #4B502D background.


White color preview on #4B502D background

This text has white color on #4B502D background.