COLOR #4B3000

HEX: #4B3000
RGB: (75,48,0)

Color info

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

RGB color model

#4B3000 color RGB value is (75,48,0).

  • red value is 75;
  • green value is 48;
  • blue value is 0.
RGB:
(75,48,0)
(29%,19%,0%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 0 of 255 = 0%

75
48
0

R + G + B ~ 16%. #4B3000 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 0 = 123 (100%)
R 75 of 123 ~ 60.98%
G 48 of 123 ~ 39.02%
B 0 of 123 ~ 0%

%60.98
%39.02

CMYK color model

#4B3000 color CMYK value is (0,36,100,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 100.00%
  • key color value is 70.59%
CMYK:
(0,36,100,71)
C0M36Y100K71 
(0%,36%,100%,71%)
(0.00/0.36/1.00/0.71)	

CMYK percentages

%0
%36
%100
%70.59

Codes

Color #4B3000 in popluar color models

4B3000
RGB75480
HSL38°100.00%14.71%
HSB/HSV38°100.00%29.41%
CMYK0.00%36.00%100.00%
70.59%

Color #4B3000 in popluar number systems.

HEX4B3000
Decimal75480
Binary10010111100000
Octal113600

Shades and tints

Shades of #4B3000

#4B3000
(75,48,0)
#452C00
(69,44,0)
#3F2800
(63,40,0)
#392400
(57,36,0)
#332000
(51,32,0)
#2D1C00
(45,28,0)
#271800
(39,24,0)
#211400
(33,20,0)
#1B1000
(27,16,0)
#150C00
(21,12,0)
#0F0800
(15,8,0)
#000000
(0,0,0)

Tints of #4B3000

#4B3000
(75,48,0)
#5B4217
(91,66,23)
#6B542E
(107,84,46)
#7B6645
(123,102,69)
#8B785C
(139,120,92)
#9B8A73
(155,138,115)
#AB9C8A
(171,156,138)
#BBAEA1
(187,174,161)
#CBC0B8
(203,192,184)
#DBD2CF
(219,210,207)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3000 color. Also use rgb(75,48,0) instead hex code.

Text Font Color

.myTextColor { color: #4B3000; }

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

This text font color is #4B3000.


Background Color

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

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

This div background color is #4B3000.


Border color

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

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

This div border color is #4B3000.


Opacity

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

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

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

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

This text has shadow with #4B3000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3000 on black background.


Color preview on white background

This text has color #4B3000 on white background.



Black color preview on #4B3000 background

This text has black color on #4B3000 background.


White color preview on #4B3000 background

This text has white color on #4B3000 background.