COLOR #4BA645

HEX: #4BA645
RGB: (75,166,69)

Color info

#4BA645 contains mainly green color. Web safe color of #4BA645 is #339933 (or #393).

RGB color model

#4BA645 color RGB value is (75,166,69).

  • red value is 75;
  • green value is 166;
  • blue value is 69.
RGB:
(75,166,69)
(29%,65%,27%)

RGB channels and saturation

R 75 of 255 = 29%
G 166 of 255 = 65%
B 69 of 255 = 27%

75
166
69

R + G + B ~ 40%. #4BA645 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 166 + 69 = 310 (100%)
R 75 of 310 ~ 24.19%
G 166 of 310 ~ 53.55%
B 69 of 310 ~ 22.26%

%24.19
%53.55
%22.26

CMYK color model

#4BA645 color CMYK value is (55,0,58,35).

  • cyan value is 54.82%
  • magenta value is 0.00%
  • yellow value is 58.43%
  • key color value is 34.90%
CMYK:
(55,0,58,35)
C55M0Y58K35 
(55%,0%,58%,35%)
(0.55/0.00/0.58/0.35)	

CMYK percentages

%54.82
%0
%58.43
%34.9

Codes

Color #4BA645 in popluar color models

4BA645
RGB7516669
HSL116°41.28%46.08%
HSB/HSV116°58.43%65.10%
CMYK54.82%0.00%58.43%
34.90%

Color #4BA645 in popluar number systems.

HEX4BA645
Decimal7516669
Binary1001011101001101000101
Octal113246105

Shades and tints

Shades of #4BA645

#4BA645
(75,166,69)
#45973F
(69,151,63)
#3F8839
(63,136,57)
#397933
(57,121,51)
#336A2D
(51,106,45)
#2D5B27
(45,91,39)
#274C21
(39,76,33)
#213D1B
(33,61,27)
#1B2E15
(27,46,21)
#151F0F
(21,31,15)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #4BA645

#4BA645
(75,166,69)
#5BAE55
(91,174,85)
#6BB665
(107,182,101)
#7BBE75
(123,190,117)
#8BC685
(139,198,133)
#9BCE95
(155,206,149)
#ABD6A5
(171,214,165)
#BBDEB5
(187,222,181)
#CBE6C5
(203,230,197)
#DBEED5
(219,238,213)
#EBF6E5
(235,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA645; }

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

This text font color is #4BA645.


Background Color

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

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

This div background color is #4BA645.


Border color

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

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

This div border color is #4BA645.


Opacity

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

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

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

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

This text has shadow with #4BA645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA645 on black background.


Color preview on white background

This text has color #4BA645 on white background.



Black color preview on #4BA645 background

This text has black color on #4BA645 background.


White color preview on #4BA645 background

This text has white color on #4BA645 background.