COLOR #4B7450

HEX: #4B7450
RGB: (75,116,80)

Color info

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

RGB color model

#4B7450 color RGB value is (75,116,80).

  • red value is 75;
  • green value is 116;
  • blue value is 80.
RGB:
(75,116,80)
(29%,45%,31%)

RGB channels and saturation

R 75 of 255 = 29%
G 116 of 255 = 45%
B 80 of 255 = 31%

75
116
80

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

Portions of RGB colors in percentages

R + G + B =
75 + 116 + 80 = 271 (100%)
R 75 of 271 ~ 27.68%
G 116 of 271 ~ 42.8%
B 80 of 271 ~ 29.52%

%27.68
%42.8
%29.52

CMYK color model

#4B7450 color CMYK value is (35,0,31,55).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(35,0,31,55)
C35M0Y31K55 
(35%,0%,31%,55%)
(0.35/0.00/0.31/0.55)	

CMYK percentages

%35.34
%0
%31.03
%54.51

Codes

Color #4B7450 in popluar color models

4B7450
RGB7511680
HSL127°21.47%37.45%
HSB/HSV127°35.34%45.49%
CMYK35.34%0.00%31.03%
54.51%

Color #4B7450 in popluar number systems.

HEX4B7450
Decimal7511680
Binary100101111101001010000
Octal113164120

Shades and tints

Shades of #4B7450

#4B7450
(75,116,80)
#456A49
(69,106,73)
#3F6042
(63,96,66)
#39563B
(57,86,59)
#334C34
(51,76,52)
#2D422D
(45,66,45)
#273826
(39,56,38)
#212E1F
(33,46,31)
#1B2418
(27,36,24)
#151A11
(21,26,17)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #4B7450

#4B7450
(75,116,80)
#5B805F
(91,128,95)
#6B8C6E
(107,140,110)
#7B987D
(123,152,125)
#8BA48C
(139,164,140)
#9BB09B
(155,176,155)
#ABBCAA
(171,188,170)
#BBC8B9
(187,200,185)
#CBD4C8
(203,212,200)
#DBE0D7
(219,224,215)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7450; }

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

This text font color is #4B7450.


Background Color

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

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

This div background color is #4B7450.


Border color

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

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

This div border color is #4B7450.


Opacity

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

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

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

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

This text has shadow with #4B7450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7450 on black background.


Color preview on white background

This text has color #4B7450 on white background.



Black color preview on #4B7450 background

This text has black color on #4B7450 background.


White color preview on #4B7450 background

This text has white color on #4B7450 background.