COLOR #4B431D

HEX: #4B431D
RGB: (75,67,29)

Color info

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

RGB color model

#4B431D color RGB value is (75,67,29).

  • red value is 75;
  • green value is 67;
  • blue value is 29.
RGB:
(75,67,29)
(29%,26%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 67 of 255 = 26%
B 29 of 255 = 11%

75
67
29

R + G + B ~ 22%. #4B431D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 67 + 29 = 171 (100%)
R 75 of 171 ~ 43.86%
G 67 of 171 ~ 39.18%
B 29 of 171 ~ 16.96%

%43.86
%39.18
%16.96

CMYK color model

#4B431D color CMYK value is (0,11,61,71).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 61.33%
  • key color value is 70.59%
CMYK:
(0,11,61,71)
C0M11Y61K71 
(0%,11%,61%,71%)
(0.00/0.11/0.61/0.71)	

CMYK percentages

%0
%10.67
%61.33
%70.59

Codes

Color #4B431D in popluar color models

4B431D
RGB756729
HSL50°44.23%20.39%
HSB/HSV50°61.33%29.41%
CMYK0.00%10.67%61.33%
70.59%

Color #4B431D in popluar number systems.

HEX4B431D
Decimal756729
Binary1001011100001111101
Octal11310335

Shades and tints

Shades of #4B431D

#4B431D
(75,67,29)
#453D1B
(69,61,27)
#3F3719
(63,55,25)
#393117
(57,49,23)
#332B15
(51,43,21)
#2D2513
(45,37,19)
#271F11
(39,31,17)
#21190F
(33,25,15)
#1B130D
(27,19,13)
#150D0B
(21,13,11)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #4B431D

#4B431D
(75,67,29)
#5B5431
(91,84,49)
#6B6545
(107,101,69)
#7B7659
(123,118,89)
#8B876D
(139,135,109)
#9B9881
(155,152,129)
#ABA995
(171,169,149)
#BBBAA9
(187,186,169)
#CBCBBD
(203,203,189)
#DBDCD1
(219,220,209)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B431D color. Also use rgb(75,67,29) instead hex code.

Text Font Color

.myTextColor { color: #4B431D; }

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

This text font color is #4B431D.


Background Color

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

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

This div background color is #4B431D.


Border color

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

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

This div border color is #4B431D.


Opacity

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

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

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

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

This text has shadow with #4B431D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B431D on black background.


Color preview on white background

This text has color #4B431D on white background.



Black color preview on #4B431D background

This text has black color on #4B431D background.


White color preview on #4B431D background

This text has white color on #4B431D background.