COLOR #065033

HEX: #065033
RGB: (6,80,51)

Color info

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

RGB color model

#065033 color RGB value is (6,80,51).

  • red value is 6;
  • green value is 80;
  • blue value is 51.
RGB:
(6,80,51)
(2%,31%,20%)

RGB channels and saturation

R 6 of 255 = 2%
G 80 of 255 = 31%
B 51 of 255 = 20%

6
80
51

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

Portions of RGB colors in percentages

R + G + B =
6 + 80 + 51 = 137 (100%)
R 6 of 137 ~ 4.38%
G 80 of 137 ~ 58.39%
B 51 of 137 ~ 37.23%

%58.39
%37.23

CMYK color model

#065033 color CMYK value is (93,0,36,69).

  • cyan value is 92.50%
  • magenta value is 0.00%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(93,0,36,69)
C93M0Y36K69 
(93%,0%,36%,69%)
(0.93/0.00/0.36/0.69)	

CMYK percentages

%92.5
%0
%36.25
%68.63

Codes

Color #065033 in popluar color models

065033
RGB68051
HSL156°86.05%16.86%
HSB/HSV156°92.50%31.37%
CMYK92.50%0.00%36.25%
68.63%

Color #065033 in popluar number systems.

HEX065033
Decimal68051
Binary1101010000110011
Octal612063

Shades and tints

Shades of #065033

#065033
(6,80,51)
#06492F
(6,73,47)
#06422B
(6,66,43)
#063B27
(6,59,39)
#063423
(6,52,35)
#062D1F
(6,45,31)
#06261B
(6,38,27)
#061F17
(6,31,23)
#061813
(6,24,19)
#06110F
(6,17,15)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #065033

#065033
(6,80,51)
#1C5F45
(28,95,69)
#326E57
(50,110,87)
#487D69
(72,125,105)
#5E8C7B
(94,140,123)
#749B8D
(116,155,141)
#8AAA9F
(138,170,159)
#A0B9B1
(160,185,177)
#B6C8C3
(182,200,195)
#CCD7D5
(204,215,213)
#E2E6E7
(226,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065033 color. Also use rgb(6,80,51) instead hex code.

Text Font Color

.myTextColor { color: #065033; }

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

This text font color is #065033.


Background Color

.myBgColor { background-color: #065033; }

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

This div background color is #065033.


Border color

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

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

This div border color is #065033.


Opacity

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

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

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

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

This text has shadow with #065033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065033 on black background.


Color preview on white background

This text has color #065033 on white background.



Black color preview on #065033 background

This text has black color on #065033 background.


White color preview on #065033 background

This text has white color on #065033 background.