COLOR #736427

HEX: #736427
RGB: (115,100,39)

Color info

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

RGB color model

#736427 color RGB value is (115,100,39).

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

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 39 of 255 = 15%

115
100
39

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 39 = 254 (100%)
R 115 of 254 ~ 45.28%
G 100 of 254 ~ 39.37%
B 39 of 254 ~ 15.35%

%45.28
%39.37
%15.35

CMYK color model

#736427 color CMYK value is (0,13,66,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 66.09%
  • key color value is 54.90%
CMYK:
(0,13,66,55)
C0M13Y66K55 
(0%,13%,66%,55%)
(0.00/0.13/0.66/0.55)	

CMYK percentages

%0
%13.04
%66.09
%54.9

Codes

Color #736427 in popluar color models

736427
RGB11510039
HSL48°49.35%30.20%
HSB/HSV48°66.09%45.10%
CMYK0.00%13.04%66.09%
54.90%

Color #736427 in popluar number systems.

HEX736427
Decimal11510039
Binary11100111100100100111
Octal16314447

Shades and tints

Shades of #736427

#736427
(115,100,39)
#695B24
(105,91,36)
#5F5221
(95,82,33)
#55491E
(85,73,30)
#4B401B
(75,64,27)
#413718
(65,55,24)
#372E15
(55,46,21)
#2D2512
(45,37,18)
#231C0F
(35,28,15)
#19130C
(25,19,12)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #736427

#736427
(115,100,39)
#7F723A
(127,114,58)
#8B804D
(139,128,77)
#978E60
(151,142,96)
#A39C73
(163,156,115)
#AFAA86
(175,170,134)
#BBB899
(187,184,153)
#C7C6AC
(199,198,172)
#D3D4BF
(211,212,191)
#DFE2D2
(223,226,210)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736427; }

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

This text font color is #736427.


Background Color

.myBgColor { background-color: #736427; }

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

This div background color is #736427.


Border color

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

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

This div border color is #736427.


Opacity

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

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

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

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

This text has shadow with #736427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736427 on black background.


Color preview on white background

This text has color #736427 on white background.



Black color preview on #736427 background

This text has black color on #736427 background.


White color preview on #736427 background

This text has white color on #736427 background.