COLOR #734C3A

HEX: #734C3A
RGB: (115,76,58)

Color info

#734C3A contains red, green and blue colors in about the same proportion. Web safe color of #734C3A is #663333 (or #633).

RGB color model

#734C3A color RGB value is (115,76,58).

  • red value is 115;
  • green value is 76;
  • blue value is 58.
RGB:
(115,76,58)
(45%,30%,23%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 58 of 255 = 23%

115
76
58

R + G + B ~ 33%. #734C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 76 + 58 = 249 (100%)
R 115 of 249 ~ 46.18%
G 76 of 249 ~ 30.52%
B 58 of 249 ~ 23.29%

%46.18
%30.52
%23.29

CMYK color model

#734C3A color CMYK value is (0,34,50,55).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 49.57%
  • key color value is 54.90%
CMYK:
(0,34,50,55)
C0M34Y50K55 
(0%,34%,50%,55%)
(0.00/0.34/0.50/0.55)	

CMYK percentages

%0
%33.91
%49.57
%54.9

Codes

Color #734C3A in popluar color models

734C3A
RGB1157658
HSL19°32.95%33.92%
HSB/HSV19°49.57%45.10%
CMYK0.00%33.91%49.57%
54.90%

Color #734C3A in popluar number systems.

HEX734C3A
Decimal1157658
Binary11100111001100111010
Octal16311472

Shades and tints

Shades of #734C3A

#734C3A
(115,76,58)
#694635
(105,70,53)
#5F4030
(95,64,48)
#553A2B
(85,58,43)
#4B3426
(75,52,38)
#412E21
(65,46,33)
#37281C
(55,40,28)
#2D2217
(45,34,23)
#231C12
(35,28,18)
#19160D
(25,22,13)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #734C3A

#734C3A
(115,76,58)
#7F5C4B
(127,92,75)
#8B6C5C
(139,108,92)
#977C6D
(151,124,109)
#A38C7E
(163,140,126)
#AF9C8F
(175,156,143)
#BBACA0
(187,172,160)
#C7BCB1
(199,188,177)
#D3CCC2
(211,204,194)
#DFDCD3
(223,220,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734C3A color. Also use rgb(115,76,58) instead hex code.

Text Font Color

.myTextColor { color: #734C3A; }

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

This text font color is #734C3A.


Background Color

.myBgColor { background-color: #734C3A; }

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

This div background color is #734C3A.


Border color

.myBorderColor { border: 1px solid #734C3A; }

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

This div border color is #734C3A.


Opacity

.myOpacity80 { color: #734C3A; opacity: 0.8; }

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

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

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

This text has shadow with #734C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734C3A on black background.


Color preview on white background

This text has color #734C3A on white background.



Black color preview on #734C3A background

This text has black color on #734C3A background.


White color preview on #734C3A background

This text has white color on #734C3A background.