COLOR #75403D

HEX: #75403D
RGB: (117,64,61)

Color info

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

RGB color model

#75403D color RGB value is (117,64,61).

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

RGB channels and saturation

R 117 of 255 = 46%
G 64 of 255 = 25%
B 61 of 255 = 24%

117
64
61

R + G + B ~ 32%. #75403D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 64 + 61 = 242 (100%)
R 117 of 242 ~ 48.35%
G 64 of 242 ~ 26.45%
B 61 of 242 ~ 25.21%

%48.35
%26.45
%25.21

CMYK color model

#75403D color CMYK value is (0,45,48,54).

  • cyan value is 0.00%
  • magenta value is 45.30%
  • yellow value is 47.86%
  • key color value is 54.12%
CMYK:
(0,45,48,54)
C0M45Y48K54 
(0%,45%,48%,54%)
(0.00/0.45/0.48/0.54)	

CMYK percentages

%0
%45.3
%47.86
%54.12

Codes

Color #75403D in popluar color models

75403D
RGB1176461
HSL31.46%34.90%
HSB/HSV47.86%45.88%
CMYK0.00%45.30%47.86%
54.12%

Color #75403D in popluar number systems.

HEX75403D
Decimal1176461
Binary11101011000000111101
Octal16510075

Shades and tints

Shades of #75403D

#75403D
(117,64,61)
#6B3B38
(107,59,56)
#613633
(97,54,51)
#57312E
(87,49,46)
#4D2C29
(77,44,41)
#432724
(67,39,36)
#39221F
(57,34,31)
#2F1D1A
(47,29,26)
#251815
(37,24,21)
#1B1310
(27,19,16)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #75403D

#75403D
(117,64,61)
#81514E
(129,81,78)
#8D625F
(141,98,95)
#997370
(153,115,112)
#A58481
(165,132,129)
#B19592
(177,149,146)
#BDA6A3
(189,166,163)
#C9B7B4
(201,183,180)
#D5C8C5
(213,200,197)
#E1D9D6
(225,217,214)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75403D color. Also use rgb(117,64,61) instead hex code.

Text Font Color

.myTextColor { color: #75403D; }

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

This text font color is #75403D.


Background Color

.myBgColor { background-color: #75403D; }

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

This div background color is #75403D.


Border color

.myBorderColor { border: 1px solid #75403D; }

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

This div border color is #75403D.


Opacity

.myOpacity80 { color: #75403D; opacity: 0.8; }

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

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

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

This text has shadow with #75403D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75403D on black background.


Color preview on white background

This text has color #75403D on white background.



Black color preview on #75403D background

This text has black color on #75403D background.


White color preview on #75403D background

This text has white color on #75403D background.