COLOR #065731

HEX: #065731
RGB: (6,87,49)

Color info

#065731 contains mainly green and blue colors. Web safe color of #065731 is #006633 (or #063).

RGB color model

#065731 color RGB value is (6,87,49).

  • red value is 6;
  • green value is 87;
  • blue value is 49.
RGB:
(6,87,49)
(2%,34%,19%)

RGB channels and saturation

R 6 of 255 = 2%
G 87 of 255 = 34%
B 49 of 255 = 19%

6
87
49

R + G + B ~ 18%. #065731 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 87 + 49 = 142 (100%)
R 6 of 142 ~ 4.23%
G 87 of 142 ~ 61.27%
B 49 of 142 ~ 34.51%

%61.27
%34.51

CMYK color model

#065731 color CMYK value is (93,0,44,66).

  • cyan value is 93.10%
  • magenta value is 0.00%
  • yellow value is 43.68%
  • key color value is 65.88%
CMYK:
(93,0,44,66)
C93M0Y44K66 
(93%,0%,44%,66%)
(0.93/0.00/0.44/0.66)	

CMYK percentages

%93.1
%0
%43.68
%65.88

Codes

Color #065731 in popluar color models

065731
RGB68749
HSL152°87.10%18.24%
HSB/HSV152°93.10%34.12%
CMYK93.10%0.00%43.68%
65.88%

Color #065731 in popluar number systems.

HEX065731
Decimal68749
Binary1101010111110001
Octal612761

Shades and tints

Shades of #065731

#065731
(6,87,49)
#06502D
(6,80,45)
#064929
(6,73,41)
#064225
(6,66,37)
#063B21
(6,59,33)
#06341D
(6,52,29)
#062D19
(6,45,25)
#062615
(6,38,21)
#061F11
(6,31,17)
#06180D
(6,24,13)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #065731

#065731
(6,87,49)
#1C6643
(28,102,67)
#327555
(50,117,85)
#488467
(72,132,103)
#5E9379
(94,147,121)
#74A28B
(116,162,139)
#8AB19D
(138,177,157)
#A0C0AF
(160,192,175)
#B6CFC1
(182,207,193)
#CCDED3
(204,222,211)
#E2EDE5
(226,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065731 color. Also use rgb(6,87,49) instead hex code.

Text Font Color

.myTextColor { color: #065731; }

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

This text font color is #065731.


Background Color

.myBgColor { background-color: #065731; }

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

This div background color is #065731.


Border color

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

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

This div border color is #065731.


Opacity

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

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

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

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

This text has shadow with #065731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065731 on black background.


Color preview on white background

This text has color #065731 on white background.



Black color preview on #065731 background

This text has black color on #065731 background.


White color preview on #065731 background

This text has white color on #065731 background.