COLOR #448365

HEX: #448365
RGB: (68,131,101)

Color info

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

RGB color model

#448365 color RGB value is (68,131,101).

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

RGB channels and saturation

R 68 of 255 = 27%
G 131 of 255 = 51%
B 101 of 255 = 40%

68
131
101

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

Portions of RGB colors in percentages

R + G + B =
68 + 131 + 101 = 300 (100%)
R 68 of 300 ~ 22.67%
G 131 of 300 ~ 43.67%
B 101 of 300 ~ 33.67%

%22.67
%43.67
%33.67

CMYK color model

#448365 color CMYK value is (48,0,23,49).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK:
(48,0,23,49)
C48M0Y23K49 
(48%,0%,23%,49%)
(0.48/0.00/0.23/0.49)	

CMYK percentages

%48.09
%0
%22.9
%48.63

Codes

Color #448365 in popluar color models

448365
RGB68131101
HSL151°31.66%39.02%
HSB/HSV151°48.09%51.37%
CMYK48.09%0.00%22.90%
48.63%

Color #448365 in popluar number systems.

HEX448365
Decimal68131101
Binary1000100100000111100101
Octal104203145

Shades and tints

Shades of #448365

#448365
(68,131,101)
#3E785C
(62,120,92)
#386D53
(56,109,83)
#32624A
(50,98,74)
#2C5741
(44,87,65)
#264C38
(38,76,56)
#20412F
(32,65,47)
#1A3626
(26,54,38)
#142B1D
(20,43,29)
#0E2014
(14,32,20)
#08150B
(8,21,11)
#000000
(0,0,0)

Tints of #448365

#448365
(68,131,101)
#558E73
(85,142,115)
#669981
(102,153,129)
#77A48F
(119,164,143)
#88AF9D
(136,175,157)
#99BAAB
(153,186,171)
#AAC5B9
(170,197,185)
#BBD0C7
(187,208,199)
#CCDBD5
(204,219,213)
#DDE6E3
(221,230,227)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448365; }

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

This text font color is #448365.


Background Color

.myBgColor { background-color: #448365; }

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

This div background color is #448365.


Border color

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

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

This div border color is #448365.


Opacity

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

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

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

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

This text has shadow with #448365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448365 on black background.


Color preview on white background

This text has color #448365 on white background.



Black color preview on #448365 background

This text has black color on #448365 background.


White color preview on #448365 background

This text has white color on #448365 background.