COLOR #448333

HEX: #448333 RGB: (68,131,51)

Color info

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

RGB color model

#448333 color RGB value is (68,131,51).

RGB: (68,131,51) (27%, 51%, 20%)

RGB channels and saturation

R 68 of 255 = 27%
G 131 of 255 = 51%
B 51 of 255 = 20%

68
131
51

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

Portions of RGB colors in percentages

R + G + B = 68 + 131 + 51 = 250 (100%)
R 68 of 250 ~ 27.2%
G 131 of 250 ~ 52.4%
B 51 of 250 ~ 20.4'%

%27.2
%52.4
%20.4

CMYK color model

#448333 color CMYK value is (48,0,61,49).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 61.07%
  • key color value is 48.63%
CMYK: (48,0,61,49) C48M0Y61K49 (48%,0%,61%,49%) (0.48/0.00/0.61/0.49) 

CMYK percentages

%48.09
%0
%61.07
%48.63

Codes

Color #448333 in popluar color models

44 83 33
RGB 68 131 51
HSL 107° 43.96% 35.69%
HSB/HSV 107° 61.07% 51.37%
CMYK 48.09% 0.00% 61.07%
48.63%

Color #448333 in popluar number systems.

HEX 44 83 33
Decimal 68 131 51
Binary 1000100 10000011 110011
Octal 104 203 63

Shades and tints

Shades of #448333

#448333
(68,131,51)
#3E782F
(62,120,47)
#386D2B
(56,109,43)
#326227
(50,98,39)
#2C5723
(44,87,35)
#264C1F
(38,76,31)
#20411B
(32,65,27)
#1A3617
(26,54,23)
#142B13
(20,43,19)
#0E200F
(14,32,15)
#08150B
(8,21,11)
#000000
(0,0,0)

Tints of #448333

#448333
(68,131,51)
#558E45
(85,142,69)
#669957
(102,153,87)
#77A469
(119,164,105)
#88AF7B
(136,175,123)
#99BA8D
(153,186,141)
#AAC59F
(170,197,159)
#BBD0B1
(187,208,177)
#CCDBC3
(204,219,195)
#DDE6D5
(221,230,213)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448333; }

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

This text font color is #448333.

Background Color

.myBgColor { background-color: #448333; }

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

This div background color is #448333.

Border color

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

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

This div border color is #448333.

Opacity

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

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

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

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

This text has shadow with #448333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448333.

Preview

Color preview on black background

This text has color #448333 on black background.


Color preview on white background

This text has color #448333 on white background.


Black color preview on #448333 background

This text has black color on #448333 background.


White color preview on #448333 background

This text has white color on #448333 background.


Related colors

Complementary color

Complementary color for #hex is #BB7CCC.


I love getcolorcode.com

Triadic colors

1 #334483 and #833344 with #448333 are triadic colors.

2 #338344 and #834433 with #448333 are triadic colors.