COLOR #736C27

HEX: #736C27
RGB: (115,108,39)

Color info

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

RGB color model

#736C27 color RGB value is (115,108,39).

  • red value is 115;
  • green value is 108;
  • blue value is 39.
RGB:
(115,108,39)
(45%,42%,15%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 39 of 255 = 15%

115
108
39

R + G + B ~ 34%. #736C27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 39 = 262 (100%)
R 115 of 262 ~ 43.89%
G 108 of 262 ~ 41.22%
B 39 of 262 ~ 14.89%

%43.89
%41.22
%14.89

CMYK color model

#736C27 color CMYK value is (0,6,66,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 66.09%
  • key color value is 54.90%
CMYK:
(0,6,66,55)
C0M6Y66K55 
(0%,6%,66%,55%)
(0.00/0.06/0.66/0.55)	

CMYK percentages

%0
%6.09
%66.09
%54.9

Codes

Color #736C27 in popluar color models

736C27
RGB11510839
HSL54°49.35%30.20%
HSB/HSV54°66.09%45.10%
CMYK0.00%6.09%66.09%
54.90%

Color #736C27 in popluar number systems.

HEX736C27
Decimal11510839
Binary11100111101100100111
Octal16315447

Shades and tints

Shades of #736C27

#736C27
(115,108,39)
#696324
(105,99,36)
#5F5A21
(95,90,33)
#55511E
(85,81,30)
#4B481B
(75,72,27)
#413F18
(65,63,24)
#373615
(55,54,21)
#2D2D12
(45,45,18)
#23240F
(35,36,15)
#191B0C
(25,27,12)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #736C27

#736C27
(115,108,39)
#7F793A
(127,121,58)
#8B864D
(139,134,77)
#979360
(151,147,96)
#A3A073
(163,160,115)
#AFAD86
(175,173,134)
#BBBA99
(187,186,153)
#C7C7AC
(199,199,172)
#D3D4BF
(211,212,191)
#DFE1D2
(223,225,210)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736C27 color. Also use rgb(115,108,39) instead hex code.

Text Font Color

.myTextColor { color: #736C27; }

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

This text font color is #736C27.


Background Color

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

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

This div background color is #736C27.


Border color

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

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

This div border color is #736C27.


Opacity

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

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

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

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

This text has shadow with #736C27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C27 on black background.


Color preview on white background

This text has color #736C27 on white background.



Black color preview on #736C27 background

This text has black color on #736C27 background.


White color preview on #736C27 background

This text has white color on #736C27 background.