COLOR #774028

HEX: #774028
RGB: (119,64,40)

Color info

#774028 contains mainly red and green colors. Web safe color of #774028 is #663333 (or #633).

RGB color model

#774028 color RGB value is (119,64,40).

  • red value is 119;
  • green value is 64;
  • blue value is 40.
RGB:
(119,64,40)
(47%,25%,16%)

RGB channels and saturation

R 119 of 255 = 47%
G 64 of 255 = 25%
B 40 of 255 = 16%

119
64
40

R + G + B ~ 29%. #774028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 64 + 40 = 223 (100%)
R 119 of 223 ~ 53.36%
G 64 of 223 ~ 28.7%
B 40 of 223 ~ 17.94%

%53.36
%28.7
%17.94

CMYK color model

#774028 color CMYK value is (0,46,66,53).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,46,66,53)
C0M46Y66K53 
(0%,46%,66%,53%)
(0.00/0.46/0.66/0.53)	

CMYK percentages

%0
%46.22
%66.39
%53.33

Codes

Color #774028 in popluar color models

774028
RGB1196440
HSL18°49.69%31.18%
HSB/HSV18°66.39%46.67%
CMYK0.00%46.22%66.39%
53.33%

Color #774028 in popluar number systems.

HEX774028
Decimal1196440
Binary11101111000000101000
Octal16710050

Shades and tints

Shades of #774028

#774028
(119,64,40)
#6D3B25
(109,59,37)
#633622
(99,54,34)
#59311F
(89,49,31)
#4F2C1C
(79,44,28)
#452719
(69,39,25)
#3B2216
(59,34,22)
#311D13
(49,29,19)
#271810
(39,24,16)
#1D130D
(29,19,13)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #774028

#774028
(119,64,40)
#83513B
(131,81,59)
#8F624E
(143,98,78)
#9B7361
(155,115,97)
#A78474
(167,132,116)
#B39587
(179,149,135)
#BFA69A
(191,166,154)
#CBB7AD
(203,183,173)
#D7C8C0
(215,200,192)
#E3D9D3
(227,217,211)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774028 color. Also use rgb(119,64,40) instead hex code.

Text Font Color

.myTextColor { color: #774028; }

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

This text font color is #774028.


Background Color

.myBgColor { background-color: #774028; }

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

This div background color is #774028.


Border color

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

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

This div border color is #774028.


Opacity

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

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

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

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

This text has shadow with #774028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774028 on black background.


Color preview on white background

This text has color #774028 on white background.



Black color preview on #774028 background

This text has black color on #774028 background.


White color preview on #774028 background

This text has white color on #774028 background.