COLOR #774F34

HEX: #774F34
RGB: (119,79,52)

Color info

#774F34 contains mainly red and green colors. Web safe color of #774F34 is #666633 (or #663).

RGB color model

#774F34 color RGB value is (119,79,52).

  • red value is 119;
  • green value is 79;
  • blue value is 52.
RGB:
(119,79,52)
(47%,31%,20%)

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 52 of 255 = 20%

119
79
52

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

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 52 = 250 (100%)
R 119 of 250 ~ 47.6%
G 79 of 250 ~ 31.6%
B 52 of 250 ~ 20.8%

%47.6
%31.6
%20.8

CMYK color model

#774F34 color CMYK value is (0,34,56,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 56.30%
  • key color value is 53.33%
CMYK:
(0,34,56,53)
C0M34Y56K53 
(0%,34%,56%,53%)
(0.00/0.34/0.56/0.53)	

CMYK percentages

%0
%33.61
%56.3
%53.33

Codes

Color #774F34 in popluar color models

774F34
RGB1197952
HSL24°39.18%33.53%
HSB/HSV24°56.30%46.67%
CMYK0.00%33.61%56.30%
53.33%

Color #774F34 in popluar number systems.

HEX774F34
Decimal1197952
Binary11101111001111110100
Octal16711764

Shades and tints

Shades of #774F34

#774F34
(119,79,52)
#6D4830
(109,72,48)
#63412C
(99,65,44)
#593A28
(89,58,40)
#4F3324
(79,51,36)
#452C20
(69,44,32)
#3B251C
(59,37,28)
#311E18
(49,30,24)
#271714
(39,23,20)
#1D1010
(29,16,16)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #774F34

#774F34
(119,79,52)
#835F46
(131,95,70)
#8F6F58
(143,111,88)
#9B7F6A
(155,127,106)
#A78F7C
(167,143,124)
#B39F8E
(179,159,142)
#BFAFA0
(191,175,160)
#CBBFB2
(203,191,178)
#D7CFC4
(215,207,196)
#E3DFD6
(227,223,214)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774F34 color. Also use rgb(119,79,52) instead hex code.

Text Font Color

.myTextColor { color: #774F34; }

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

This text font color is #774F34.


Background Color

.myBgColor { background-color: #774F34; }

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

This div background color is #774F34.


Border color

.myBorderColor { border: 1px solid #774F34; }

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

This div border color is #774F34.


Opacity

.myOpacity80 { color: #774F34; opacity: 0.8; }

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

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

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

This text has shadow with #774F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F34 on black background.


Color preview on white background

This text has color #774F34 on white background.



Black color preview on #774F34 background

This text has black color on #774F34 background.


White color preview on #774F34 background

This text has white color on #774F34 background.