COLOR #448E65

HEX: #448E65 RGB: (68,142,101)

Color info

#448E65 contains mainly green and blue colors. Web safe color of #448E65 is #339966 (or #396).

RGB color model

#448E65 color RGB value is (68,142,101).

RGB: (68,142,101) (27%, 56%, 40%)

RGB channels and saturation

R 68 of 255 = 27%
G 142 of 255 = 56%
B 101 of 255 = 40%

68
142
101

R + G + B ~ 41%. #448E65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 142 + 101 = 311 (100%)
R 68 of 311 ~ 21.86%
G 142 of 311 ~ 45.66%
B 101 of 311 ~ 32.48'%

%21.86
%45.66
%32.48

CMYK color model

#448E65 color CMYK value is (52,0,29,44).

  • cyan value is 52.11%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 44.31%

CMYK: (52,0,29,44)
C52M0Y29K44 (52%, 0%, 29%, 44%)
(0.52 / 0.00 / 0.29 / 0.44)

CMYK percentages

%52.11
%0
%28.87
%44.31

Codes

Color #448E65 in popluar color models

44 8E 65
RGB 68 142 101
HSL 147° 35.24% 41.18%
HSB/HSV 147° 52.11% 55.69%
CMYK 52.11% 0.00% 28.87%
44.31%

Color #448E65 in popluar number systems.

HEX 44 8E 65
Decimal 68 142 101
Binary 1000100 10001110 1100101
Octal 104 216 145

Shades and tints

Shades of #448E65

#448E65
(68,142,101)
#3E825C
(62,130,92)
#387653
(56,118,83)
#326A4A
(50,106,74)
#2C5E41
(44,94,65)
#265238
(38,82,56)
#20462F
(32,70,47)
#1A3A26
(26,58,38)
#142E1D
(20,46,29)
#0E2214
(14,34,20)
#08160B
(8,22,11)
#000000
(0,0,0)

Tints of #448E65

#448E65
(68,142,101)
#559873
(85,152,115)
#66A281
(102,162,129)
#77AC8F
(119,172,143)
#88B69D
(136,182,157)
#99C0AB
(153,192,171)
#AACAB9
(170,202,185)
#BBD4C7
(187,212,199)
#CCDED5
(204,222,213)
#DDE8E3
(221,232,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448E65 color. Also use rgb(68,142,101) instead hex code.

Text Font Color

.myTextColor { color: #448E65; }

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

This text font color is #448E65.

Background Color

.myBgColor { background-color: #448E65; }

<div style="background-color:#448E65">Inner text</div>

This div background color is #448E65.

Border color

.myBorderColor { border: 1px solid #448E65; }

<div style="border:3px solid #448E65">Div</div>

This div border color is #448E65.

Opacity

.myOpacity80 { color: #448E65; opacity: 0.8; }

<p style="color:#448E65;opacity:0.8;">80%</p>

Text with #448E65 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 #448E65;}

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

This text has shadow with #448E65 color.


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

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

This text has shadow with #448E65 primary color and red secondary color.


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

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

This text has shadow with #448E65 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #448E65.

Preview

Color preview on black background

This text has color #448E65 on black background.


Color preview on white background

This text has color #448E65 on white background.


Black color preview on #448E65 background

This text has black color on #448E65 background.


White color preview on #448E65 background

This text has white color on #448E65 background.


Related colors

Complementary color

Complementary color for #hex is #BB719A.


I love getcolorcode.com

Triadic colors

1 #65448E and #8E6544 with #448E65 are triadic colors.

2 #658E44 and #8E4465 with #448E65 are triadic colors.