COLOR #4B621D

HEX: #4B621D
RGB: (75,98,29)

Color info

#4B621D contains mainly red and green colors. Web safe color of #4B621D is #336633 (or #363).

RGB color model

#4B621D color RGB value is (75,98,29).

  • red value is 75;
  • green value is 98;
  • blue value is 29.
RGB:
(75,98,29)
(29%,38%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 29 of 255 = 11%

75
98
29

R + G + B ~ 26%. #4B621D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 29 = 202 (100%)
R 75 of 202 ~ 37.13%
G 98 of 202 ~ 48.51%
B 29 of 202 ~ 14.36%

%37.13
%48.51
%14.36

CMYK color model

#4B621D color CMYK value is (23,0,70,62).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 70.41%
  • key color value is 61.57%
CMYK:
(23,0,70,62)
C23M0Y70K62 
(23%,0%,70%,62%)
(0.23/0.00/0.70/0.62)	

CMYK percentages

%23.47
%0
%70.41
%61.57

Codes

Color #4B621D in popluar color models

4B621D
RGB759829
HSL80°54.33%24.90%
HSB/HSV80°70.41%38.43%
CMYK23.47%0.00%70.41%
61.57%

Color #4B621D in popluar number systems.

HEX4B621D
Decimal759829
Binary1001011110001011101
Octal11314235

Shades and tints

Shades of #4B621D

#4B621D
(75,98,29)
#455A1B
(69,90,27)
#3F5219
(63,82,25)
#394A17
(57,74,23)
#334215
(51,66,21)
#2D3A13
(45,58,19)
#273211
(39,50,17)
#212A0F
(33,42,15)
#1B220D
(27,34,13)
#151A0B
(21,26,11)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #4B621D

#4B621D
(75,98,29)
#5B7031
(91,112,49)
#6B7E45
(107,126,69)
#7B8C59
(123,140,89)
#8B9A6D
(139,154,109)
#9BA881
(155,168,129)
#ABB695
(171,182,149)
#BBC4A9
(187,196,169)
#CBD2BD
(203,210,189)
#DBE0D1
(219,224,209)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B621D color. Also use rgb(75,98,29) instead hex code.

Text Font Color

.myTextColor { color: #4B621D; }

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

This text font color is #4B621D.


Background Color

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

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

This div background color is #4B621D.


Border color

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

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

This div border color is #4B621D.


Opacity

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

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

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

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

This text has shadow with #4B621D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B621D on black background.


Color preview on white background

This text has color #4B621D on white background.



Black color preview on #4B621D background

This text has black color on #4B621D background.


White color preview on #4B621D background

This text has white color on #4B621D background.