COLOR #04653D

HEX: #04653D
RGB: (4,101,61)

Color info

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

RGB color model

#04653D color RGB value is (4,101,61).

  • red value is 4;
  • green value is 101;
  • blue value is 61.
RGB:
(4,101,61)
(2%,40%,24%)

RGB channels and saturation

R 4 of 255 = 2%
G 101 of 255 = 40%
B 61 of 255 = 24%

4
101
61

R + G + B ~ 22%. #04653D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 101 + 61 = 166 (100%)
R 4 of 166 ~ 2.41%
G 101 of 166 ~ 60.84%
B 61 of 166 ~ 36.75%

%60.84
%36.75

CMYK color model

#04653D color CMYK value is (96,0,40,60).

  • cyan value is 96.04%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 60.39%
CMYK:
(96,0,40,60)
C96M0Y40K60 
(96%,0%,40%,60%)
(0.96/0.00/0.40/0.60)	

CMYK percentages

%96.04
%0
%39.6
%60.39

Codes

Color #04653D in popluar color models

04653D
RGB410161
HSL155°92.38%20.59%
HSB/HSV155°96.04%39.61%
CMYK96.04%0.00%39.60%
60.39%

Color #04653D in popluar number systems.

HEX04653D
Decimal410161
Binary1001100101111101
Octal414575

Shades and tints

Shades of #04653D

#04653D
(4,101,61)
#045C38
(4,92,56)
#045333
(4,83,51)
#044A2E
(4,74,46)
#044129
(4,65,41)
#043824
(4,56,36)
#042F1F
(4,47,31)
#04261A
(4,38,26)
#041D15
(4,29,21)
#041410
(4,20,16)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #04653D

#04653D
(4,101,61)
#1A734E
(26,115,78)
#30815F
(48,129,95)
#468F70
(70,143,112)
#5C9D81
(92,157,129)
#72AB92
(114,171,146)
#88B9A3
(136,185,163)
#9EC7B4
(158,199,180)
#B4D5C5
(180,213,197)
#CAE3D6
(202,227,214)
#E0F1E7
(224,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04653D color. Also use rgb(4,101,61) instead hex code.

Text Font Color

.myTextColor { color: #04653D; }

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

This text font color is #04653D.


Background Color

.myBgColor { background-color: #04653D; }

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

This div background color is #04653D.


Border color

.myBorderColor { border: 1px solid #04653D; }

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

This div border color is #04653D.


Opacity

.myOpacity80 { color: #04653D; opacity: 0.8; }

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

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

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

This text has shadow with #04653D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04653D on black background.


Color preview on white background

This text has color #04653D on white background.



Black color preview on #04653D background

This text has black color on #04653D background.


White color preview on #04653D background

This text has white color on #04653D background.