COLOR #734137

HEX: #734137
RGB: (115,65,55)

Color info

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

RGB color model

#734137 color RGB value is (115,65,55).

  • red value is 115;
  • green value is 65;
  • blue value is 55.
RGB:
(115,65,55)
(45%,25%,22%)

RGB channels and saturation

R 115 of 255 = 45%
G 65 of 255 = 25%
B 55 of 255 = 22%

115
65
55

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

Portions of RGB colors in percentages

R + G + B =
115 + 65 + 55 = 235 (100%)
R 115 of 235 ~ 48.94%
G 65 of 235 ~ 27.66%
B 55 of 235 ~ 23.4%

%48.94
%27.66
%23.4

CMYK color model

#734137 color CMYK value is (0,43,52,55).

  • cyan value is 0.00%
  • magenta value is 43.48%
  • yellow value is 52.17%
  • key color value is 54.90%
CMYK:
(0,43,52,55)
C0M43Y52K55 
(0%,43%,52%,55%)
(0.00/0.43/0.52/0.55)	

CMYK percentages

%0
%43.48
%52.17
%54.9

Codes

Color #734137 in popluar color models

734137
RGB1156555
HSL10°35.29%33.33%
HSB/HSV10°52.17%45.10%
CMYK0.00%43.48%52.17%
54.90%

Color #734137 in popluar number systems.

HEX734137
Decimal1156555
Binary11100111000001110111
Octal16310167

Shades and tints

Shades of #734137

#734137
(115,65,55)
#693C32
(105,60,50)
#5F372D
(95,55,45)
#553228
(85,50,40)
#4B2D23
(75,45,35)
#41281E
(65,40,30)
#372319
(55,35,25)
#2D1E14
(45,30,20)
#23190F
(35,25,15)
#19140A
(25,20,10)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #734137

#734137
(115,65,55)
#7F5249
(127,82,73)
#8B635B
(139,99,91)
#97746D
(151,116,109)
#A3857F
(163,133,127)
#AF9691
(175,150,145)
#BBA7A3
(187,167,163)
#C7B8B5
(199,184,181)
#D3C9C7
(211,201,199)
#DFDAD9
(223,218,217)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734137 color. Also use rgb(115,65,55) instead hex code.

Text Font Color

.myTextColor { color: #734137; }

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

This text font color is #734137.


Background Color

.myBgColor { background-color: #734137; }

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

This div background color is #734137.


Border color

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

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

This div border color is #734137.


Opacity

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

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

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

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

This text has shadow with #734137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734137 on black background.


Color preview on white background

This text has color #734137 on white background.



Black color preview on #734137 background

This text has black color on #734137 background.


White color preview on #734137 background

This text has white color on #734137 background.