COLOR #4B4530

HEX: #4B4530
RGB: (75,69,48)

Color info

#4B4530 contains red, green and blue colors in about the same proportion. Web safe color of #4B4530 is #333333 (or #333).

RGB color model

#4B4530 color RGB value is (75,69,48).

  • red value is 75;
  • green value is 69;
  • blue value is 48.
RGB:
(75,69,48)
(29%,27%,19%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 48 of 255 = 19%

75
69
48

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

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 48 = 192 (100%)
R 75 of 192 ~ 39.06%
G 69 of 192 ~ 35.94%
B 48 of 192 ~ 25%

%39.06
%35.94
%25

CMYK color model

#4B4530 color CMYK value is (0,8,36,71).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(0,8,36,71)
C0M8Y36K71 
(0%,8%,36%,71%)
(0.00/0.08/0.36/0.71)	

CMYK percentages

%0
%8
%36
%70.59

Codes

Color #4B4530 in popluar color models

4B4530
RGB756948
HSL47°21.95%24.12%
HSB/HSV47°36.00%29.41%
CMYK0.00%8.00%36.00%
70.59%

Color #4B4530 in popluar number systems.

HEX4B4530
Decimal756948
Binary10010111000101110000
Octal11310560

Shades and tints

Shades of #4B4530

#4B4530
(75,69,48)
#453F2C
(69,63,44)
#3F3928
(63,57,40)
#393324
(57,51,36)
#332D20
(51,45,32)
#2D271C
(45,39,28)
#272118
(39,33,24)
#211B14
(33,27,20)
#1B1510
(27,21,16)
#150F0C
(21,15,12)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #4B4530

#4B4530
(75,69,48)
#5B5542
(91,85,66)
#6B6554
(107,101,84)
#7B7566
(123,117,102)
#8B8578
(139,133,120)
#9B958A
(155,149,138)
#ABA59C
(171,165,156)
#BBB5AE
(187,181,174)
#CBC5C0
(203,197,192)
#DBD5D2
(219,213,210)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4530 color. Also use rgb(75,69,48) instead hex code.

Text Font Color

.myTextColor { color: #4B4530; }

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

This text font color is #4B4530.


Background Color

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

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

This div background color is #4B4530.


Border color

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

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

This div border color is #4B4530.


Opacity

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

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

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

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

This text has shadow with #4B4530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4530 on black background.


Color preview on white background

This text has color #4B4530 on white background.



Black color preview on #4B4530 background

This text has black color on #4B4530 background.


White color preview on #4B4530 background

This text has white color on #4B4530 background.