COLOR #736F33

HEX: #736F33
RGB: (115,111,51)

Color info

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

RGB color model

#736F33 color RGB value is (115,111,51).

  • red value is 115;
  • green value is 111;
  • blue value is 51.
RGB:
(115,111,51)
(45%,44%,20%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 51 of 255 = 20%

115
111
51

R + G + B ~ 36%. #736F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 51 = 277 (100%)
R 115 of 277 ~ 41.52%
G 111 of 277 ~ 40.07%
B 51 of 277 ~ 18.41%

%41.52
%40.07
%18.41

CMYK color model

#736F33 color CMYK value is (0,3,56,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 55.65%
  • key color value is 54.90%
CMYK:
(0,3,56,55)
C0M3Y56K55 
(0%,3%,56%,55%)
(0.00/0.03/0.56/0.55)	

CMYK percentages

%0
%3.48
%55.65
%54.9

Codes

Color #736F33 in popluar color models

736F33
RGB11511151
HSL56°38.55%32.55%
HSB/HSV56°55.65%45.10%
CMYK0.00%3.48%55.65%
54.90%

Color #736F33 in popluar number systems.

HEX736F33
Decimal11511151
Binary11100111101111110011
Octal16315763

Shades and tints

Shades of #736F33

#736F33
(115,111,51)
#69652F
(105,101,47)
#5F5B2B
(95,91,43)
#555127
(85,81,39)
#4B4723
(75,71,35)
#413D1F
(65,61,31)
#37331B
(55,51,27)
#2D2917
(45,41,23)
#231F13
(35,31,19)
#19150F
(25,21,15)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #736F33

#736F33
(115,111,51)
#7F7C45
(127,124,69)
#8B8957
(139,137,87)
#979669
(151,150,105)
#A3A37B
(163,163,123)
#AFB08D
(175,176,141)
#BBBD9F
(187,189,159)
#C7CAB1
(199,202,177)
#D3D7C3
(211,215,195)
#DFE4D5
(223,228,213)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736F33 color. Also use rgb(115,111,51) instead hex code.

Text Font Color

.myTextColor { color: #736F33; }

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

This text font color is #736F33.


Background Color

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

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

This div background color is #736F33.


Border color

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

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

This div border color is #736F33.


Opacity

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

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

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

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

This text has shadow with #736F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F33 on black background.


Color preview on white background

This text has color #736F33 on white background.



Black color preview on #736F33 background

This text has black color on #736F33 background.


White color preview on #736F33 background

This text has white color on #736F33 background.