COLOR #74453F

HEX: #74453F
RGB: (116,69,63)

Color info

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

RGB color model

#74453F color RGB value is (116,69,63).

  • red value is 116;
  • green value is 69;
  • blue value is 63.
RGB:
(116,69,63)
(45%,27%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 69 of 255 = 27%
B 63 of 255 = 25%

116
69
63

R + G + B ~ 32%. #74453F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 69 + 63 = 248 (100%)
R 116 of 248 ~ 46.77%
G 69 of 248 ~ 27.82%
B 63 of 248 ~ 25.4%

%46.77
%27.82
%25.4

CMYK color model

#74453F color CMYK value is (0,41,46,55).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 45.69%
  • key color value is 54.51%
CMYK:
(0,41,46,55)
C0M41Y46K55 
(0%,41%,46%,55%)
(0.00/0.41/0.46/0.55)	

CMYK percentages

%0
%40.52
%45.69
%54.51

Codes

Color #74453F in popluar color models

74453F
RGB1166963
HSL29.61%35.10%
HSB/HSV45.69%45.49%
CMYK0.00%40.52%45.69%
54.51%

Color #74453F in popluar number systems.

HEX74453F
Decimal1166963
Binary11101001000101111111
Octal16410577

Shades and tints

Shades of #74453F

#74453F
(116,69,63)
#6A3F3A
(106,63,58)
#603935
(96,57,53)
#563330
(86,51,48)
#4C2D2B
(76,45,43)
#422726
(66,39,38)
#382121
(56,33,33)
#2E1B1C
(46,27,28)
#241517
(36,21,23)
#1A0F12
(26,15,18)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #74453F

#74453F
(116,69,63)
#805550
(128,85,80)
#8C6561
(140,101,97)
#987572
(152,117,114)
#A48583
(164,133,131)
#B09594
(176,149,148)
#BCA5A5
(188,165,165)
#C8B5B6
(200,181,182)
#D4C5C7
(212,197,199)
#E0D5D8
(224,213,216)
#ECE5E9
(236,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74453F color. Also use rgb(116,69,63) instead hex code.

Text Font Color

.myTextColor { color: #74453F; }

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

This text font color is #74453F.


Background Color

.myBgColor { background-color: #74453F; }

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

This div background color is #74453F.


Border color

.myBorderColor { border: 1px solid #74453F; }

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

This div border color is #74453F.


Opacity

.myOpacity80 { color: #74453F; opacity: 0.8; }

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

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

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

This text has shadow with #74453F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74453F on black background.


Color preview on white background

This text has color #74453F on white background.



Black color preview on #74453F background

This text has black color on #74453F background.


White color preview on #74453F background

This text has white color on #74453F background.