COLOR #736626

HEX: #736626
RGB: (115,102,38)

Color info

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

RGB color model

#736626 color RGB value is (115,102,38).

  • red value is 115;
  • green value is 102;
  • blue value is 38.
RGB:
(115,102,38)
(45%,40%,15%)

RGB channels and saturation

R 115 of 255 = 45%
G 102 of 255 = 40%
B 38 of 255 = 15%

115
102
38

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

Portions of RGB colors in percentages

R + G + B =
115 + 102 + 38 = 255 (100%)
R 115 of 255 ~ 45.1%
G 102 of 255 ~ 40%
B 38 of 255 ~ 14.9%

%45.1
%40
%14.9

CMYK color model

#736626 color CMYK value is (0,11,67,55).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 66.96%
  • key color value is 54.90%
CMYK:
(0,11,67,55)
C0M11Y67K55 
(0%,11%,67%,55%)
(0.00/0.11/0.67/0.55)	

CMYK percentages

%0
%11.3
%66.96
%54.9

Codes

Color #736626 in popluar color models

736626
RGB11510238
HSL50°50.33%30.00%
HSB/HSV50°66.96%45.10%
CMYK0.00%11.30%66.96%
54.90%

Color #736626 in popluar number systems.

HEX736626
Decimal11510238
Binary11100111100110100110
Octal16314646

Shades and tints

Shades of #736626

#736626
(115,102,38)
#695D23
(105,93,35)
#5F5420
(95,84,32)
#554B1D
(85,75,29)
#4B421A
(75,66,26)
#413917
(65,57,23)
#373014
(55,48,20)
#2D2711
(45,39,17)
#231E0E
(35,30,14)
#19150B
(25,21,11)
#0F0C08
(15,12,8)
#000000
(0,0,0)

Tints of #736626

#736626
(115,102,38)
#7F7339
(127,115,57)
#8B804C
(139,128,76)
#978D5F
(151,141,95)
#A39A72
(163,154,114)
#AFA785
(175,167,133)
#BBB498
(187,180,152)
#C7C1AB
(199,193,171)
#D3CEBE
(211,206,190)
#DFDBD1
(223,219,209)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736626 color. Also use rgb(115,102,38) instead hex code.

Text Font Color

.myTextColor { color: #736626; }

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

This text font color is #736626.


Background Color

.myBgColor { background-color: #736626; }

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

This div background color is #736626.


Border color

.myBorderColor { border: 1px solid #736626; }

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

This div border color is #736626.


Opacity

.myOpacity80 { color: #736626; opacity: 0.8; }

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

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

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

This text has shadow with #736626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736626 on black background.


Color preview on white background

This text has color #736626 on white background.



Black color preview on #736626 background

This text has black color on #736626 background.


White color preview on #736626 background

This text has white color on #736626 background.