COLOR #44A761

HEX: #44A761 RGB: (68,167,97)

Color info

#44A761 contains mainly green color. Web safe color of #44A761 is #339966 (or #396).

RGB color model

#44A761 color RGB value is (68,167,97).

RGB: (68,167,97) (27%, 65%, 38%)

RGB channels and saturation

R 68 of 255 = 27%
G 167 of 255 = 65%
B 97 of 255 = 38%

68
167
97

R + G + B ~ 43%. #44A761 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 167 + 97 = 332 (100%)
R 68 of 332 ~ 20.48%
G 167 of 332 ~ 50.3%
B 97 of 332 ~ 29.22'%

%20.48
%50.3
%29.22

CMYK color model

#44A761 color CMYK value is (59,0,42,35).

  • cyan value is 59.28%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 34.51%

CMYK: (59,0,42,35)
C59M0Y42K35 (59%, 0%, 42%, 35%)
(0.59 / 0.00 / 0.42 / 0.35)

CMYK percentages

%59.28
%0
%41.92
%34.51

Codes

Color #44A761 in popluar color models

44 A7 61
RGB 68 167 97
HSL 138° 42.13% 46.08%
HSB/HSV 138° 59.28% 65.49%
CMYK 59.28% 0.00% 41.92%
34.51%

Color #44A761 in popluar number systems.

HEX 44 A7 61
Decimal 68 167 97
Binary 1000100 10100111 1100001
Octal 104 247 141

Shades and tints

Shades of #44A761

#44A761
(68,167,97)
#3E9859
(62,152,89)
#388951
(56,137,81)
#327A49
(50,122,73)
#2C6B41
(44,107,65)
#265C39
(38,92,57)
#204D31
(32,77,49)
#1A3E29
(26,62,41)
#142F21
(20,47,33)
#0E2019
(14,32,25)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #44A761

#44A761
(68,167,97)
#55AF6F
(85,175,111)
#66B77D
(102,183,125)
#77BF8B
(119,191,139)
#88C799
(136,199,153)
#99CFA7
(153,207,167)
#AAD7B5
(170,215,181)
#BBDFC3
(187,223,195)
#CCE7D1
(204,231,209)
#DDEFDF
(221,239,223)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44A761 color. Also use rgb(68,167,97) instead hex code.

Text Font Color

.myTextColor { color: #44A761; }

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

This text font color is #44A761.

Background Color

.myBgColor { background-color: #44A761; }

<div style="background-color:#44A761">Inner text</div>

This div background color is #44A761.

Border color

.myBorderColor { border: 1px solid #44A761; }

<div style="border:3px solid #44A761">Div</div>

This div border color is #44A761.

Opacity

.myOpacity80 { color: #44A761; opacity: 0.8; }

<p style="color:#44A761;opacity:0.8;">80%</p>

Text with #44A761 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 #44A761;}

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

This text has shadow with #44A761 color.


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

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

This text has shadow with #44A761 primary color and red secondary color.


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

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

This text has shadow with #44A761 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #44A761.

Preview

Color preview on black background

This text has color #44A761 on black background.


Color preview on white background

This text has color #44A761 on white background.


Black color preview on #44A761 background

This text has black color on #44A761 background.


White color preview on #44A761 background

This text has white color on #44A761 background.


Related colors

Complementary color

Complementary color for #hex is #BB589E.


I love getcolorcode.com

Triadic colors

1 #6144A7 and #A76144 with #44A761 are triadic colors.

2 #61A744 and #A74461 with #44A761 are triadic colors.