COLOR #4B7653

HEX: #4B7653
RGB: (75,118,83)

Color info

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

RGB color model

#4B7653 color RGB value is (75,118,83).

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

RGB channels and saturation

R 75 of 255 = 29%
G 118 of 255 = 46%
B 83 of 255 = 33%

75
118
83

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

Portions of RGB colors in percentages

R + G + B =
75 + 118 + 83 = 276 (100%)
R 75 of 276 ~ 27.17%
G 118 of 276 ~ 42.75%
B 83 of 276 ~ 30.07%

%27.17
%42.75
%30.07

CMYK color model

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

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 53.73%
CMYK:
(36,0,30,54)
C36M0Y30K54 
(36%,0%,30%,54%)
(0.36/0.00/0.30/0.54)	

CMYK percentages

%36.44
%0
%29.66
%53.73

Codes

Color #4B7653 in popluar color models

4B7653
RGB7511883
HSL131°22.28%37.84%
HSB/HSV131°36.44%46.27%
CMYK36.44%0.00%29.66%
53.73%

Color #4B7653 in popluar number systems.

HEX4B7653
Decimal7511883
Binary100101111101101010011
Octal113166123

Shades and tints

Shades of #4B7653

#4B7653
(75,118,83)
#456C4C
(69,108,76)
#3F6245
(63,98,69)
#39583E
(57,88,62)
#334E37
(51,78,55)
#2D4430
(45,68,48)
#273A29
(39,58,41)
#213022
(33,48,34)
#1B261B
(27,38,27)
#151C14
(21,28,20)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #4B7653

#4B7653
(75,118,83)
#5B8262
(91,130,98)
#6B8E71
(107,142,113)
#7B9A80
(123,154,128)
#8BA68F
(139,166,143)
#9BB29E
(155,178,158)
#ABBEAD
(171,190,173)
#BBCABC
(187,202,188)
#CBD6CB
(203,214,203)
#DBE2DA
(219,226,218)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7653; }

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

This text font color is #4B7653.


Background Color

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

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

This div background color is #4B7653.


Border color

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

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

This div border color is #4B7653.


Opacity

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

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

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

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

This text has shadow with #4B7653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7653 on black background.


Color preview on white background

This text has color #4B7653 on white background.



Black color preview on #4B7653 background

This text has black color on #4B7653 background.


White color preview on #4B7653 background

This text has white color on #4B7653 background.