COLOR #774032

HEX: #774032
RGB: (119,64,50)

Color info

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

RGB color model

#774032 color RGB value is (119,64,50).

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

RGB channels and saturation

R 119 of 255 = 47%
G 64 of 255 = 25%
B 50 of 255 = 20%

119
64
50

R + G + B ~ 31%. #774032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 64 + 50 = 233 (100%)
R 119 of 233 ~ 51.07%
G 64 of 233 ~ 27.47%
B 50 of 233 ~ 21.46%

%51.07
%27.47
%21.46

CMYK color model

#774032 color CMYK value is (0,46,58,53).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 57.98%
  • key color value is 53.33%
CMYK:
(0,46,58,53)
C0M46Y58K53 
(0%,46%,58%,53%)
(0.00/0.46/0.58/0.53)	

CMYK percentages

%0
%46.22
%57.98
%53.33

Codes

Color #774032 in popluar color models

774032
RGB1196450
HSL12°40.83%33.14%
HSB/HSV12°57.98%46.67%
CMYK0.00%46.22%57.98%
53.33%

Color #774032 in popluar number systems.

HEX774032
Decimal1196450
Binary11101111000000110010
Octal16710062

Shades and tints

Shades of #774032

#774032
(119,64,50)
#6D3B2E
(109,59,46)
#63362A
(99,54,42)
#593126
(89,49,38)
#4F2C22
(79,44,34)
#45271E
(69,39,30)
#3B221A
(59,34,26)
#311D16
(49,29,22)
#271812
(39,24,18)
#1D130E
(29,19,14)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #774032

#774032
(119,64,50)
#835144
(131,81,68)
#8F6256
(143,98,86)
#9B7368
(155,115,104)
#A7847A
(167,132,122)
#B3958C
(179,149,140)
#BFA69E
(191,166,158)
#CBB7B0
(203,183,176)
#D7C8C2
(215,200,194)
#E3D9D4
(227,217,212)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774032; }

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

This text font color is #774032.


Background Color

.myBgColor { background-color: #774032; }

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

This div background color is #774032.


Border color

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

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

This div border color is #774032.


Opacity

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

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

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

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

This text has shadow with #774032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774032 on black background.


Color preview on white background

This text has color #774032 on white background.



Black color preview on #774032 background

This text has black color on #774032 background.


White color preview on #774032 background

This text has white color on #774032 background.