COLOR #4B182E

HEX: #4B182E
RGB: (75,24,46)

Color info

#4B182E contains red, green and blue colors in about the same proportion. Web safe color of #4B182E is #330033 (or #303).

RGB color model

#4B182E color RGB value is (75,24,46).

  • red value is 75;
  • green value is 24;
  • blue value is 46.
RGB:
(75,24,46)
(29%,9%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 24 of 255 = 9%
B 46 of 255 = 18%

75
24
46

R + G + B ~ 19%. #4B182E is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 24 + 46 = 145 (100%)
R 75 of 145 ~ 51.72%
G 24 of 145 ~ 16.55%
B 46 of 145 ~ 31.72%

%51.72
%16.55
%31.72

CMYK color model

#4B182E color CMYK value is (0,68,39,71).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 38.67%
  • key color value is 70.59%
CMYK:
(0,68,39,71)
C0M68Y39K71 
(0%,68%,39%,71%)
(0.00/0.68/0.39/0.71)	

CMYK percentages

%0
%68
%38.67
%70.59

Codes

Color #4B182E in popluar color models

4B182E
RGB752446
HSL334°51.52%19.41%
HSB/HSV334°68.00%29.41%
CMYK0.00%68.00%38.67%
70.59%

Color #4B182E in popluar number systems.

HEX4B182E
Decimal752446
Binary100101111000101110
Octal1133056

Shades and tints

Shades of #4B182E

#4B182E
(75,24,46)
#45162A
(69,22,42)
#3F1426
(63,20,38)
#391222
(57,18,34)
#33101E
(51,16,30)
#2D0E1A
(45,14,26)
#270C16
(39,12,22)
#210A12
(33,10,18)
#1B080E
(27,8,14)
#15060A
(21,6,10)
#0F0406
(15,4,6)
#000000
(0,0,0)

Tints of #4B182E

#4B182E
(75,24,46)
#5B2D41
(91,45,65)
#6B4254
(107,66,84)
#7B5767
(123,87,103)
#8B6C7A
(139,108,122)
#9B818D
(155,129,141)
#AB96A0
(171,150,160)
#BBABB3
(187,171,179)
#CBC0C6
(203,192,198)
#DBD5D9
(219,213,217)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B182E color. Also use rgb(75,24,46) instead hex code.

Text Font Color

.myTextColor { color: #4B182E; }

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

This text font color is #4B182E.


Background Color

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

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

This div background color is #4B182E.


Border color

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

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

This div border color is #4B182E.


Opacity

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

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

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

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

This text has shadow with #4B182E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B182E on black background.


Color preview on white background

This text has color #4B182E on white background.



Black color preview on #4B182E background

This text has black color on #4B182E background.


White color preview on #4B182E background

This text has white color on #4B182E background.