COLOR #4B510D

HEX: #4B510D
RGB: (75,81,13)

Color info

#4B510D contains mainly red and green colors. Web safe color of #4B510D is #336600 (or #360).

RGB color model

#4B510D color RGB value is (75,81,13).

  • red value is 75;
  • green value is 81;
  • blue value is 13.
RGB:
(75,81,13)
(29%,32%,5%)

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 13 of 255 = 5%

75
81
13

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

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 13 = 169 (100%)
R 75 of 169 ~ 44.38%
G 81 of 169 ~ 47.93%
B 13 of 169 ~ 7.69%

%44.38
%47.93

CMYK color model

#4B510D color CMYK value is (7,0,84,68).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 83.95%
  • key color value is 68.24%
CMYK:
(7,0,84,68)
C7M0Y84K68 
(7%,0%,84%,68%)
(0.07/0.00/0.84/0.68)	

CMYK percentages

%7.41
%0
%83.95
%68.24

Codes

Color #4B510D in popluar color models

4B510D
RGB758113
HSL65°72.34%18.43%
HSB/HSV65°83.95%31.76%
CMYK7.41%0.00%83.95%
68.24%

Color #4B510D in popluar number systems.

HEX4B510D
Decimal758113
Binary100101110100011101
Octal11312115

Shades and tints

Shades of #4B510D

#4B510D
(75,81,13)
#454A0C
(69,74,12)
#3F430B
(63,67,11)
#393C0A
(57,60,10)
#333509
(51,53,9)
#2D2E08
(45,46,8)
#272707
(39,39,7)
#212006
(33,32,6)
#1B1905
(27,25,5)
#151204
(21,18,4)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #4B510D

#4B510D
(75,81,13)
#5B6023
(91,96,35)
#6B6F39
(107,111,57)
#7B7E4F
(123,126,79)
#8B8D65
(139,141,101)
#9B9C7B
(155,156,123)
#ABAB91
(171,171,145)
#BBBAA7
(187,186,167)
#CBC9BD
(203,201,189)
#DBD8D3
(219,216,211)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B510D color. Also use rgb(75,81,13) instead hex code.

Text Font Color

.myTextColor { color: #4B510D; }

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

This text font color is #4B510D.


Background Color

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

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

This div background color is #4B510D.


Border color

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

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

This div border color is #4B510D.


Opacity

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

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

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

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

This text has shadow with #4B510D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B510D on black background.


Color preview on white background

This text has color #4B510D on white background.



Black color preview on #4B510D background

This text has black color on #4B510D background.


White color preview on #4B510D background

This text has white color on #4B510D background.