COLOR #744E02

HEX: #744E02 RGB: (116,78,2)

Color info

#744E02 contains mainly red and green colors. Web safe color of #744E02 is #666600 (or #660).

RGB color model

#744E02 color RGB value is (116,78,2).

RGB: (116,78,2) (45%, 31%, 1%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 2 of 255 = 1%

116
78
2

R + G + B ~ 26%. #744E02 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 78 + 2 = 196 (100%)
R 116 of 196 ~ 59.18%
G 78 of 196 ~ 39.8%
B 2 of 196 ~ 1.02'%

%59.18
%39.8

CMYK color model

#744E02 color CMYK value is (0,33,98,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 98.28%
  • key color value is 54.51%

CMYK: (0,33,98,55)
C0M33Y98K55 (0%, 33%, 98%, 55%)
(0.00 / 0.33 / 0.98 / 0.55)

CMYK percentages

%0
%32.76
%98.28
%54.51

Codes

Color #744E02 in popluar color models

74 4E 02
RGB 116 78 2
HSL 40° 96.61% 23.14%
HSB/HSV 40° 98.28% 45.49%
CMYK 0.00% 32.76% 98.28%
54.51%

Color #744E02 in popluar number systems.

HEX 74 4E 02
Decimal 116 78 2
Binary 1110100 1001110 10
Octal 164 116 2

Shades and tints

Shades of #744E02

#744E02
(116,78,2)
#6A4702
(106,71,2)
#604002
(96,64,2)
#563902
(86,57,2)
#4C3202
(76,50,2)
#422B02
(66,43,2)
#382402
(56,36,2)
#2E1D02
(46,29,2)
#241602
(36,22,2)
#1A0F02
(26,15,2)
#100802
(16,8,2)
#000000
(0,0,0)

Tints of #744E02

#744E02
(116,78,2)
#805E19
(128,94,25)
#8C6E30
(140,110,48)
#987E47
(152,126,71)
#A48E5E
(164,142,94)
#B09E75
(176,158,117)
#BCAE8C
(188,174,140)
#C8BEA3
(200,190,163)
#D4CEBA
(212,206,186)
#E0DED1
(224,222,209)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744E02 color. Also use rgb(116,78,2) instead hex code.

Text Font Color

.myTextColor { color: #744E02; }

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

This text font color is #744E02.

Background Color

.myBgColor { background-color: #744E02; }

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

This div background color is #744E02.

Border color

.myBorderColor { border: 1px solid #744E02; }

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

This div border color is #744E02.

Opacity

.myOpacity80 { color: #744E02; opacity: 0.8; }

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

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

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

This text has shadow with #744E02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744E02.

Preview

Color preview on black background

This text has color #744E02 on black background.


Color preview on white background

This text has color #744E02 on white background.


Black color preview on #744E02 background

This text has black color on #744E02 background.


White color preview on #744E02 background

This text has white color on #744E02 background.


Related colors

Complementary color

Complementary color for #hex is #8BB1FD.


I love getcolorcode.com

Triadic colors

1 #02744E and #4E0274 with #744E02 are triadic colors.

2 #024E74 and #4E7402 with #744E02 are triadic colors.