COLOR #4A7567

HEX: #4A7567
RGB: (74,117,103)

Color info

#4A7567 contains red, green and blue colors in about the same proportion. Web safe color of #4A7567 is #336666 (or #366).

RGB color model

#4A7567 color RGB value is (74,117,103).

  • red value is 74;
  • green value is 117;
  • blue value is 103.
RGB:
(74,117,103)
(29%,46%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 117 of 255 = 46%
B 103 of 255 = 40%

74
117
103

R + G + B ~ 38%. #4A7567 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 117 + 103 = 294 (100%)
R 74 of 294 ~ 25.17%
G 117 of 294 ~ 39.8%
B 103 of 294 ~ 35.03%

%25.17
%39.8
%35.03

CMYK color model

#4A7567 color CMYK value is (37,0,12,54).

  • cyan value is 36.75%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(37,0,12,54)
C37M0Y12K54 
(37%,0%,12%,54%)
(0.37/0.00/0.12/0.54)	

CMYK percentages

%36.75
%0
%11.97
%54.12

Codes

Color #4A7567 in popluar color models

4A7567
RGB74117103
HSL160°22.51%37.45%
HSB/HSV160°36.75%45.88%
CMYK36.75%0.00%11.97%
54.12%

Color #4A7567 in popluar number systems.

HEX4A7567
Decimal74117103
Binary100101011101011100111
Octal112165147

Shades and tints

Shades of #4A7567

#4A7567
(74,117,103)
#446B5E
(68,107,94)
#3E6155
(62,97,85)
#38574C
(56,87,76)
#324D43
(50,77,67)
#2C433A
(44,67,58)
#263931
(38,57,49)
#202F28
(32,47,40)
#1A251F
(26,37,31)
#141B16
(20,27,22)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #4A7567

#4A7567
(74,117,103)
#5A8174
(90,129,116)
#6A8D81
(106,141,129)
#7A998E
(122,153,142)
#8AA59B
(138,165,155)
#9AB1A8
(154,177,168)
#AABDB5
(170,189,181)
#BAC9C2
(186,201,194)
#CAD5CF
(202,213,207)
#DAE1DC
(218,225,220)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A7567 color. Also use rgb(74,117,103) instead hex code.

Text Font Color

.myTextColor { color: #4A7567; }

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

This text font color is #4A7567.


Background Color

.myBgColor { background-color: #4A7567; }

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

This div background color is #4A7567.


Border color

.myBorderColor { border: 1px solid #4A7567; }

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

This div border color is #4A7567.


Opacity

.myOpacity80 { color: #4A7567; opacity: 0.8; }

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

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

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

This text has shadow with #4A7567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7567 on black background.


Color preview on white background

This text has color #4A7567 on white background.



Black color preview on #4A7567 background

This text has black color on #4A7567 background.


White color preview on #4A7567 background

This text has white color on #4A7567 background.