COLOR #4B341E

HEX: #4B341E
RGB: (75,52,30)

Color info

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

RGB color model

#4B341E color RGB value is (75,52,30).

  • red value is 75;
  • green value is 52;
  • blue value is 30.
RGB:
(75,52,30)
(29%,20%,12%)

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 30 of 255 = 12%

75
52
30

R + G + B ~ 20%. #4B341E is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 30 = 157 (100%)
R 75 of 157 ~ 47.77%
G 52 of 157 ~ 33.12%
B 30 of 157 ~ 19.11%

%47.77
%33.12
%19.11

CMYK color model

#4B341E color CMYK value is (0,31,60,71).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 60.00%
  • key color value is 70.59%
CMYK:
(0,31,60,71)
C0M31Y60K71 
(0%,31%,60%,71%)
(0.00/0.31/0.60/0.71)	

CMYK percentages

%0
%30.67
%60
%70.59

Codes

Color #4B341E in popluar color models

4B341E
RGB755230
HSL29°42.86%20.59%
HSB/HSV29°60.00%29.41%
CMYK0.00%30.67%60.00%
70.59%

Color #4B341E in popluar number systems.

HEX4B341E
Decimal755230
Binary100101111010011110
Octal1136436

Shades and tints

Shades of #4B341E

#4B341E
(75,52,30)
#45301C
(69,48,28)
#3F2C1A
(63,44,26)
#392818
(57,40,24)
#332416
(51,36,22)
#2D2014
(45,32,20)
#271C12
(39,28,18)
#211810
(33,24,16)
#1B140E
(27,20,14)
#15100C
(21,16,12)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #4B341E

#4B341E
(75,52,30)
#5B4632
(91,70,50)
#6B5846
(107,88,70)
#7B6A5A
(123,106,90)
#8B7C6E
(139,124,110)
#9B8E82
(155,142,130)
#ABA096
(171,160,150)
#BBB2AA
(187,178,170)
#CBC4BE
(203,196,190)
#DBD6D2
(219,214,210)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B341E color. Also use rgb(75,52,30) instead hex code.

Text Font Color

.myTextColor { color: #4B341E; }

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

This text font color is #4B341E.


Background Color

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

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

This div background color is #4B341E.


Border color

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

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

This div border color is #4B341E.


Opacity

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

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

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

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

This text has shadow with #4B341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B341E on black background.


Color preview on white background

This text has color #4B341E on white background.



Black color preview on #4B341E background

This text has black color on #4B341E background.


White color preview on #4B341E background

This text has white color on #4B341E background.