COLOR #448261

HEX: #448261
RGB: (68,130,97)

Color info

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

RGB color model

#448261 color RGB value is (68,130,97).

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

RGB channels and saturation

R 68 of 255 = 27%
G 130 of 255 = 51%
B 97 of 255 = 38%

68
130
97

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

Portions of RGB colors in percentages

R + G + B =
68 + 130 + 97 = 295 (100%)
R 68 of 295 ~ 23.05%
G 130 of 295 ~ 44.07%
B 97 of 295 ~ 32.88%

%23.05
%44.07
%32.88

CMYK color model

#448261 color CMYK value is (48,0,25,49).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(48,0,25,49)
C48M0Y25K49 
(48%,0%,25%,49%)
(0.48/0.00/0.25/0.49)	

CMYK percentages

%47.69
%0
%25.38
%49.02

Codes

Color #448261 in popluar color models

448261
RGB6813097
HSL148°31.31%38.82%
HSB/HSV148°47.69%50.98%
CMYK47.69%0.00%25.38%
49.02%

Color #448261 in popluar number systems.

HEX448261
Decimal6813097
Binary1000100100000101100001
Octal104202141

Shades and tints

Shades of #448261

#448261
(68,130,97)
#3E7759
(62,119,89)
#386C51
(56,108,81)
#326149
(50,97,73)
#2C5641
(44,86,65)
#264B39
(38,75,57)
#204031
(32,64,49)
#1A3529
(26,53,41)
#142A21
(20,42,33)
#0E1F19
(14,31,25)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #448261

#448261
(68,130,97)
#558D6F
(85,141,111)
#66987D
(102,152,125)
#77A38B
(119,163,139)
#88AE99
(136,174,153)
#99B9A7
(153,185,167)
#AAC4B5
(170,196,181)
#BBCFC3
(187,207,195)
#CCDAD1
(204,218,209)
#DDE5DF
(221,229,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448261 color. Also use rgb(68,130,97) instead hex code.

Text Font Color

.myTextColor { color: #448261; }

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

This text font color is #448261.


Background Color

.myBgColor { background-color: #448261; }

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

This div background color is #448261.


Border color

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

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

This div border color is #448261.


Opacity

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

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

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

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

This text has shadow with #448261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448261 on black background.


Color preview on white background

This text has color #448261 on white background.



Black color preview on #448261 background

This text has black color on #448261 background.


White color preview on #448261 background

This text has white color on #448261 background.