COLOR #448584

HEX: #448584
RGB: (68,133,132)

Color info

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

RGB color model

#448584 color RGB value is (68,133,132).

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

RGB channels and saturation

R 68 of 255 = 27%
G 133 of 255 = 52%
B 132 of 255 = 52%

68
133
132

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

Portions of RGB colors in percentages

R + G + B =
68 + 133 + 132 = 333 (100%)
R 68 of 333 ~ 20.42%
G 133 of 333 ~ 39.94%
B 132 of 333 ~ 39.64%

%20.42
%39.94
%39.64

CMYK color model

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

  • cyan value is 48.87%
  • magenta value is 0.00%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(49,0,1,48)
C49M0Y1K48 
(49%,0%,1%,48%)
(0.49/0.00/0.01/0.48)	

CMYK percentages

%48.87
%0
%0.75
%47.84

Codes

Color #448584 in popluar color models

448584
RGB68133132
HSL179°32.34%39.41%
HSB/HSV179°48.87%52.16%
CMYK48.87%0.00%0.75%
47.84%

Color #448584 in popluar number systems.

HEX448584
Decimal68133132
Binary10001001000010110000100
Octal104205204

Shades and tints

Shades of #448584

#448584
(68,133,132)
#3E7978
(62,121,120)
#386D6C
(56,109,108)
#326160
(50,97,96)
#2C5554
(44,85,84)
#264948
(38,73,72)
#203D3C
(32,61,60)
#1A3130
(26,49,48)
#142524
(20,37,36)
#0E1918
(14,25,24)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #448584

#448584
(68,133,132)
#55908F
(85,144,143)
#669B9A
(102,155,154)
#77A6A5
(119,166,165)
#88B1B0
(136,177,176)
#99BCBB
(153,188,187)
#AAC7C6
(170,199,198)
#BBD2D1
(187,210,209)
#CCDDDC
(204,221,220)
#DDE8E7
(221,232,231)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448584; }

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

This text font color is #448584.


Background Color

.myBgColor { background-color: #448584; }

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

This div background color is #448584.


Border color

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

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

This div border color is #448584.


Opacity

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

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

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

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

This text has shadow with #448584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448584 on black background.


Color preview on white background

This text has color #448584 on white background.



Black color preview on #448584 background

This text has black color on #448584 background.


White color preview on #448584 background

This text has white color on #448584 background.