COLOR #4B381B

HEX: #4B381B
RGB: (75,56,27)

Color info

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

RGB color model

#4B381B color RGB value is (75,56,27).

  • red value is 75;
  • green value is 56;
  • blue value is 27.
RGB:
(75,56,27)
(29%,22%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 27 of 255 = 11%

75
56
27

R + G + B ~ 21%. #4B381B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 27 = 158 (100%)
R 75 of 158 ~ 47.47%
G 56 of 158 ~ 35.44%
B 27 of 158 ~ 17.09%

%47.47
%35.44
%17.09

CMYK color model

#4B381B color CMYK value is (0,25,64,71).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 64.00%
  • key color value is 70.59%
CMYK:
(0,25,64,71)
C0M25Y64K71 
(0%,25%,64%,71%)
(0.00/0.25/0.64/0.71)	

CMYK percentages

%0
%25.33
%64
%70.59

Codes

Color #4B381B in popluar color models

4B381B
RGB755627
HSL36°47.06%20.00%
HSB/HSV36°64.00%29.41%
CMYK0.00%25.33%64.00%
70.59%

Color #4B381B in popluar number systems.

HEX4B381B
Decimal755627
Binary100101111100011011
Octal1137033

Shades and tints

Shades of #4B381B

#4B381B
(75,56,27)
#453319
(69,51,25)
#3F2E17
(63,46,23)
#392915
(57,41,21)
#332413
(51,36,19)
#2D1F11
(45,31,17)
#271A0F
(39,26,15)
#21150D
(33,21,13)
#1B100B
(27,16,11)
#150B09
(21,11,9)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #4B381B

#4B381B
(75,56,27)
#5B4A2F
(91,74,47)
#6B5C43
(107,92,67)
#7B6E57
(123,110,87)
#8B806B
(139,128,107)
#9B927F
(155,146,127)
#ABA493
(171,164,147)
#BBB6A7
(187,182,167)
#CBC8BB
(203,200,187)
#DBDACF
(219,218,207)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B381B color. Also use rgb(75,56,27) instead hex code.

Text Font Color

.myTextColor { color: #4B381B; }

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

This text font color is #4B381B.


Background Color

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

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

This div background color is #4B381B.


Border color

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

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

This div border color is #4B381B.


Opacity

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

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

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

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

This text has shadow with #4B381B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B381B on black background.


Color preview on white background

This text has color #4B381B on white background.



Black color preview on #4B381B background

This text has black color on #4B381B background.


White color preview on #4B381B background

This text has white color on #4B381B background.