COLOR #4B7135

HEX: #4B7135 RGB: (75,113,53)

Color info

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

RGB color model

#4B7135 color RGB value is (75,113,53).

RGB: (75,113,53) (29%, 44%, 21%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 53 of 255 = 21%

75
113
53

R + G + B ~ 31%. #4B7135 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 113 + 53 = 241 (100%)
R 75 of 241 ~ 31.12%
G 113 of 241 ~ 46.89%
B 53 of 241 ~ 21.99'%

%31.12
%46.89
%21.99

CMYK color model

#4B7135 color CMYK value is (34,0,53,56).

  • cyan value is 33.63%
  • magenta value is 0.00%
  • yellow value is 53.10%
  • key color value is 55.69%

CMYK: (34,0,53,56)
C34M0Y53K56 (34%, 0%, 53%, 56%)
(0.34 / 0.00 / 0.53 / 0.56)

CMYK percentages

%33.63
%0
%53.1
%55.69

Codes

Color #4B7135 in popluar color models

4B 71 35
RGB 75 113 53
HSL 98° 36.14% 32.55%
HSB/HSV 98° 53.10% 44.31%
CMYK 33.63% 0.00% 53.10%
55.69%

Color #4B7135 in popluar number systems.

HEX 4B 71 35
Decimal 75 113 53
Binary 1001011 1110001 110101
Octal 113 161 65

Shades and tints

Shades of #4B7135

#4B7135
(75,113,53)
#456731
(69,103,49)
#3F5D2D
(63,93,45)
#395329
(57,83,41)
#334925
(51,73,37)
#2D3F21
(45,63,33)
#27351D
(39,53,29)
#212B19
(33,43,25)
#1B2115
(27,33,21)
#151711
(21,23,17)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B7135

#4B7135
(75,113,53)
#5B7D47
(91,125,71)
#6B8959
(107,137,89)
#7B956B
(123,149,107)
#8BA17D
(139,161,125)
#9BAD8F
(155,173,143)
#ABB9A1
(171,185,161)
#BBC5B3
(187,197,179)
#CBD1C5
(203,209,197)
#DBDDD7
(219,221,215)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7135 color. Also use rgb(75,113,53) instead hex code.

Text Font Color

.myTextColor { color: #4B7135; }

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

This text font color is #4B7135.

Background Color

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

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

This div background color is #4B7135.

Border color

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

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

This div border color is #4B7135.

Opacity

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

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

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

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

This text has shadow with #4B7135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7135.

Preview

Color preview on black background

This text has color #4B7135 on black background.


Color preview on white background

This text has color #4B7135 on white background.


Black color preview on #4B7135 background

This text has black color on #4B7135 background.


White color preview on #4B7135 background

This text has white color on #4B7135 background.


Related colors

Complementary color

Complementary color for #hex is #B48ECA.


I love getcolorcode.com

Triadic colors

1 #354B71 and #71354B with #4B7135 are triadic colors.

2 #35714B and #714B35 with #4B7135 are triadic colors.