COLOR #448467

HEX: #448467
RGB: (68,132,103)

Color info

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

RGB color model

#448467 color RGB value is (68,132,103).

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

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 103 of 255 = 40%

68
132
103

R + G + B ~ 40%. #448467 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 132 + 103 = 303 (100%)
R 68 of 303 ~ 22.44%
G 132 of 303 ~ 43.56%
B 103 of 303 ~ 33.99%

%22.44
%43.56
%33.99

CMYK color model

#448467 color CMYK value is (48,0,22,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 48.24%
CMYK:
(48,0,22,48)
C48M0Y22K48 
(48%,0%,22%,48%)
(0.48/0.00/0.22/0.48)	

CMYK percentages

%48.48
%0
%21.97
%48.24

Codes

Color #448467 in popluar color models

448467
RGB68132103
HSL153°32.00%39.22%
HSB/HSV153°48.48%51.76%
CMYK48.48%0.00%21.97%
48.24%

Color #448467 in popluar number systems.

HEX448467
Decimal68132103
Binary1000100100001001100111
Octal104204147

Shades and tints

Shades of #448467

#448467
(68,132,103)
#3E785E
(62,120,94)
#386C55
(56,108,85)
#32604C
(50,96,76)
#2C5443
(44,84,67)
#26483A
(38,72,58)
#203C31
(32,60,49)
#1A3028
(26,48,40)
#14241F
(20,36,31)
#0E1816
(14,24,22)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #448467

#448467
(68,132,103)
#558F74
(85,143,116)
#669A81
(102,154,129)
#77A58E
(119,165,142)
#88B09B
(136,176,155)
#99BBA8
(153,187,168)
#AAC6B5
(170,198,181)
#BBD1C2
(187,209,194)
#CCDCCF
(204,220,207)
#DDE7DC
(221,231,220)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448467; }

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

This text font color is #448467.


Background Color

.myBgColor { background-color: #448467; }

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

This div background color is #448467.


Border color

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

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

This div border color is #448467.


Opacity

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

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

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

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

This text has shadow with #448467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448467 on black background.


Color preview on white background

This text has color #448467 on white background.



Black color preview on #448467 background

This text has black color on #448467 background.


White color preview on #448467 background

This text has white color on #448467 background.