COLOR #4B6231

HEX: #4B6231
RGB: (75,98,49)

Color info

#4B6231 contains red, green and blue colors in about the same proportion. Web safe color of #4B6231 is #336633 (or #363).

RGB color model

#4B6231 color RGB value is (75,98,49).

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

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 49 of 255 = 19%

75
98
49

R + G + B ~ 29%. #4B6231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 98 + 49 = 222 (100%)
R 75 of 222 ~ 33.78%
G 98 of 222 ~ 44.14%
B 49 of 222 ~ 22.07%

%33.78
%44.14
%22.07

CMYK color model

#4B6231 color CMYK value is (23,0,50,62).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 61.57%
CMYK:
(23,0,50,62)
C23M0Y50K62 
(23%,0%,50%,62%)
(0.23/0.00/0.50/0.62)	

CMYK percentages

%23.47
%0
%50
%61.57

Codes

Color #4B6231 in popluar color models

4B6231
RGB759849
HSL88°33.33%28.82%
HSB/HSV88°50.00%38.43%
CMYK23.47%0.00%50.00%
61.57%

Color #4B6231 in popluar number systems.

HEX4B6231
Decimal759849
Binary10010111100010110001
Octal11314261

Shades and tints

Shades of #4B6231

#4B6231
(75,98,49)
#455A2D
(69,90,45)
#3F5229
(63,82,41)
#394A25
(57,74,37)
#334221
(51,66,33)
#2D3A1D
(45,58,29)
#273219
(39,50,25)
#212A15
(33,42,21)
#1B2211
(27,34,17)
#151A0D
(21,26,13)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #4B6231

#4B6231
(75,98,49)
#5B7043
(91,112,67)
#6B7E55
(107,126,85)
#7B8C67
(123,140,103)
#8B9A79
(139,154,121)
#9BA88B
(155,168,139)
#ABB69D
(171,182,157)
#BBC4AF
(187,196,175)
#CBD2C1
(203,210,193)
#DBE0D3
(219,224,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6231; }

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

This text font color is #4B6231.


Background Color

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

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

This div background color is #4B6231.


Border color

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

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

This div border color is #4B6231.


Opacity

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

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

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

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

This text has shadow with #4B6231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6231 on black background.


Color preview on white background

This text has color #4B6231 on white background.



Black color preview on #4B6231 background

This text has black color on #4B6231 background.


White color preview on #4B6231 background

This text has white color on #4B6231 background.