COLOR #4B2700

HEX: #4B2700
RGB: (75,39,0)

Color info

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

RGB color model

#4B2700 color RGB value is (75,39,0).

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

RGB channels and saturation

R 75 of 255 = 29%
G 39 of 255 = 15%
B 0 of 255 = 0%

75
39
0

R + G + B ~ 15%. #4B2700 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 39 + 0 = 114 (100%)
R 75 of 114 ~ 65.79%
G 39 of 114 ~ 34.21%
B 0 of 114 ~ 0%

%65.79
%34.21

CMYK color model

#4B2700 color CMYK value is (0,48,100,71).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 100.00%
  • key color value is 70.59%
CMYK:
(0,48,100,71)
C0M48Y100K71 
(0%,48%,100%,71%)
(0.00/0.48/1.00/0.71)	

CMYK percentages

%0
%48
%100
%70.59

Codes

Color #4B2700 in popluar color models

4B2700
RGB75390
HSL31°100.00%14.71%
HSB/HSV31°100.00%29.41%
CMYK0.00%48.00%100.00%
70.59%

Color #4B2700 in popluar number systems.

HEX4B2700
Decimal75390
Binary10010111001110
Octal113470

Shades and tints

Shades of #4B2700

#4B2700
(75,39,0)
#452400
(69,36,0)
#3F2100
(63,33,0)
#391E00
(57,30,0)
#331B00
(51,27,0)
#2D1800
(45,24,0)
#271500
(39,21,0)
#211200
(33,18,0)
#1B0F00
(27,15,0)
#150C00
(21,12,0)
#0F0900
(15,9,0)
#000000
(0,0,0)

Tints of #4B2700

#4B2700
(75,39,0)
#5B3A17
(91,58,23)
#6B4D2E
(107,77,46)
#7B6045
(123,96,69)
#8B735C
(139,115,92)
#9B8673
(155,134,115)
#AB998A
(171,153,138)
#BBACA1
(187,172,161)
#CBBFB8
(203,191,184)
#DBD2CF
(219,210,207)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2700; }

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

This text font color is #4B2700.


Background Color

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

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

This div background color is #4B2700.


Border color

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

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

This div border color is #4B2700.


Opacity

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

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

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

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

This text has shadow with #4B2700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2700 on black background.


Color preview on white background

This text has color #4B2700 on white background.



Black color preview on #4B2700 background

This text has black color on #4B2700 background.


White color preview on #4B2700 background

This text has white color on #4B2700 background.