COLOR #4B6330

HEX: #4B6330 RGB: (75,99,48)

Color info

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

RGB color model

#4B6330 color RGB value is (75,99,48).

RGB: (75,99,48) (29%, 39%, 19%)

RGB channels and saturation

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

75
99
48

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

Portions of RGB colors in percentages

R + G + B = 75 + 99 + 48 = 222 (100%)
R 75 of 222 ~ 33.78%
G 99 of 222 ~ 44.59%
B 48 of 222 ~ 21.62'%

%33.78
%44.59
%21.62

CMYK color model

#4B6330 color CMYK value is (24,0,52,61).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 61.18%

CMYK: (24,0,52,61)
C24M0Y52K61 (24%, 0%, 52%, 61%)
(0.24 / 0.00 / 0.52 / 0.61)

CMYK percentages

%24.24
%0
%51.52
%61.18

Codes

Color #4B6330 in popluar color models

4B 63 30
RGB 75 99 48
HSL 88° 34.69% 28.82%
HSB/HSV 88° 51.52% 38.82%
CMYK 24.24% 0.00% 51.52%
61.18%

Color #4B6330 in popluar number systems.

HEX 4B 63 30
Decimal 75 99 48
Binary 1001011 1100011 110000
Octal 113 143 60

Shades and tints

Shades of #4B6330

#4B6330
(75,99,48)
#455A2C
(69,90,44)
#3F5128
(63,81,40)
#394824
(57,72,36)
#333F20
(51,63,32)
#2D361C
(45,54,28)
#272D18
(39,45,24)
#212414
(33,36,20)
#1B1B10
(27,27,16)
#15120C
(21,18,12)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #4B6330

#4B6330
(75,99,48)
#5B7142
(91,113,66)
#6B7F54
(107,127,84)
#7B8D66
(123,141,102)
#8B9B78
(139,155,120)
#9BA98A
(155,169,138)
#ABB79C
(171,183,156)
#BBC5AE
(187,197,174)
#CBD3C0
(203,211,192)
#DBE1D2
(219,225,210)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6330; }

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

This text font color is #4B6330.

Background Color

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

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

This div background color is #4B6330.

Border color

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

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

This div border color is #4B6330.

Opacity

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

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

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

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

This text has shadow with #4B6330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6330.

Preview

Color preview on black background

This text has color #4B6330 on black background.


Color preview on white background

This text has color #4B6330 on white background.


Black color preview on #4B6330 background

This text has black color on #4B6330 background.


White color preview on #4B6330 background

This text has white color on #4B6330 background.


Related colors

Complementary color

Complementary color for #hex is #B49CCF.


I love getcolorcode.com

Triadic colors

1 #304B63 and #63304B with #4B6330 are triadic colors.

2 #30634B and #634B30 with #4B6330 are triadic colors.