COLOR #4B6430

HEX: #4B6430
RGB: (75,100,48)

Color info

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

RGB color model

#4B6430 color RGB value is (75,100,48).

  • red value is 75;
  • green value is 100;
  • blue value is 48.
RGB:
(75,100,48)
(29%,39%,19%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 48 of 255 = 19%

75
100
48

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

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 48 = 223 (100%)
R 75 of 223 ~ 33.63%
G 100 of 223 ~ 44.84%
B 48 of 223 ~ 21.52%

%33.63
%44.84
%21.52

CMYK color model

#4B6430 color CMYK value is (25,0,52,61).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 60.78%
CMYK:
(25,0,52,61)
C25M0Y52K61 
(25%,0%,52%,61%)
(0.25/0.00/0.52/0.61)	

CMYK percentages

%25
%0
%52
%60.78

Codes

Color #4B6430 in popluar color models

4B6430
RGB7510048
HSL89°35.14%29.02%
HSB/HSV89°52.00%39.22%
CMYK25.00%0.00%52.00%
60.78%

Color #4B6430 in popluar number systems.

HEX4B6430
Decimal7510048
Binary10010111100100110000
Octal11314460

Shades and tints

Shades of #4B6430

#4B6430
(75,100,48)
#455B2C
(69,91,44)
#3F5228
(63,82,40)
#394924
(57,73,36)
#334020
(51,64,32)
#2D371C
(45,55,28)
#272E18
(39,46,24)
#212514
(33,37,20)
#1B1C10
(27,28,16)
#15130C
(21,19,12)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #4B6430

#4B6430
(75,100,48)
#5B7242
(91,114,66)
#6B8054
(107,128,84)
#7B8E66
(123,142,102)
#8B9C78
(139,156,120)
#9BAA8A
(155,170,138)
#ABB89C
(171,184,156)
#BBC6AE
(187,198,174)
#CBD4C0
(203,212,192)
#DBE2D2
(219,226,210)
#EBF0E4
(235,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6430 color. Also use rgb(75,100,48) instead hex code.

Text Font Color

.myTextColor { color: #4B6430; }

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

This text font color is #4B6430.


Background Color

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

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

This div background color is #4B6430.


Border color

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

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

This div border color is #4B6430.


Opacity

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

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

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

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

This text has shadow with #4B6430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6430 on black background.


Color preview on white background

This text has color #4B6430 on white background.



Black color preview on #4B6430 background

This text has black color on #4B6430 background.


White color preview on #4B6430 background

This text has white color on #4B6430 background.