COLOR #774F3E

HEX: #774F3E
RGB: (119,79,62)

Color info

#774F3E contains red, green and blue colors in about the same proportion. Web safe color of #774F3E is #666633 (or #663).

RGB color model

#774F3E color RGB value is (119,79,62).

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

RGB channels and saturation

R 119 of 255 = 47%
G 79 of 255 = 31%
B 62 of 255 = 24%

119
79
62

R + G + B ~ 34%. #774F3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 79 + 62 = 260 (100%)
R 119 of 260 ~ 45.77%
G 79 of 260 ~ 30.38%
B 62 of 260 ~ 23.85%

%45.77
%30.38
%23.85

CMYK color model

#774F3E color CMYK value is (0,34,48,53).

  • cyan value is 0.00%
  • magenta value is 33.61%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,34,48,53)
C0M34Y48K53 
(0%,34%,48%,53%)
(0.00/0.34/0.48/0.53)	

CMYK percentages

%0
%33.61
%47.9
%53.33

Codes

Color #774F3E in popluar color models

774F3E
RGB1197962
HSL18°31.49%35.49%
HSB/HSV18°47.90%46.67%
CMYK0.00%33.61%47.90%
53.33%

Color #774F3E in popluar number systems.

HEX774F3E
Decimal1197962
Binary11101111001111111110
Octal16711776

Shades and tints

Shades of #774F3E

#774F3E
(119,79,62)
#6D4839
(109,72,57)
#634134
(99,65,52)
#593A2F
(89,58,47)
#4F332A
(79,51,42)
#452C25
(69,44,37)
#3B2520
(59,37,32)
#311E1B
(49,30,27)
#271716
(39,23,22)
#1D1011
(29,16,17)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #774F3E

#774F3E
(119,79,62)
#835F4F
(131,95,79)
#8F6F60
(143,111,96)
#9B7F71
(155,127,113)
#A78F82
(167,143,130)
#B39F93
(179,159,147)
#BFAFA4
(191,175,164)
#CBBFB5
(203,191,181)
#D7CFC6
(215,207,198)
#E3DFD7
(227,223,215)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774F3E; }

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

This text font color is #774F3E.


Background Color

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

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

This div background color is #774F3E.


Border color

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

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

This div border color is #774F3E.


Opacity

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

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

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

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

This text has shadow with #774F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774F3E on black background.


Color preview on white background

This text has color #774F3E on white background.



Black color preview on #774F3E background

This text has black color on #774F3E background.


White color preview on #774F3E background

This text has white color on #774F3E background.