COLOR #448F52

HEX: #448F52
RGB: (68,143,82)

Color info

#448F52 contains mainly green color. Web safe color of #448F52 is #339966 (or #396).

RGB color model

#448F52 color RGB value is (68,143,82).

  • red value is 68;
  • green value is 143;
  • blue value is 82.
RGB:
(68,143,82)
(27%,56%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 143 of 255 = 56%
B 82 of 255 = 32%

68
143
82

R + G + B ~ 38%. #448F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 143 + 82 = 293 (100%)
R 68 of 293 ~ 23.21%
G 143 of 293 ~ 48.81%
B 82 of 293 ~ 27.99%

%23.21
%48.81
%27.99

CMYK color model

#448F52 color CMYK value is (52,0,43,44).

  • cyan value is 52.45%
  • magenta value is 0.00%
  • yellow value is 42.66%
  • key color value is 43.92%
CMYK:
(52,0,43,44)
C52M0Y43K44 
(52%,0%,43%,44%)
(0.52/0.00/0.43/0.44)	

CMYK percentages

%52.45
%0
%42.66
%43.92

Codes

Color #448F52 in popluar color models

448F52
RGB6814382
HSL131°35.55%41.37%
HSB/HSV131°52.45%56.08%
CMYK52.45%0.00%42.66%
43.92%

Color #448F52 in popluar number systems.

HEX448F52
Decimal6814382
Binary1000100100011111010010
Octal104217122

Shades and tints

Shades of #448F52

#448F52
(68,143,82)
#3E824B
(62,130,75)
#387544
(56,117,68)
#32683D
(50,104,61)
#2C5B36
(44,91,54)
#264E2F
(38,78,47)
#204128
(32,65,40)
#1A3421
(26,52,33)
#14271A
(20,39,26)
#0E1A13
(14,26,19)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #448F52

#448F52
(68,143,82)
#559961
(85,153,97)
#66A370
(102,163,112)
#77AD7F
(119,173,127)
#88B78E
(136,183,142)
#99C19D
(153,193,157)
#AACBAC
(170,203,172)
#BBD5BB
(187,213,187)
#CCDFCA
(204,223,202)
#DDE9D9
(221,233,217)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448F52 color. Also use rgb(68,143,82) instead hex code.

Text Font Color

.myTextColor { color: #448F52; }

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

This text font color is #448F52.


Background Color

.myBgColor { background-color: #448F52; }

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

This div background color is #448F52.


Border color

.myBorderColor { border: 1px solid #448F52; }

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

This div border color is #448F52.


Opacity

.myOpacity80 { color: #448F52; opacity: 0.8; }

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

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

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

This text has shadow with #448F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448F52 on black background.


Color preview on white background

This text has color #448F52 on white background.



Black color preview on #448F52 background

This text has black color on #448F52 background.


White color preview on #448F52 background

This text has white color on #448F52 background.