COLOR #774B23

HEX: #774B23
RGB: (119,75,35)

Color info

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

RGB color model

#774B23 color RGB value is (119,75,35).

  • red value is 119;
  • green value is 75;
  • blue value is 35.
RGB:
(119,75,35)
(47%,29%,14%)

RGB channels and saturation

R 119 of 255 = 47%
G 75 of 255 = 29%
B 35 of 255 = 14%

119
75
35

R + G + B ~ 30%. #774B23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 75 + 35 = 229 (100%)
R 119 of 229 ~ 51.97%
G 75 of 229 ~ 32.75%
B 35 of 229 ~ 15.28%

%51.97
%32.75
%15.28

CMYK color model

#774B23 color CMYK value is (0,37,71,53).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 70.59%
  • key color value is 53.33%
CMYK:
(0,37,71,53)
C0M37Y71K53 
(0%,37%,71%,53%)
(0.00/0.37/0.71/0.53)	

CMYK percentages

%0
%36.97
%70.59
%53.33

Codes

Color #774B23 in popluar color models

774B23
RGB1197535
HSL29°54.55%30.20%
HSB/HSV29°70.59%46.67%
CMYK0.00%36.97%70.59%
53.33%

Color #774B23 in popluar number systems.

HEX774B23
Decimal1197535
Binary11101111001011100011
Octal16711343

Shades and tints

Shades of #774B23

#774B23
(119,75,35)
#6D4520
(109,69,32)
#633F1D
(99,63,29)
#59391A
(89,57,26)
#4F3317
(79,51,23)
#452D14
(69,45,20)
#3B2711
(59,39,17)
#31210E
(49,33,14)
#271B0B
(39,27,11)
#1D1508
(29,21,8)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #774B23

#774B23
(119,75,35)
#835B37
(131,91,55)
#8F6B4B
(143,107,75)
#9B7B5F
(155,123,95)
#A78B73
(167,139,115)
#B39B87
(179,155,135)
#BFAB9B
(191,171,155)
#CBBBAF
(203,187,175)
#D7CBC3
(215,203,195)
#E3DBD7
(227,219,215)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774B23 color. Also use rgb(119,75,35) instead hex code.

Text Font Color

.myTextColor { color: #774B23; }

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

This text font color is #774B23.


Background Color

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

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

This div background color is #774B23.


Border color

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

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

This div border color is #774B23.


Opacity

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

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

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

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

This text has shadow with #774B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B23 on black background.


Color preview on white background

This text has color #774B23 on white background.



Black color preview on #774B23 background

This text has black color on #774B23 background.


White color preview on #774B23 background

This text has white color on #774B23 background.