COLOR #448E3B

HEX: #448E3B RGB: (68,142,59)

Color info

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

RGB color model

#448E3B color RGB value is (68,142,59).

RGB: (68,142,59) (27%, 56%, 23%)

RGB channels and saturation

R 68 of 255 = 27%
G 142 of 255 = 56%
B 59 of 255 = 23%

68
142
59

R + G + B ~ 35%. #448E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 142 + 59 = 269 (100%)
R 68 of 269 ~ 25.28%
G 142 of 269 ~ 52.79%
B 59 of 269 ~ 21.93'%

%25.28
%52.79
%21.93

CMYK color model

#448E3B color CMYK value is (52,0,58,44).

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

CMYK: (52,0,58,44)
C52M0Y58K44 (52%, 0%, 58%, 44%)
(0.52 / 0.00 / 0.58 / 0.44)

CMYK percentages

%52.11
%0
%58.45
%44.31

Codes

Color #448E3B in popluar color models

44 8E 3B
RGB 68 142 59
HSL 113° 41.29% 39.41%
HSB/HSV 113° 58.45% 55.69%
CMYK 52.11% 0.00% 58.45%
44.31%

Color #448E3B in popluar number systems.

HEX 44 8E 3B
Decimal 68 142 59
Binary 1000100 10001110 111011
Octal 104 216 73

Shades and tints

Shades of #448E3B

#448E3B
(68,142,59)
#3E8236
(62,130,54)
#387631
(56,118,49)
#326A2C
(50,106,44)
#2C5E27
(44,94,39)
#265222
(38,82,34)
#20461D
(32,70,29)
#1A3A18
(26,58,24)
#142E13
(20,46,19)
#0E220E
(14,34,14)
#081609
(8,22,9)
#000000
(0,0,0)

Tints of #448E3B

#448E3B
(68,142,59)
#55984C
(85,152,76)
#66A25D
(102,162,93)
#77AC6E
(119,172,110)
#88B67F
(136,182,127)
#99C090
(153,192,144)
#AACAA1
(170,202,161)
#BBD4B2
(187,212,178)
#CCDEC3
(204,222,195)
#DDE8D4
(221,232,212)
#EEF2E5
(238,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448E3B; }

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

This text font color is #448E3B.

Background Color

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

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

This div background color is #448E3B.

Border color

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

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

This div border color is #448E3B.

Opacity

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

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

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

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

This text has shadow with #448E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448E3B.

Preview

Color preview on black background

This text has color #448E3B on black background.


Color preview on white background

This text has color #448E3B on white background.


Black color preview on #448E3B background

This text has black color on #448E3B background.


White color preview on #448E3B background

This text has white color on #448E3B background.


Related colors

Complementary color

Complementary color for #hex is #BB71C4.


I love getcolorcode.com

Triadic colors

1 #3B448E and #8E3B44 with #448E3B are triadic colors.

2 #3B8E44 and #8E443B with #448E3B are triadic colors.