COLOR #789448

HEX: #789448
RGB: (120,148,72)

Color info

#789448 contains mainly red and green colors. Web safe color of #789448 is #669933 (or #693).

RGB color model

#789448 color RGB value is (120,148,72).

  • red value is 120;
  • green value is 148;
  • blue value is 72.
RGB:
(120,148,72)
(47%,58%,28%)

RGB channels and saturation

R 120 of 255 = 47%
G 148 of 255 = 58%
B 72 of 255 = 28%

120
148
72

R + G + B ~ 44%. #789448 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 148 + 72 = 340 (100%)
R 120 of 340 ~ 35.29%
G 148 of 340 ~ 43.53%
B 72 of 340 ~ 21.18%

%35.29
%43.53
%21.18

CMYK color model

#789448 color CMYK value is (19,0,51,42).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 41.96%
CMYK:
(19,0,51,42)
C19M0Y51K42 
(19%,0%,51%,42%)
(0.19/0.00/0.51/0.42)	

CMYK percentages

%18.92
%0
%51.35
%41.96

Codes

Color #789448 in popluar color models

789448
RGB12014872
HSL82°34.55%43.14%
HSB/HSV82°51.35%58.04%
CMYK18.92%0.00%51.35%
41.96%

Color #789448 in popluar number systems.

HEX789448
Decimal12014872
Binary1111000100101001001000
Octal170224110

Shades and tints

Shades of #789448

#789448
(120,148,72)
#6E8742
(110,135,66)
#647A3C
(100,122,60)
#5A6D36
(90,109,54)
#506030
(80,96,48)
#46532A
(70,83,42)
#3C4624
(60,70,36)
#32391E
(50,57,30)
#282C18
(40,44,24)
#1E1F12
(30,31,18)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #789448

#789448
(120,148,72)
#849D58
(132,157,88)
#90A668
(144,166,104)
#9CAF78
(156,175,120)
#A8B888
(168,184,136)
#B4C198
(180,193,152)
#C0CAA8
(192,202,168)
#CCD3B8
(204,211,184)
#D8DCC8
(216,220,200)
#E4E5D8
(228,229,216)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789448 color. Also use rgb(120,148,72) instead hex code.

Text Font Color

.myTextColor { color: #789448; }

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

This text font color is #789448.


Background Color

.myBgColor { background-color: #789448; }

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

This div background color is #789448.


Border color

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

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

This div border color is #789448.


Opacity

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

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

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

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

This text has shadow with #789448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789448 on black background.


Color preview on white background

This text has color #789448 on white background.



Black color preview on #789448 background

This text has black color on #789448 background.


White color preview on #789448 background

This text has white color on #789448 background.