COLOR #448337

HEX: #448337
RGB: (68,131,55)

Color info

#448337 contains mainly green color. Web safe color of #448337 is #339933 (or #393).

RGB color model

#448337 color RGB value is (68,131,55).

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

RGB channels and saturation

R 68 of 255 = 27%
G 131 of 255 = 51%
B 55 of 255 = 22%

68
131
55

R + G + B ~ 33%. #448337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 131 + 55 = 254 (100%)
R 68 of 254 ~ 26.77%
G 131 of 254 ~ 51.57%
B 55 of 254 ~ 21.65%

%26.77
%51.57
%21.65

CMYK color model

#448337 color CMYK value is (48,0,58,49).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 58.02%
  • key color value is 48.63%
CMYK:
(48,0,58,49)
C48M0Y58K49 
(48%,0%,58%,49%)
(0.48/0.00/0.58/0.49)	

CMYK percentages

%48.09
%0
%58.02
%48.63

Codes

Color #448337 in popluar color models

448337
RGB6813155
HSL110°40.86%36.47%
HSB/HSV110°58.02%51.37%
CMYK48.09%0.00%58.02%
48.63%

Color #448337 in popluar number systems.

HEX448337
Decimal6813155
Binary100010010000011110111
Octal10420367

Shades and tints

Shades of #448337

#448337
(68,131,55)
#3E7832
(62,120,50)
#386D2D
(56,109,45)
#326228
(50,98,40)
#2C5723
(44,87,35)
#264C1E
(38,76,30)
#204119
(32,65,25)
#1A3614
(26,54,20)
#142B0F
(20,43,15)
#0E200A
(14,32,10)
#081505
(8,21,5)
#000000
(0,0,0)

Tints of #448337

#448337
(68,131,55)
#558E49
(85,142,73)
#66995B
(102,153,91)
#77A46D
(119,164,109)
#88AF7F
(136,175,127)
#99BA91
(153,186,145)
#AAC5A3
(170,197,163)
#BBD0B5
(187,208,181)
#CCDBC7
(204,219,199)
#DDE6D9
(221,230,217)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448337; }

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

This text font color is #448337.


Background Color

.myBgColor { background-color: #448337; }

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

This div background color is #448337.


Border color

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

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

This div border color is #448337.


Opacity

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

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

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

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

This text has shadow with #448337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448337 on black background.


Color preview on white background

This text has color #448337 on white background.



Black color preview on #448337 background

This text has black color on #448337 background.


White color preview on #448337 background

This text has white color on #448337 background.