COLOR #448443

HEX: #448443
RGB: (68,132,67)

Color info

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

RGB color model

#448443 color RGB value is (68,132,67).

  • red value is 68;
  • green value is 132;
  • blue value is 67.
RGB:
(68,132,67)
(27%,52%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 67 of 255 = 26%

68
132
67

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

Portions of RGB colors in percentages

R + G + B =
68 + 132 + 67 = 267 (100%)
R 68 of 267 ~ 25.47%
G 132 of 267 ~ 49.44%
B 67 of 267 ~ 25.09%

%25.47
%49.44
%25.09

CMYK color model

#448443 color CMYK value is (48,0,49,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 49.24%
  • key color value is 48.24%
CMYK:
(48,0,49,48)
C48M0Y49K48 
(48%,0%,49%,48%)
(0.48/0.00/0.49/0.48)	

CMYK percentages

%48.48
%0
%49.24
%48.24

Codes

Color #448443 in popluar color models

448443
RGB6813267
HSL119°32.66%39.02%
HSB/HSV119°49.24%51.76%
CMYK48.48%0.00%49.24%
48.24%

Color #448443 in popluar number systems.

HEX448443
Decimal6813267
Binary1000100100001001000011
Octal104204103

Shades and tints

Shades of #448443

#448443
(68,132,67)
#3E783D
(62,120,61)
#386C37
(56,108,55)
#326031
(50,96,49)
#2C542B
(44,84,43)
#264825
(38,72,37)
#203C1F
(32,60,31)
#1A3019
(26,48,25)
#142413
(20,36,19)
#0E180D
(14,24,13)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #448443

#448443
(68,132,67)
#558F54
(85,143,84)
#669A65
(102,154,101)
#77A576
(119,165,118)
#88B087
(136,176,135)
#99BB98
(153,187,152)
#AAC6A9
(170,198,169)
#BBD1BA
(187,209,186)
#CCDCCB
(204,220,203)
#DDE7DC
(221,231,220)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448443 color. Also use rgb(68,132,67) instead hex code.

Text Font Color

.myTextColor { color: #448443; }

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

This text font color is #448443.


Background Color

.myBgColor { background-color: #448443; }

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

This div background color is #448443.


Border color

.myBorderColor { border: 1px solid #448443; }

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

This div border color is #448443.


Opacity

.myOpacity80 { color: #448443; opacity: 0.8; }

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

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

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

This text has shadow with #448443 color.

.textShadow {text-shadow: 3px 3px 1px #448443, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #448443;
-webkit-box-shadow: 1px 1px 3px 2px #448443;
box-shadow:1px 1px 3px 2px #448443;">
Div content here</div>
This div box has shadow with color #448443.

Preview

Color preview on black background

This text has color #448443 on black background.


Color preview on white background

This text has color #448443 on white background.



Black color preview on #448443 background

This text has black color on #448443 background.


White color preview on #448443 background

This text has white color on #448443 background.