COLOR #4B483A

HEX: #4B483A
RGB: (75,72,58)

Color info

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

RGB color model

#4B483A color RGB value is (75,72,58).

  • red value is 75;
  • green value is 72;
  • blue value is 58.
RGB:
(75,72,58)
(29%,28%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 58 of 255 = 23%

75
72
58

R + G + B ~ 27%. #4B483A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 58 = 205 (100%)
R 75 of 205 ~ 36.59%
G 72 of 205 ~ 35.12%
B 58 of 205 ~ 28.29%

%36.59
%35.12
%28.29

CMYK color model

#4B483A color CMYK value is (0,4,23,71).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,4,23,71)
C0M4Y23K71 
(0%,4%,23%,71%)
(0.00/0.04/0.23/0.71)	

CMYK percentages

%0
%4
%22.67
%70.59

Codes

Color #4B483A in popluar color models

4B483A
RGB757258
HSL49°12.78%26.08%
HSB/HSV49°22.67%29.41%
CMYK0.00%4.00%22.67%
70.59%

Color #4B483A in popluar number systems.

HEX4B483A
Decimal757258
Binary10010111001000111010
Octal11311072

Shades and tints

Shades of #4B483A

#4B483A
(75,72,58)
#454235
(69,66,53)
#3F3C30
(63,60,48)
#39362B
(57,54,43)
#333026
(51,48,38)
#2D2A21
(45,42,33)
#27241C
(39,36,28)
#211E17
(33,30,23)
#1B1812
(27,24,18)
#15120D
(21,18,13)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #4B483A

#4B483A
(75,72,58)
#5B584B
(91,88,75)
#6B685C
(107,104,92)
#7B786D
(123,120,109)
#8B887E
(139,136,126)
#9B988F
(155,152,143)
#ABA8A0
(171,168,160)
#BBB8B1
(187,184,177)
#CBC8C2
(203,200,194)
#DBD8D3
(219,216,211)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B483A color. Also use rgb(75,72,58) instead hex code.

Text Font Color

.myTextColor { color: #4B483A; }

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

This text font color is #4B483A.


Background Color

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

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

This div background color is #4B483A.


Border color

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

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

This div border color is #4B483A.


Opacity

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

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

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

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

This text has shadow with #4B483A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B483A on black background.


Color preview on white background

This text has color #4B483A on white background.



Black color preview on #4B483A background

This text has black color on #4B483A background.


White color preview on #4B483A background

This text has white color on #4B483A background.