COLOR #734427

HEX: #734427
RGB: (115,68,39)

Color info

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

RGB color model

#734427 color RGB value is (115,68,39).

  • red value is 115;
  • green value is 68;
  • blue value is 39.
RGB:
(115,68,39)
(45%,27%,15%)

RGB channels and saturation

R 115 of 255 = 45%
G 68 of 255 = 27%
B 39 of 255 = 15%

115
68
39

R + G + B ~ 29%. #734427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 68 + 39 = 222 (100%)
R 115 of 222 ~ 51.8%
G 68 of 222 ~ 30.63%
B 39 of 222 ~ 17.57%

%51.8
%30.63
%17.57

CMYK color model

#734427 color CMYK value is (0,41,66,55).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 66.09%
  • key color value is 54.90%
CMYK:
(0,41,66,55)
C0M41Y66K55 
(0%,41%,66%,55%)
(0.00/0.41/0.66/0.55)	

CMYK percentages

%0
%40.87
%66.09
%54.9

Codes

Color #734427 in popluar color models

734427
RGB1156839
HSL23°49.35%30.20%
HSB/HSV23°66.09%45.10%
CMYK0.00%40.87%66.09%
54.90%

Color #734427 in popluar number systems.

HEX734427
Decimal1156839
Binary11100111000100100111
Octal16310447

Shades and tints

Shades of #734427

#734427
(115,68,39)
#693E24
(105,62,36)
#5F3821
(95,56,33)
#55321E
(85,50,30)
#4B2C1B
(75,44,27)
#412618
(65,38,24)
#372015
(55,32,21)
#2D1A12
(45,26,18)
#23140F
(35,20,15)
#190E0C
(25,14,12)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #734427

#734427
(115,68,39)
#7F553A
(127,85,58)
#8B664D
(139,102,77)
#977760
(151,119,96)
#A38873
(163,136,115)
#AF9986
(175,153,134)
#BBAA99
(187,170,153)
#C7BBAC
(199,187,172)
#D3CCBF
(211,204,191)
#DFDDD2
(223,221,210)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734427 color. Also use rgb(115,68,39) instead hex code.

Text Font Color

.myTextColor { color: #734427; }

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

This text font color is #734427.


Background Color

.myBgColor { background-color: #734427; }

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

This div background color is #734427.


Border color

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

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

This div border color is #734427.


Opacity

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

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

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

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

This text has shadow with #734427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734427 on black background.


Color preview on white background

This text has color #734427 on white background.



Black color preview on #734427 background

This text has black color on #734427 background.


White color preview on #734427 background

This text has white color on #734427 background.