COLOR #448481

HEX: #448481 RGB: (68,132,129)

Color info

#448481 contains mainly green and blue colors. Web safe color of #448481 is #339999 (or #399).

RGB color model

#448481 color RGB value is (68,132,129).

RGB: (68,132,129) (27%, 52%, 51%)

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 129 of 255 = 51%

68
132
129

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

Portions of RGB colors in percentages

R + G + B = 68 + 132 + 129 = 329 (100%)
R 68 of 329 ~ 20.67%
G 132 of 329 ~ 40.12%
B 129 of 329 ~ 39.21'%

%20.67
%40.12
%39.21

CMYK color model

#448481 color CMYK value is (48,0,2,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%
CMYK: (48,0,2,48) C48M0Y2K48 (48%,0%,2%,48%) (0.48/0.00/0.02/0.48) 

CMYK percentages

%48.48
%0
%2.27
%48.24

Codes

Color #448481 in popluar color models

44 84 81
RGB 68 132 129
HSL 177° 32.00% 39.22%
HSB/HSV 177° 48.48% 51.76%
CMYK 48.48% 0.00% 2.27%
48.24%

Color #448481 in popluar number systems.

HEX 44 84 81
Decimal 68 132 129
Binary 1000100 10000100 10000001
Octal 104 204 201

Shades and tints

Shades of #448481

#448481
(68,132,129)
#3E7876
(62,120,118)
#386C6B
(56,108,107)
#326060
(50,96,96)
#2C5455
(44,84,85)
#26484A
(38,72,74)
#203C3F
(32,60,63)
#1A3034
(26,48,52)
#142429
(20,36,41)
#0E181E
(14,24,30)
#080C13
(8,12,19)
#000000
(0,0,0)

Tints of #448481

#448481
(68,132,129)
#558F8C
(85,143,140)
#669A97
(102,154,151)
#77A5A2
(119,165,162)
#88B0AD
(136,176,173)
#99BBB8
(153,187,184)
#AAC6C3
(170,198,195)
#BBD1CE
(187,209,206)
#CCDCD9
(204,220,217)
#DDE7E4
(221,231,228)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448481; }

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

This text font color is #448481.

Background Color

.myBgColor { background-color: #448481; }

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

This div background color is #448481.

Border color

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

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

This div border color is #448481.

Opacity

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

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

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

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

This text has shadow with #448481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448481.

Preview

Color preview on black background

This text has color #448481 on black background.


Color preview on white background

This text has color #448481 on white background.


Black color preview on #448481 background

This text has black color on #448481 background.


White color preview on #448481 background

This text has white color on #448481 background.


Related colors

Complementary color

Complementary color for #hex is #BB7B7E.


I love getcolorcode.com

Triadic colors

1 #814484 and #848144 with #448481 are triadic colors.

2 #818444 and #844481 with #448481 are triadic colors.