COLOR #448541

HEX: #448541 RGB: (68,133,65)

Color info

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

RGB color model

#448541 color RGB value is (68,133,65).

RGB: (68,133,65) (27%, 52%, 25%)

RGB channels and saturation

R 68 of 255 = 27%
G 133 of 255 = 52%
B 65 of 255 = 25%

68
133
65

R + G + B ~ 35%. #448541 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 133 + 65 = 266 (100%)
R 68 of 266 ~ 25.56%
G 133 of 266 ~ 50%
B 65 of 266 ~ 24.44'%

%25.56
%50
%24.44

CMYK color model

#448541 color CMYK value is (49,0,51,48).

  • cyan value is 48.87%
  • magenta value is 0.00%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK: (49,0,51,48) C49M0Y51K48 (49%,0%,51%,48%) (0.49/0.00/0.51/0.48) 

CMYK percentages

%48.87
%0
%51.13
%47.84

Codes

Color #448541 in popluar color models

44 85 41
RGB 68 133 65
HSL 117° 34.34% 38.82%
HSB/HSV 117° 51.13% 52.16%
CMYK 48.87% 0.00% 51.13%
47.84%

Color #448541 in popluar number systems.

HEX 44 85 41
Decimal 68 133 65
Binary 1000100 10000101 1000001
Octal 104 205 101

Shades and tints

Shades of #448541

#448541
(68,133,65)
#3E793C
(62,121,60)
#386D37
(56,109,55)
#326132
(50,97,50)
#2C552D
(44,85,45)
#264928
(38,73,40)
#203D23
(32,61,35)
#1A311E
(26,49,30)
#142519
(20,37,25)
#0E1914
(14,25,20)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #448541

#448541
(68,133,65)
#559052
(85,144,82)
#669B63
(102,155,99)
#77A674
(119,166,116)
#88B185
(136,177,133)
#99BC96
(153,188,150)
#AAC7A7
(170,199,167)
#BBD2B8
(187,210,184)
#CCDDC9
(204,221,201)
#DDE8DA
(221,232,218)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448541 color. Also use rgb(68,133,65) instead hex code.

Text Font Color

.myTextColor { color: #448541; }

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

This text font color is #448541.

Background Color

.myBgColor { background-color: #448541; }

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

This div background color is #448541.

Border color

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

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

This div border color is #448541.

Opacity

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

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

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

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

This text has shadow with #448541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448541.

Preview

Color preview on black background

This text has color #448541 on black background.


Color preview on white background

This text has color #448541 on white background.


Black color preview on #448541 background

This text has black color on #448541 background.


White color preview on #448541 background

This text has white color on #448541 background.


Related colors

Complementary color

Complementary color for #hex is #BB7ABE.


I love getcolorcode.com

Triadic colors

1 #414485 and #854144 with #448541 are triadic colors.

2 #418544 and #854441 with #448541 are triadic colors.