COLOR #4B7742

HEX: #4B7742
RGB: (75,119,66)

Color info

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

RGB color model

#4B7742 color RGB value is (75,119,66).

  • red value is 75;
  • green value is 119;
  • blue value is 66.
RGB:
(75,119,66)
(29%,47%,26%)

RGB channels and saturation

R 75 of 255 = 29%
G 119 of 255 = 47%
B 66 of 255 = 26%

75
119
66

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

Portions of RGB colors in percentages

R + G + B =
75 + 119 + 66 = 260 (100%)
R 75 of 260 ~ 28.85%
G 119 of 260 ~ 45.77%
B 66 of 260 ~ 25.38%

%28.85
%45.77
%25.38

CMYK color model

#4B7742 color CMYK value is (37,0,45,53).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 53.33%
CMYK:
(37,0,45,53)
C37M0Y45K53 
(37%,0%,45%,53%)
(0.37/0.00/0.45/0.53)	

CMYK percentages

%36.97
%0
%44.54
%53.33

Codes

Color #4B7742 in popluar color models

4B7742
RGB7511966
HSL110°28.65%36.27%
HSB/HSV110°44.54%46.67%
CMYK36.97%0.00%44.54%
53.33%

Color #4B7742 in popluar number systems.

HEX4B7742
Decimal7511966
Binary100101111101111000010
Octal113167102

Shades and tints

Shades of #4B7742

#4B7742
(75,119,66)
#456D3C
(69,109,60)
#3F6336
(63,99,54)
#395930
(57,89,48)
#334F2A
(51,79,42)
#2D4524
(45,69,36)
#273B1E
(39,59,30)
#213118
(33,49,24)
#1B2712
(27,39,18)
#151D0C
(21,29,12)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #4B7742

#4B7742
(75,119,66)
#5B8353
(91,131,83)
#6B8F64
(107,143,100)
#7B9B75
(123,155,117)
#8BA786
(139,167,134)
#9BB397
(155,179,151)
#ABBFA8
(171,191,168)
#BBCBB9
(187,203,185)
#CBD7CA
(203,215,202)
#DBE3DB
(219,227,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7742 color. Also use rgb(75,119,66) instead hex code.

Text Font Color

.myTextColor { color: #4B7742; }

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

This text font color is #4B7742.


Background Color

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

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

This div background color is #4B7742.


Border color

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

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

This div border color is #4B7742.


Opacity

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

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

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

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

This text has shadow with #4B7742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7742 on black background.


Color preview on white background

This text has color #4B7742 on white background.



Black color preview on #4B7742 background

This text has black color on #4B7742 background.


White color preview on #4B7742 background

This text has white color on #4B7742 background.