COLOR #754336

HEX: #754336
RGB: (117,67,54)

Color info

#754336 contains mainly red and green colors. Web safe color of #754336 is #663333 (or #633).

RGB color model

#754336 color RGB value is (117,67,54).

  • red value is 117;
  • green value is 67;
  • blue value is 54.
RGB:
(117,67,54)
(46%,26%,21%)

RGB channels and saturation

R 117 of 255 = 46%
G 67 of 255 = 26%
B 54 of 255 = 21%

117
67
54

R + G + B ~ 31%. #754336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 67 + 54 = 238 (100%)
R 117 of 238 ~ 49.16%
G 67 of 238 ~ 28.15%
B 54 of 238 ~ 22.69%

%49.16
%28.15
%22.69

CMYK color model

#754336 color CMYK value is (0,43,54,54).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 53.85%
  • key color value is 54.12%
CMYK:
(0,43,54,54)
C0M43Y54K54 
(0%,43%,54%,54%)
(0.00/0.43/0.54/0.54)	

CMYK percentages

%0
%42.74
%53.85
%54.12

Codes

Color #754336 in popluar color models

754336
RGB1176754
HSL12°36.84%33.53%
HSB/HSV12°53.85%45.88%
CMYK0.00%42.74%53.85%
54.12%

Color #754336 in popluar number systems.

HEX754336
Decimal1176754
Binary11101011000011110110
Octal16510366

Shades and tints

Shades of #754336

#754336
(117,67,54)
#6B3D32
(107,61,50)
#61372E
(97,55,46)
#57312A
(87,49,42)
#4D2B26
(77,43,38)
#432522
(67,37,34)
#391F1E
(57,31,30)
#2F191A
(47,25,26)
#251316
(37,19,22)
#1B0D12
(27,13,18)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #754336

#754336
(117,67,54)
#815448
(129,84,72)
#8D655A
(141,101,90)
#99766C
(153,118,108)
#A5877E
(165,135,126)
#B19890
(177,152,144)
#BDA9A2
(189,169,162)
#C9BAB4
(201,186,180)
#D5CBC6
(213,203,198)
#E1DCD8
(225,220,216)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754336 color. Also use rgb(117,67,54) instead hex code.

Text Font Color

.myTextColor { color: #754336; }

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

This text font color is #754336.


Background Color

.myBgColor { background-color: #754336; }

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

This div background color is #754336.


Border color

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

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

This div border color is #754336.


Opacity

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

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

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

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

This text has shadow with #754336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754336 on black background.


Color preview on white background

This text has color #754336 on white background.



Black color preview on #754336 background

This text has black color on #754336 background.


White color preview on #754336 background

This text has white color on #754336 background.