COLOR #42735A

HEX: #42735A
RGB: (66,115,90)

Color info

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

RGB color model

#42735A color RGB value is (66,115,90).

  • red value is 66;
  • green value is 115;
  • blue value is 90.
RGB:
(66,115,90)
(26%,45%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 90 of 255 = 35%

66
115
90

R + G + B ~ 35%. #42735A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 90 = 271 (100%)
R 66 of 271 ~ 24.35%
G 115 of 271 ~ 42.44%
B 90 of 271 ~ 33.21%

%24.35
%42.44
%33.21

CMYK color model

#42735A color CMYK value is (43,0,22,55).

  • cyan value is 42.61%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(43,0,22,55)
C43M0Y22K55 
(43%,0%,22%,55%)
(0.43/0.00/0.22/0.55)	

CMYK percentages

%42.61
%0
%21.74
%54.9

Codes

Color #42735A in popluar color models

42735A
RGB6611590
HSL149°27.07%35.49%
HSB/HSV149°42.61%45.10%
CMYK42.61%0.00%21.74%
54.90%

Color #42735A in popluar number systems.

HEX42735A
Decimal6611590
Binary100001011100111011010
Octal102163132

Shades and tints

Shades of #42735A

#42735A
(66,115,90)
#3C6952
(60,105,82)
#365F4A
(54,95,74)
#305542
(48,85,66)
#2A4B3A
(42,75,58)
#244132
(36,65,50)
#1E372A
(30,55,42)
#182D22
(24,45,34)
#12231A
(18,35,26)
#0C1912
(12,25,18)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #42735A

#42735A
(66,115,90)
#537F69
(83,127,105)
#648B78
(100,139,120)
#759787
(117,151,135)
#86A396
(134,163,150)
#97AFA5
(151,175,165)
#A8BBB4
(168,187,180)
#B9C7C3
(185,199,195)
#CAD3D2
(202,211,210)
#DBDFE1
(219,223,225)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42735A color. Also use rgb(66,115,90) instead hex code.

Text Font Color

.myTextColor { color: #42735A; }

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

This text font color is #42735A.


Background Color

.myBgColor { background-color: #42735A; }

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

This div background color is #42735A.


Border color

.myBorderColor { border: 1px solid #42735A; }

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

This div border color is #42735A.


Opacity

.myOpacity80 { color: #42735A; opacity: 0.8; }

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

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

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

This text has shadow with #42735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42735A on black background.


Color preview on white background

This text has color #42735A on white background.



Black color preview on #42735A background

This text has black color on #42735A background.


White color preview on #42735A background

This text has white color on #42735A background.