COLOR #4B340F

HEX: #4B340F
RGB: (75,52,15)

Color info

#4B340F contains mainly red and green colors. Web safe color of #4B340F is #333300 (or #330).

RGB color model

#4B340F color RGB value is (75,52,15).

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

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 15 of 255 = 6%

75
52
15

R + G + B ~ 18%. #4B340F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 15 = 142 (100%)
R 75 of 142 ~ 52.82%
G 52 of 142 ~ 36.62%
B 15 of 142 ~ 10.56%

%52.82
%36.62
%10.56

CMYK color model

#4B340F color CMYK value is (0,31,80,71).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 80.00%
  • key color value is 70.59%
CMYK:
(0,31,80,71)
C0M31Y80K71 
(0%,31%,80%,71%)
(0.00/0.31/0.80/0.71)	

CMYK percentages

%0
%30.67
%80
%70.59

Codes

Color #4B340F in popluar color models

4B340F
RGB755215
HSL37°66.67%17.65%
HSB/HSV37°80.00%29.41%
CMYK0.00%30.67%80.00%
70.59%

Color #4B340F in popluar number systems.

HEX4B340F
Decimal755215
Binary10010111101001111
Octal1136417

Shades and tints

Shades of #4B340F

#4B340F
(75,52,15)
#45300E
(69,48,14)
#3F2C0D
(63,44,13)
#39280C
(57,40,12)
#33240B
(51,36,11)
#2D200A
(45,32,10)
#271C09
(39,28,9)
#211808
(33,24,8)
#1B1407
(27,20,7)
#151006
(21,16,6)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #4B340F

#4B340F
(75,52,15)
#5B4624
(91,70,36)
#6B5839
(107,88,57)
#7B6A4E
(123,106,78)
#8B7C63
(139,124,99)
#9B8E78
(155,142,120)
#ABA08D
(171,160,141)
#BBB2A2
(187,178,162)
#CBC4B7
(203,196,183)
#DBD6CC
(219,214,204)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B340F; }

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

This text font color is #4B340F.


Background Color

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

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

This div background color is #4B340F.


Border color

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

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

This div border color is #4B340F.


Opacity

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

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

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

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

This text has shadow with #4B340F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B340F on black background.


Color preview on white background

This text has color #4B340F on white background.



Black color preview on #4B340F background

This text has black color on #4B340F background.


White color preview on #4B340F background

This text has white color on #4B340F background.