COLOR #448C4D

HEX: #448C4D RGB: (68,140,77)

Color info

#448C4D contains mainly green color. Web safe color of #448C4D is #339933 (or #393).

RGB color model

#448C4D color RGB value is (68,140,77).

RGB: (68,140,77) (27%, 55%, 30%)

RGB channels and saturation

R 68 of 255 = 27%
G 140 of 255 = 55%
B 77 of 255 = 30%

68
140
77

R + G + B ~ 37%. #448C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 140 + 77 = 285 (100%)
R 68 of 285 ~ 23.86%
G 140 of 285 ~ 49.12%
B 77 of 285 ~ 27.02'%

%23.86
%49.12
%27.02

CMYK color model

#448C4D color CMYK value is (51,0,45,45).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 45.10%

CMYK: (51,0,45,45)
C51M0Y45K45 (51%, 0%, 45%, 45%)
(0.51 / 0.00 / 0.45 / 0.45)

CMYK percentages

%51.43
%0
%45
%45.1

Codes

Color #448C4D in popluar color models

44 8C 4D
RGB 68 140 77
HSL 128° 34.62% 40.78%
HSB/HSV 128° 51.43% 54.90%
CMYK 51.43% 0.00% 45.00%
45.10%

Color #448C4D in popluar number systems.

HEX 44 8C 4D
Decimal 68 140 77
Binary 1000100 10001100 1001101
Octal 104 214 115

Shades and tints

Shades of #448C4D

#448C4D
(68,140,77)
#3E8046
(62,128,70)
#38743F
(56,116,63)
#326838
(50,104,56)
#2C5C31
(44,92,49)
#26502A
(38,80,42)
#204423
(32,68,35)
#1A381C
(26,56,28)
#142C15
(20,44,21)
#0E200E
(14,32,14)
#081407
(8,20,7)
#000000
(0,0,0)

Tints of #448C4D

#448C4D
(68,140,77)
#55965D
(85,150,93)
#66A06D
(102,160,109)
#77AA7D
(119,170,125)
#88B48D
(136,180,141)
#99BE9D
(153,190,157)
#AAC8AD
(170,200,173)
#BBD2BD
(187,210,189)
#CCDCCD
(204,220,205)
#DDE6DD
(221,230,221)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448C4D color. Also use rgb(68,140,77) instead hex code.

Text Font Color

.myTextColor { color: #448C4D; }

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

This text font color is #448C4D.

Background Color

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

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

This div background color is #448C4D.

Border color

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

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

This div border color is #448C4D.

Opacity

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

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

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

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

This text has shadow with #448C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448C4D.

Preview

Color preview on black background

This text has color #448C4D on black background.


Color preview on white background

This text has color #448C4D on white background.


Black color preview on #448C4D background

This text has black color on #448C4D background.


White color preview on #448C4D background

This text has white color on #448C4D background.


Related colors

Complementary color

Complementary color for #hex is #BB73B2.


I love getcolorcode.com

Triadic colors

1 #4D448C and #8C4D44 with #448C4D are triadic colors.

2 #4D8C44 and #8C444D with #448C4D are triadic colors.