COLOR #4B7354

HEX: #4B7354 RGB: (75,115,84)

Color info

#4B7354 contains red, green and blue colors in about the same proportion. Web safe color of #4B7354 is #336666 (or #366).

RGB color model

#4B7354 color RGB value is (75,115,84).

RGB: (75,115,84) (29%, 45%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 84 of 255 = 33%

75
115
84

R + G + B ~ 36%. #4B7354 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 115 + 84 = 274 (100%)
R 75 of 274 ~ 27.37%
G 115 of 274 ~ 41.97%
B 84 of 274 ~ 30.66'%

%27.37
%41.97
%30.66

CMYK color model

#4B7354 color CMYK value is (35,0,27,55).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 54.90%

CMYK: (35,0,27,55)
C35M0Y27K55 (35%, 0%, 27%, 55%)
(0.35 / 0.00 / 0.27 / 0.55)

CMYK percentages

%34.78
%0
%26.96
%54.9

Codes

Color #4B7354 in popluar color models

4B 73 54
RGB 75 115 84
HSL 134° 21.05% 37.25%
HSB/HSV 134° 34.78% 45.10%
CMYK 34.78% 0.00% 26.96%
54.90%

Color #4B7354 in popluar number systems.

HEX 4B 73 54
Decimal 75 115 84
Binary 1001011 1110011 1010100
Octal 113 163 124

Shades and tints

Shades of #4B7354

#4B7354
(75,115,84)
#45694D
(69,105,77)
#3F5F46
(63,95,70)
#39553F
(57,85,63)
#334B38
(51,75,56)
#2D4131
(45,65,49)
#27372A
(39,55,42)
#212D23
(33,45,35)
#1B231C
(27,35,28)
#151915
(21,25,21)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #4B7354

#4B7354
(75,115,84)
#5B7F63
(91,127,99)
#6B8B72
(107,139,114)
#7B9781
(123,151,129)
#8BA390
(139,163,144)
#9BAF9F
(155,175,159)
#ABBBAE
(171,187,174)
#BBC7BD
(187,199,189)
#CBD3CC
(203,211,204)
#DBDFDB
(219,223,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7354 color. Also use rgb(75,115,84) instead hex code.

Text Font Color

.myTextColor { color: #4B7354; }

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

This text font color is #4B7354.

Background Color

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

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

This div background color is #4B7354.

Border color

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

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

This div border color is #4B7354.

Opacity

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

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

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

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

This text has shadow with #4B7354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7354.

Preview

Color preview on black background

This text has color #4B7354 on black background.


Color preview on white background

This text has color #4B7354 on white background.


Black color preview on #4B7354 background

This text has black color on #4B7354 background.


White color preview on #4B7354 background

This text has white color on #4B7354 background.


Related colors

Complementary color

Complementary color for #hex is #B48CAB.


I love getcolorcode.com

Triadic colors

1 #544B73 and #73544B with #4B7354 are triadic colors.

2 #54734B and #734B54 with #4B7354 are triadic colors.