COLOR #4B7858

HEX: #4B7858 RGB: (75,120,88)

Color info

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

RGB color model

#4B7858 color RGB value is (75,120,88).

RGB: (75,120,88) (29%, 47%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 88 of 255 = 35%

75
120
88

R + G + B ~ 37%. #4B7858 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 120 + 88 = 283 (100%)
R 75 of 283 ~ 26.5%
G 120 of 283 ~ 42.4%
B 88 of 283 ~ 31.1'%

%26.5
%42.4
%31.1

CMYK color model

#4B7858 color CMYK value is (38,0,27,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 52.94%

CMYK: (38,0,27,53)
C38M0Y27K53 (38%, 0%, 27%, 53%)
(0.38 / 0.00 / 0.27 / 0.53)

CMYK percentages

%37.5
%0
%26.67
%52.94

Codes

Color #4B7858 in popluar color models

4B 78 58
RGB 75 120 88
HSL 137° 23.08% 38.24%
HSB/HSV 137° 37.50% 47.06%
CMYK 37.50% 0.00% 26.67%
52.94%

Color #4B7858 in popluar number systems.

HEX 4B 78 58
Decimal 75 120 88
Binary 1001011 1111000 1011000
Octal 113 170 130

Shades and tints

Shades of #4B7858

#4B7858
(75,120,88)
#456E50
(69,110,80)
#3F6448
(63,100,72)
#395A40
(57,90,64)
#335038
(51,80,56)
#2D4630
(45,70,48)
#273C28
(39,60,40)
#213220
(33,50,32)
#1B2818
(27,40,24)
#151E10
(21,30,16)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #4B7858

#4B7858
(75,120,88)
#5B8467
(91,132,103)
#6B9076
(107,144,118)
#7B9C85
(123,156,133)
#8BA894
(139,168,148)
#9BB4A3
(155,180,163)
#ABC0B2
(171,192,178)
#BBCCC1
(187,204,193)
#CBD8D0
(203,216,208)
#DBE4DF
(219,228,223)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7858; }

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

This text font color is #4B7858.

Background Color

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

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

This div background color is #4B7858.

Border color

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

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

This div border color is #4B7858.

Opacity

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

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

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

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

This text has shadow with #4B7858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7858.

Preview

Color preview on black background

This text has color #4B7858 on black background.


Color preview on white background

This text has color #4B7858 on white background.


Black color preview on #4B7858 background

This text has black color on #4B7858 background.


White color preview on #4B7858 background

This text has white color on #4B7858 background.


Related colors

Complementary color

Complementary color for #hex is #B487A7.


I love getcolorcode.com

Triadic colors

1 #584B78 and #78584B with #4B7858 are triadic colors.

2 #58784B and #784B58 with #4B7858 are triadic colors.