COLOR #4B451A

HEX: #4B451A
RGB: (75,69,26)

Color info

#4B451A contains red, green and blue colors in about the same proportion. Web safe color of #4B451A is #333300 (or #330).

RGB color model

#4B451A color RGB value is (75,69,26).

  • red value is 75;
  • green value is 69;
  • blue value is 26.
RGB:
(75,69,26)
(29%,27%,10%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 26 of 255 = 10%

75
69
26

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

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 26 = 170 (100%)
R 75 of 170 ~ 44.12%
G 69 of 170 ~ 40.59%
B 26 of 170 ~ 15.29%

%44.12
%40.59
%15.29

CMYK color model

#4B451A color CMYK value is (0,8,65,71).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 65.33%
  • key color value is 70.59%
CMYK:
(0,8,65,71)
C0M8Y65K71 
(0%,8%,65%,71%)
(0.00/0.08/0.65/0.71)	

CMYK percentages

%0
%8
%65.33
%70.59

Codes

Color #4B451A in popluar color models

4B451A
RGB756926
HSL53°48.51%19.80%
HSB/HSV53°65.33%29.41%
CMYK0.00%8.00%65.33%
70.59%

Color #4B451A in popluar number systems.

HEX4B451A
Decimal756926
Binary1001011100010111010
Octal11310532

Shades and tints

Shades of #4B451A

#4B451A
(75,69,26)
#453F18
(69,63,24)
#3F3916
(63,57,22)
#393314
(57,51,20)
#332D12
(51,45,18)
#2D2710
(45,39,16)
#27210E
(39,33,14)
#211B0C
(33,27,12)
#1B150A
(27,21,10)
#150F08
(21,15,8)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #4B451A

#4B451A
(75,69,26)
#5B552E
(91,85,46)
#6B6542
(107,101,66)
#7B7556
(123,117,86)
#8B856A
(139,133,106)
#9B957E
(155,149,126)
#ABA592
(171,165,146)
#BBB5A6
(187,181,166)
#CBC5BA
(203,197,186)
#DBD5CE
(219,213,206)
#EBE5E2
(235,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B451A color. Also use rgb(75,69,26) instead hex code.

Text Font Color

.myTextColor { color: #4B451A; }

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

This text font color is #4B451A.


Background Color

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

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

This div background color is #4B451A.


Border color

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

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

This div border color is #4B451A.


Opacity

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

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

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

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

This text has shadow with #4B451A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B451A on black background.


Color preview on white background

This text has color #4B451A on white background.



Black color preview on #4B451A background

This text has black color on #4B451A background.


White color preview on #4B451A background

This text has white color on #4B451A background.