COLOR #4B631B

HEX: #4B631B
RGB: (75,99,27)

Color info

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

RGB color model

#4B631B color RGB value is (75,99,27).

  • red value is 75;
  • green value is 99;
  • blue value is 27.
RGB:
(75,99,27)
(29%,39%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 99 of 255 = 39%
B 27 of 255 = 11%

75
99
27

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

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 27 = 201 (100%)
R 75 of 201 ~ 37.31%
G 99 of 201 ~ 49.25%
B 27 of 201 ~ 13.43%

%37.31
%49.25
%13.43

CMYK color model

#4B631B color CMYK value is (24,0,73,61).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 61.18%
CMYK:
(24,0,73,61)
C24M0Y73K61 
(24%,0%,73%,61%)
(0.24/0.00/0.73/0.61)	

CMYK percentages

%24.24
%0
%72.73
%61.18

Codes

Color #4B631B in popluar color models

4B631B
RGB759927
HSL80°57.14%24.71%
HSB/HSV80°72.73%38.82%
CMYK24.24%0.00%72.73%
61.18%

Color #4B631B in popluar number systems.

HEX4B631B
Decimal759927
Binary1001011110001111011
Octal11314333

Shades and tints

Shades of #4B631B

#4B631B
(75,99,27)
#455A19
(69,90,25)
#3F5117
(63,81,23)
#394815
(57,72,21)
#333F13
(51,63,19)
#2D3611
(45,54,17)
#272D0F
(39,45,15)
#21240D
(33,36,13)
#1B1B0B
(27,27,11)
#151209
(21,18,9)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #4B631B

#4B631B
(75,99,27)
#5B712F
(91,113,47)
#6B7F43
(107,127,67)
#7B8D57
(123,141,87)
#8B9B6B
(139,155,107)
#9BA97F
(155,169,127)
#ABB793
(171,183,147)
#BBC5A7
(187,197,167)
#CBD3BB
(203,211,187)
#DBE1CF
(219,225,207)
#EBEFE3
(235,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B631B color. Also use rgb(75,99,27) instead hex code.

Text Font Color

.myTextColor { color: #4B631B; }

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

This text font color is #4B631B.


Background Color

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

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

This div background color is #4B631B.


Border color

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

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

This div border color is #4B631B.


Opacity

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

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

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

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

This text has shadow with #4B631B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B631B on black background.


Color preview on white background

This text has color #4B631B on white background.



Black color preview on #4B631B background

This text has black color on #4B631B background.


White color preview on #4B631B background

This text has white color on #4B631B background.