COLOR #4B754B

HEX: #4B754B
RGB: (75,117,75)

Color info

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

RGB color model

#4B754B color RGB value is (75,117,75).

  • red value is 75;
  • green value is 117;
  • blue value is 75.
RGB:
(75,117,75)
(29%,46%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 75 of 255 = 29%

75
117
75

R + G + B ~ 35%. #4B754B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 75 = 267 (100%)
R 75 of 267 ~ 28.09%
G 117 of 267 ~ 43.82%
B 75 of 267 ~ 28.09%

%28.09
%43.82
%28.09

CMYK color model

#4B754B color CMYK value is (36,0,36,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 54.12%
CMYK:
(36,0,36,54)
C36M0Y36K54 
(36%,0%,36%,54%)
(0.36/0.00/0.36/0.54)	

CMYK percentages

%35.9
%0
%35.9
%54.12

Codes

Color #4B754B in popluar color models

4B754B
RGB7511775
HSL120°21.88%37.65%
HSB/HSV120°35.90%45.88%
CMYK35.90%0.00%35.90%
54.12%

Color #4B754B in popluar number systems.

HEX4B754B
Decimal7511775
Binary100101111101011001011
Octal113165113

Shades and tints

Shades of #4B754B

#4B754B
(75,117,75)
#456B45
(69,107,69)
#3F613F
(63,97,63)
#395739
(57,87,57)
#334D33
(51,77,51)
#2D432D
(45,67,45)
#273927
(39,57,39)
#212F21
(33,47,33)
#1B251B
(27,37,27)
#151B15
(21,27,21)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #4B754B

#4B754B
(75,117,75)
#5B815B
(91,129,91)
#6B8D6B
(107,141,107)
#7B997B
(123,153,123)
#8BA58B
(139,165,139)
#9BB19B
(155,177,155)
#ABBDAB
(171,189,171)
#BBC9BB
(187,201,187)
#CBD5CB
(203,213,203)
#DBE1DB
(219,225,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B754B; }

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

This text font color is #4B754B.


Background Color

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

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

This div background color is #4B754B.


Border color

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

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

This div border color is #4B754B.


Opacity

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

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

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

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

This text has shadow with #4B754B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B754B on black background.


Color preview on white background

This text has color #4B754B on white background.



Black color preview on #4B754B background

This text has black color on #4B754B background.


White color preview on #4B754B background

This text has white color on #4B754B background.