COLOR #734C30

HEX: #734C30 RGB: (115,76,48)

Color info

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

RGB color model

#734C30 color RGB value is (115,76,48).

RGB: (115,76,48) (45%, 30%, 19%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 48 of 255 = 19%

115
76
48

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

Portions of RGB colors in percentages

R + G + B = 115 + 76 + 48 = 239 (100%)
R 115 of 239 ~ 48.12%
G 76 of 239 ~ 31.8%
B 48 of 239 ~ 20.08'%

%48.12
%31.8
%20.08

CMYK color model

#734C30 color CMYK value is (0,34,58,55).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 58.26%
  • key color value is 54.90%

CMYK: (0,34,58,55)
C0M34Y58K55 (0%, 34%, 58%, 55%)
(0.00 / 0.34 / 0.58 / 0.55)

CMYK percentages

%0
%33.91
%58.26
%54.9

Codes

Color #734C30 in popluar color models

73 4C 30
RGB 115 76 48
HSL 25° 41.10% 31.96%
HSB/HSV 25° 58.26% 45.10%
CMYK 0.00% 33.91% 58.26%
54.90%

Color #734C30 in popluar number systems.

HEX 73 4C 30
Decimal 115 76 48
Binary 1110011 1001100 110000
Octal 163 114 60

Shades and tints

Shades of #734C30

#734C30
(115,76,48)
#69462C
(105,70,44)
#5F4028
(95,64,40)
#553A24
(85,58,36)
#4B3420
(75,52,32)
#412E1C
(65,46,28)
#372818
(55,40,24)
#2D2214
(45,34,20)
#231C10
(35,28,16)
#19160C
(25,22,12)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #734C30

#734C30
(115,76,48)
#7F5C42
(127,92,66)
#8B6C54
(139,108,84)
#977C66
(151,124,102)
#A38C78
(163,140,120)
#AF9C8A
(175,156,138)
#BBAC9C
(187,172,156)
#C7BCAE
(199,188,174)
#D3CCC0
(211,204,192)
#DFDCD2
(223,220,210)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734C30 color. Also use rgb(115,76,48) instead hex code.

Text Font Color

.myTextColor { color: #734C30; }

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

This text font color is #734C30.

Background Color

.myBgColor { background-color: #734C30; }

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

This div background color is #734C30.

Border color

.myBorderColor { border: 1px solid #734C30; }

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

This div border color is #734C30.

Opacity

.myOpacity80 { color: #734C30; opacity: 0.8; }

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

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

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

This text has shadow with #734C30 color.


.textShadow {text-shadow: 3px 3px 1px #734C30', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #734C30; -webkit-box-shadow: 1px 1px 3px 2px #734C30; box-shadow:1px 1px 3px 2px #734C30;">
Div content here
</div>

This div box has shadow with color #734C30.

Preview

Color preview on black background

This text has color #734C30 on black background.


Color preview on white background

This text has color #734C30 on white background.


Black color preview on #734C30 background

This text has black color on #734C30 background.


White color preview on #734C30 background

This text has white color on #734C30 background.


Related colors

Complementary color

Complementary color for #hex is #8CB3CF.


I love getcolorcode.com

Triadic colors

1 #30734C and #4C3073 with #734C30 are triadic colors.

2 #304C73 and #4C7330 with #734C30 are triadic colors.