COLOR #448761

HEX: #448761 RGB: (68,135,97)

Color info

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

RGB color model

#448761 color RGB value is (68,135,97).

RGB: (68,135,97) (27%, 53%, 38%)

RGB channels and saturation

R 68 of 255 = 27%
G 135 of 255 = 53%
B 97 of 255 = 38%

68
135
97

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

Portions of RGB colors in percentages

R + G + B = 68 + 135 + 97 = 300 (100%)
R 68 of 300 ~ 22.67%
G 135 of 300 ~ 45%
B 97 of 300 ~ 32.33'%

%22.67
%45
%32.33

CMYK color model

#448761 color CMYK value is (50,0,28,47).

  • cyan value is 49.63%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 47.06%

CMYK: (50,0,28,47)
C50M0Y28K47 (50%, 0%, 28%, 47%)
(0.50 / 0.00 / 0.28 / 0.47)

CMYK percentages

%49.63
%0
%28.15
%47.06

Codes

Color #448761 in popluar color models

44 87 61
RGB 68 135 97
HSL 146° 33.00% 39.80%
HSB/HSV 146° 49.63% 52.94%
CMYK 49.63% 0.00% 28.15%
47.06%

Color #448761 in popluar number systems.

HEX 44 87 61
Decimal 68 135 97
Binary 1000100 10000111 1100001
Octal 104 207 141

Shades and tints

Shades of #448761

#448761
(68,135,97)
#3E7B59
(62,123,89)
#386F51
(56,111,81)
#326349
(50,99,73)
#2C5741
(44,87,65)
#264B39
(38,75,57)
#203F31
(32,63,49)
#1A3329
(26,51,41)
#142721
(20,39,33)
#0E1B19
(14,27,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #448761

#448761
(68,135,97)
#55916F
(85,145,111)
#669B7D
(102,155,125)
#77A58B
(119,165,139)
#88AF99
(136,175,153)
#99B9A7
(153,185,167)
#AAC3B5
(170,195,181)
#BBCDC3
(187,205,195)
#CCD7D1
(204,215,209)
#DDE1DF
(221,225,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448761; }

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

This text font color is #448761.

Background Color

.myBgColor { background-color: #448761; }

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

This div background color is #448761.

Border color

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

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

This div border color is #448761.

Opacity

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

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

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

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

This text has shadow with #448761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448761.

Preview

Color preview on black background

This text has color #448761 on black background.


Color preview on white background

This text has color #448761 on white background.


Black color preview on #448761 background

This text has black color on #448761 background.


White color preview on #448761 background

This text has white color on #448761 background.


Related colors

Complementary color

Complementary color for #hex is #BB789E.


I love getcolorcode.com

Triadic colors

1 #614487 and #876144 with #448761 are triadic colors.

2 #618744 and #874461 with #448761 are triadic colors.