COLOR #754D3D

HEX: #754D3D
RGB: (117,77,61)

Color info

#754D3D contains red, green and blue colors in about the same proportion. Web safe color of #754D3D is #663333 (or #633).

RGB color model

#754D3D color RGB value is (117,77,61).

  • red value is 117;
  • green value is 77;
  • blue value is 61.
RGB:
(117,77,61)
(46%,30%,24%)

RGB channels and saturation

R 117 of 255 = 46%
G 77 of 255 = 30%
B 61 of 255 = 24%

117
77
61

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

Portions of RGB colors in percentages

R + G + B =
117 + 77 + 61 = 255 (100%)
R 117 of 255 ~ 45.88%
G 77 of 255 ~ 30.2%
B 61 of 255 ~ 23.92%

%45.88
%30.2
%23.92

CMYK color model

#754D3D color CMYK value is (0,34,48,54).

  • cyan value is 0.00%
  • magenta value is 34.19%
  • yellow value is 47.86%
  • key color value is 54.12%
CMYK:
(0,34,48,54)
C0M34Y48K54 
(0%,34%,48%,54%)
(0.00/0.34/0.48/0.54)	

CMYK percentages

%0
%34.19
%47.86
%54.12

Codes

Color #754D3D in popluar color models

754D3D
RGB1177761
HSL17°31.46%34.90%
HSB/HSV17°47.86%45.88%
CMYK0.00%34.19%47.86%
54.12%

Color #754D3D in popluar number systems.

HEX754D3D
Decimal1177761
Binary11101011001101111101
Octal16511575

Shades and tints

Shades of #754D3D

#754D3D
(117,77,61)
#6B4638
(107,70,56)
#613F33
(97,63,51)
#57382E
(87,56,46)
#4D3129
(77,49,41)
#432A24
(67,42,36)
#39231F
(57,35,31)
#2F1C1A
(47,28,26)
#251515
(37,21,21)
#1B0E10
(27,14,16)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #754D3D

#754D3D
(117,77,61)
#815D4E
(129,93,78)
#8D6D5F
(141,109,95)
#997D70
(153,125,112)
#A58D81
(165,141,129)
#B19D92
(177,157,146)
#BDADA3
(189,173,163)
#C9BDB4
(201,189,180)
#D5CDC5
(213,205,197)
#E1DDD6
(225,221,214)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754D3D color. Also use rgb(117,77,61) instead hex code.

Text Font Color

.myTextColor { color: #754D3D; }

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

This text font color is #754D3D.


Background Color

.myBgColor { background-color: #754D3D; }

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

This div background color is #754D3D.


Border color

.myBorderColor { border: 1px solid #754D3D; }

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

This div border color is #754D3D.


Opacity

.myOpacity80 { color: #754D3D; opacity: 0.8; }

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

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

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

This text has shadow with #754D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754D3D on black background.


Color preview on white background

This text has color #754D3D on white background.



Black color preview on #754D3D background

This text has black color on #754D3D background.


White color preview on #754D3D background

This text has white color on #754D3D background.