COLOR #4B502A

HEX: #4B502A RGB: (75,80,42)

Color info

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

RGB color model

#4B502A color RGB value is (75,80,42).

RGB: (75,80,42) (29%, 31%, 16%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 42 of 255 = 16%

75
80
42

R + G + B ~ 25%. #4B502A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 80 + 42 = 197 (100%)
R 75 of 197 ~ 38.07%
G 80 of 197 ~ 40.61%
B 42 of 197 ~ 21.32'%

%38.07
%40.61
%21.32

CMYK color model

#4B502A color CMYK value is (6,0,48,69).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 68.63%

CMYK: (6,0,48,69)
C6M0Y48K69 (6%, 0%, 48%, 69%)
(0.06 / 0.00 / 0.48 / 0.69)

CMYK percentages

%6.25
%0
%47.5
%68.63

Codes

Color #4B502A in popluar color models

4B 50 2A
RGB 75 80 42
HSL 68° 31.15% 23.92%
HSB/HSV 68° 47.50% 31.37%
CMYK 6.25% 0.00% 47.50%
68.63%

Color #4B502A in popluar number systems.

HEX 4B 50 2A
Decimal 75 80 42
Binary 1001011 1010000 101010
Octal 113 120 52

Shades and tints

Shades of #4B502A

#4B502A
(75,80,42)
#454927
(69,73,39)
#3F4224
(63,66,36)
#393B21
(57,59,33)
#33341E
(51,52,30)
#2D2D1B
(45,45,27)
#272618
(39,38,24)
#211F15
(33,31,21)
#1B1812
(27,24,18)
#15110F
(21,17,15)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #4B502A

#4B502A
(75,80,42)
#5B5F3D
(91,95,61)
#6B6E50
(107,110,80)
#7B7D63
(123,125,99)
#8B8C76
(139,140,118)
#9B9B89
(155,155,137)
#ABAA9C
(171,170,156)
#BBB9AF
(187,185,175)
#CBC8C2
(203,200,194)
#DBD7D5
(219,215,213)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B502A; }

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

This text font color is #4B502A.

Background Color

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

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

This div background color is #4B502A.

Border color

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

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

This div border color is #4B502A.

Opacity

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

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

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

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

This text has shadow with #4B502A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B502A.

Preview

Color preview on black background

This text has color #4B502A on black background.


Color preview on white background

This text has color #4B502A on white background.


Black color preview on #4B502A background

This text has black color on #4B502A background.


White color preview on #4B502A background

This text has white color on #4B502A background.


Related colors

Complementary color

Complementary color for #hex is #B4AFD5.


I love getcolorcode.com

Triadic colors

1 #2A4B50 and #502A4B with #4B502A are triadic colors.

2 #2A504B and #504B2A with #4B502A are triadic colors.