COLOR #448360

HEX: #448360
RGB: (68,131,96)

Color info

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

RGB color model

#448360 color RGB value is (68,131,96).

  • red value is 68;
  • green value is 131;
  • blue value is 96.
RGB:
(68,131,96)
(27%,51%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 131 of 255 = 51%
B 96 of 255 = 38%

68
131
96

R + G + B ~ 39%. #448360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 131 + 96 = 295 (100%)
R 68 of 295 ~ 23.05%
G 131 of 295 ~ 44.41%
B 96 of 295 ~ 32.54%

%23.05
%44.41
%32.54

CMYK color model

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

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 48.63%
CMYK:
(48,0,27,49)
C48M0Y27K49 
(48%,0%,27%,49%)
(0.48/0.00/0.27/0.49)	

CMYK percentages

%48.09
%0
%26.72
%48.63

Codes

Color #448360 in popluar color models

448360
RGB6813196
HSL147°31.66%39.02%
HSB/HSV147°48.09%51.37%
CMYK48.09%0.00%26.72%
48.63%

Color #448360 in popluar number systems.

HEX448360
Decimal6813196
Binary1000100100000111100000
Octal104203140

Shades and tints

Shades of #448360

#448360
(68,131,96)
#3E7858
(62,120,88)
#386D50
(56,109,80)
#326248
(50,98,72)
#2C5740
(44,87,64)
#264C38
(38,76,56)
#204130
(32,65,48)
#1A3628
(26,54,40)
#142B20
(20,43,32)
#0E2018
(14,32,24)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #448360

#448360
(68,131,96)
#558E6E
(85,142,110)
#66997C
(102,153,124)
#77A48A
(119,164,138)
#88AF98
(136,175,152)
#99BAA6
(153,186,166)
#AAC5B4
(170,197,180)
#BBD0C2
(187,208,194)
#CCDBD0
(204,219,208)
#DDE6DE
(221,230,222)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448360 color. Also use rgb(68,131,96) instead hex code.

Text Font Color

.myTextColor { color: #448360; }

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

This text font color is #448360.


Background Color

.myBgColor { background-color: #448360; }

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

This div background color is #448360.


Border color

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

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

This div border color is #448360.


Opacity

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

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

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

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

This text has shadow with #448360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448360 on black background.


Color preview on white background

This text has color #448360 on white background.



Black color preview on #448360 background

This text has black color on #448360 background.


White color preview on #448360 background

This text has white color on #448360 background.