COLOR #736A4A

HEX: #736A4A
RGB: (115,106,74)

Color info

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

RGB color model

#736A4A color RGB value is (115,106,74).

  • red value is 115;
  • green value is 106;
  • blue value is 74.
RGB:
(115,106,74)
(45%,42%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 74 of 255 = 29%

115
106
74

R + G + B ~ 39%. #736A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 74 = 295 (100%)
R 115 of 295 ~ 38.98%
G 106 of 295 ~ 35.93%
B 74 of 295 ~ 25.08%

%38.98
%35.93
%25.08

CMYK color model

#736A4A color CMYK value is (0,8,36,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 35.65%
  • key color value is 54.90%
CMYK:
(0,8,36,55)
C0M8Y36K55 
(0%,8%,36%,55%)
(0.00/0.08/0.36/0.55)	

CMYK percentages

%0
%7.83
%35.65
%54.9

Codes

Color #736A4A in popluar color models

736A4A
RGB11510674
HSL47°21.69%37.06%
HSB/HSV47°35.65%45.10%
CMYK0.00%7.83%35.65%
54.90%

Color #736A4A in popluar number systems.

HEX736A4A
Decimal11510674
Binary111001111010101001010
Octal163152112

Shades and tints

Shades of #736A4A

#736A4A
(115,106,74)
#696144
(105,97,68)
#5F583E
(95,88,62)
#554F38
(85,79,56)
#4B4632
(75,70,50)
#413D2C
(65,61,44)
#373426
(55,52,38)
#2D2B20
(45,43,32)
#23221A
(35,34,26)
#191914
(25,25,20)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #736A4A

#736A4A
(115,106,74)
#7F775A
(127,119,90)
#8B846A
(139,132,106)
#97917A
(151,145,122)
#A39E8A
(163,158,138)
#AFAB9A
(175,171,154)
#BBB8AA
(187,184,170)
#C7C5BA
(199,197,186)
#D3D2CA
(211,210,202)
#DFDFDA
(223,223,218)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736A4A color. Also use rgb(115,106,74) instead hex code.

Text Font Color

.myTextColor { color: #736A4A; }

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

This text font color is #736A4A.


Background Color

.myBgColor { background-color: #736A4A; }

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

This div background color is #736A4A.


Border color

.myBorderColor { border: 1px solid #736A4A; }

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

This div border color is #736A4A.


Opacity

.myOpacity80 { color: #736A4A; opacity: 0.8; }

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

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

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

This text has shadow with #736A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A4A on black background.


Color preview on white background

This text has color #736A4A on white background.



Black color preview on #736A4A background

This text has black color on #736A4A background.


White color preview on #736A4A background

This text has white color on #736A4A background.