COLOR #4B4230

HEX: #4B4230
RGB: (75,66,48)

Color info

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

RGB color model

#4B4230 color RGB value is (75,66,48).

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

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 48 of 255 = 19%

75
66
48

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

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 48 = 189 (100%)
R 75 of 189 ~ 39.68%
G 66 of 189 ~ 34.92%
B 48 of 189 ~ 25.4%

%39.68
%34.92
%25.4

CMYK color model

#4B4230 color CMYK value is (0,12,36,71).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(0,12,36,71)
C0M12Y36K71 
(0%,12%,36%,71%)
(0.00/0.12/0.36/0.71)	

CMYK percentages

%0
%12
%36
%70.59

Codes

Color #4B4230 in popluar color models

4B4230
RGB756648
HSL40°21.95%24.12%
HSB/HSV40°36.00%29.41%
CMYK0.00%12.00%36.00%
70.59%

Color #4B4230 in popluar number systems.

HEX4B4230
Decimal756648
Binary10010111000010110000
Octal11310260

Shades and tints

Shades of #4B4230

#4B4230
(75,66,48)
#453C2C
(69,60,44)
#3F3628
(63,54,40)
#393024
(57,48,36)
#332A20
(51,42,32)
#2D241C
(45,36,28)
#271E18
(39,30,24)
#211814
(33,24,20)
#1B1210
(27,18,16)
#150C0C
(21,12,12)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #4B4230

#4B4230
(75,66,48)
#5B5342
(91,83,66)
#6B6454
(107,100,84)
#7B7566
(123,117,102)
#8B8678
(139,134,120)
#9B978A
(155,151,138)
#ABA89C
(171,168,156)
#BBB9AE
(187,185,174)
#CBCAC0
(203,202,192)
#DBDBD2
(219,219,210)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4230; }

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

This text font color is #4B4230.


Background Color

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

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

This div background color is #4B4230.


Border color

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

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

This div border color is #4B4230.


Opacity

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

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

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

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

This text has shadow with #4B4230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4230 on black background.


Color preview on white background

This text has color #4B4230 on white background.



Black color preview on #4B4230 background

This text has black color on #4B4230 background.


White color preview on #4B4230 background

This text has white color on #4B4230 background.