COLOR #4FB045

HEX: #4FB045 RGB: (79,176,69)

Color info

#4FB045 contains mainly green color. Web safe color of #4FB045 is #669933 (or #693).

RGB color model

#4FB045 color RGB value is (79,176,69).

RGB: (79,176,69) (31%, 69%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 176 of 255 = 69%
B 69 of 255 = 27%

79
176
69

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

Portions of RGB colors in percentages

R + G + B = 79 + 176 + 69 = 324 (100%)
R 79 of 324 ~ 24.38%
G 176 of 324 ~ 54.32%
B 69 of 324 ~ 21.3'%

%24.38
%54.32
%21.3

CMYK color model

#4FB045 color CMYK value is (55,0,61,31).

  • cyan value is 55.11%
  • magenta value is 0.00%
  • yellow value is 60.80%
  • key color value is 30.98%

CMYK: (55,0,61,31)
C55M0Y61K31 (55%, 0%, 61%, 31%)
(0.55 / 0.00 / 0.61 / 0.31)

CMYK percentages

%55.11
%0
%60.8
%30.98

Codes

Color #4FB045 in popluar color models

4F B0 45
RGB 79 176 69
HSL 114° 43.67% 48.04%
HSB/HSV 114° 60.80% 69.02%
CMYK 55.11% 0.00% 60.80%
30.98%

Color #4FB045 in popluar number systems.

HEX 4F B0 45
Decimal 79 176 69
Binary 1001111 10110000 1000101
Octal 117 260 105

Shades and tints

Shades of #4FB045

#4FB045
(79,176,69)
#48A03F
(72,160,63)
#419039
(65,144,57)
#3A8033
(58,128,51)
#33702D
(51,112,45)
#2C6027
(44,96,39)
#255021
(37,80,33)
#1E401B
(30,64,27)
#173015
(23,48,21)
#10200F
(16,32,15)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #4FB045

#4FB045
(79,176,69)
#5FB755
(95,183,85)
#6FBE65
(111,190,101)
#7FC575
(127,197,117)
#8FCC85
(143,204,133)
#9FD395
(159,211,149)
#AFDAA5
(175,218,165)
#BFE1B5
(191,225,181)
#CFE8C5
(207,232,197)
#DFEFD5
(223,239,213)
#EFF6E5
(239,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB045 color. Also use rgb(79,176,69) instead hex code.

Text Font Color

.myTextColor { color: #4FB045; }

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

This text font color is #4FB045.

Background Color

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

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

This div background color is #4FB045.

Border color

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

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

This div border color is #4FB045.

Opacity

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

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

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

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

This text has shadow with #4FB045 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB045.

Preview

Color preview on black background

This text has color #4FB045 on black background.


Color preview on white background

This text has color #4FB045 on white background.


Black color preview on #4FB045 background

This text has black color on #4FB045 background.


White color preview on #4FB045 background

This text has white color on #4FB045 background.


Related colors

Complementary color

Complementary color for #hex is #B04FBA.


I love getcolorcode.com

Triadic colors

1 #454FB0 and #B0454F with #4FB045 are triadic colors.

2 #45B04F and #B04F45 with #4FB045 are triadic colors.