COLOR #448451

HEX: #448451
RGB: (68,132,81)

Color info

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

RGB color model

#448451 color RGB value is (68,132,81).

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

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 81 of 255 = 32%

68
132
81

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

Portions of RGB colors in percentages

R + G + B =
68 + 132 + 81 = 281 (100%)
R 68 of 281 ~ 24.2%
G 132 of 281 ~ 46.98%
B 81 of 281 ~ 28.83%

%24.2
%46.98
%28.83

CMYK color model

#448451 color CMYK value is (48,0,39,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 48.24%
CMYK:
(48,0,39,48)
C48M0Y39K48 
(48%,0%,39%,48%)
(0.48/0.00/0.39/0.48)	

CMYK percentages

%48.48
%0
%38.64
%48.24

Codes

Color #448451 in popluar color models

448451
RGB6813281
HSL132°32.00%39.22%
HSB/HSV132°48.48%51.76%
CMYK48.48%0.00%38.64%
48.24%

Color #448451 in popluar number systems.

HEX448451
Decimal6813281
Binary1000100100001001010001
Octal104204121

Shades and tints

Shades of #448451

#448451
(68,132,81)
#3E784A
(62,120,74)
#386C43
(56,108,67)
#32603C
(50,96,60)
#2C5435
(44,84,53)
#26482E
(38,72,46)
#203C27
(32,60,39)
#1A3020
(26,48,32)
#142419
(20,36,25)
#0E1812
(14,24,18)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #448451

#448451
(68,132,81)
#558F60
(85,143,96)
#669A6F
(102,154,111)
#77A57E
(119,165,126)
#88B08D
(136,176,141)
#99BB9C
(153,187,156)
#AAC6AB
(170,198,171)
#BBD1BA
(187,209,186)
#CCDCC9
(204,220,201)
#DDE7D8
(221,231,216)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448451; }

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

This text font color is #448451.


Background Color

.myBgColor { background-color: #448451; }

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

This div background color is #448451.


Border color

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

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

This div border color is #448451.


Opacity

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

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

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

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

This text has shadow with #448451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448451 on black background.


Color preview on white background

This text has color #448451 on white background.



Black color preview on #448451 background

This text has black color on #448451 background.


White color preview on #448451 background

This text has white color on #448451 background.