COLOR #4B7844

HEX: #4B7844 RGB: (75,120,68)

Color info

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

RGB color model

#4B7844 color RGB value is (75,120,68).

RGB: (75,120,68) (29%, 47%, 27%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 68 of 255 = 27%

75
120
68

R + G + B ~ 34%. #4B7844 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 120 + 68 = 263 (100%)
R 75 of 263 ~ 28.52%
G 120 of 263 ~ 45.63%
B 68 of 263 ~ 25.86'%

%28.52
%45.63
%25.86

CMYK color model

#4B7844 color CMYK value is (38,0,43,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 52.94%
CMYK: (38,0,43,53) C38M0Y43K53 (38%,0%,43%,53%) (0.38/0.00/0.43/0.53) 

CMYK percentages

%37.5
%0
%43.33
%52.94

Codes

Color #4B7844 in popluar color models

4B 78 44
RGB 75 120 68
HSL 112° 27.66% 36.86%
HSB/HSV 112° 43.33% 47.06%
CMYK 37.50% 0.00% 43.33%
52.94%

Color #4B7844 in popluar number systems.

HEX 4B 78 44
Decimal 75 120 68
Binary 1001011 1111000 1000100
Octal 113 170 104

Shades and tints

Shades of #4B7844

#4B7844
(75,120,68)
#456E3E
(69,110,62)
#3F6438
(63,100,56)
#395A32
(57,90,50)
#33502C
(51,80,44)
#2D4626
(45,70,38)
#273C20
(39,60,32)
#21321A
(33,50,26)
#1B2814
(27,40,20)
#151E0E
(21,30,14)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #4B7844

#4B7844
(75,120,68)
#5B8455
(91,132,85)
#6B9066
(107,144,102)
#7B9C77
(123,156,119)
#8BA888
(139,168,136)
#9BB499
(155,180,153)
#ABC0AA
(171,192,170)
#BBCCBB
(187,204,187)
#CBD8CC
(203,216,204)
#DBE4DD
(219,228,221)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7844 color. Also use rgb(75,120,68) instead hex code.

Text Font Color

.myTextColor { color: #4B7844; }

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

This text font color is #4B7844.

Background Color

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

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

This div background color is #4B7844.

Border color

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

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

This div border color is #4B7844.

Opacity

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

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

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

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

This text has shadow with #4B7844 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7844.

Preview

Color preview on black background

This text has color #4B7844 on black background.


Color preview on white background

This text has color #4B7844 on white background.


Black color preview on #4B7844 background

This text has black color on #4B7844 background.


White color preview on #4B7844 background

This text has white color on #4B7844 background.


Related colors

Complementary color

Complementary color for #hex is #B487BB.


I love getcolorcode.com

Triadic colors

1 #444B78 and #78444B with #4B7844 are triadic colors.

2 #44784B and #784B44 with #4B7844 are triadic colors.